summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* unoconv: fixing sha256sjau2020-01-25
|
* Merge pull request #78207 from r-ryantm/auto-update/LanguageToolMario Rodas2020-01-24
|\ | | | | languagetool: 4.7 -> 4.8
| * languagetool: 4.7 -> 4.8R. RyanTM2020-01-21
| |
* | Merge pull request #77494 from dtzWill/update/ocrmypdf-9.4.0Florian Klink2020-01-22
|\ \ | | | | | | ocrmypdf: 9.2.0 -> 9.5.0
| * | ocrmypdf: 9.4.0 -> 9.5.0Will Dietz2020-01-21
| | |
| * | ocrmypdf: prefer patch + substituteAllWill Dietz2020-01-21
| | |
| * | ocrmypdf: fix patching of leptonica lib pathWill Dietz2020-01-12
| | |
| * | ocrmypdf: 9.2.0 -> 9.4.0Will Dietz2020-01-11
| | |
* | | mawk: 1.3.4-20190203 -> 1.3.4-20200106R. RyanTM2020-01-22
| | |
* | | Merge pull request #78078 from r-ryantm/auto-update/FanFicFareRyan Mulligan2020-01-21
|\ \ \ | | | | | | | | fanficfare: 3.13.0 -> 3.15.0
| * | | fanficfare: 3.13.0 -> 3.15.0R. RyanTM2020-01-20
| | |/ | |/|
* | | Renamed maintainer lucas8 -> dwarfmasterDwarfMaster2020-01-21
| | |
* | | unoconv: 0.6 -> 0.8.2Akira Komamura2020-01-16
|/ / | | | | | | | | | | | | | | | | | | Change the source from dag.wieers.com to github, which seems to officially host the source code of the project now. Update unoconv from 0.6 to 0.8.2, which includes several important changes. Delete the patch, since it has already become part of the project.
* | mdcat: 0.14.0 -> 0.15.0David Wood2020-01-14
| |
* | shfmt: 2.6.4 -> 3.0.1 (#77537)zowoq2020-01-11
|/
* treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: installFlags is a listRobin Gloster2019-12-30
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* gawk: *Flags are listsRobin Gloster2019-12-30
|
* smu: Do not use DESTDIRJan Tojnar2019-12-29
| | | | https://github.com/NixOS/nixpkgs/issues/65718
* qgrep: fix darwin and aarch64-linux buildMaximilian Bosch2019-12-28
| | | | | | | | | | | | | | | https://hydra.nixos.org/build/108321871 https://hydra.nixos.org/build/108556036 Things done: * SSE2 isn't available for the aarch64-target of GCC (the package builds on aarch64 without those flags and works fine as well). * Added missing darwin libraries. * Applied a darwin-specific patch which disables i386 as target platform (breaks at least on MacOS catalina otherwise).
* maintainer-list.nix: remove ndowensNathan2019-12-26
|
* treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* treewide: pantheon updateScriptworldofpeace2019-12-22
|
* treewide: fix cargoSha256 (again)Alyssa Ross2019-12-20
| | | cargo-vendor output was changed in a4fc84de44c4edad7fcf303944bcb874180c1bf3.
* highlight: export Perl bindingsAlyssa Ross2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails to build on Darwin: clang++ -shared -s highlight_wrap.o -L../../src/ -lhighlight -L/nix/store/bi85dm5dqzjfm0i9qj3ijjj9w9xayy8w-lua-5.2.4/lib -llua -lm -o highlight.so ld: warning: option -s is obsolete and being ignored Undefined symbols for architecture x86_64: "_PL_markstack_max", referenced from: __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getThemePath in highlight_wrap.o __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o __wrap_DataDir_getPluginPath in highlight_wrap.o __wrap_DataDir_guessFileType in highlight_wrap.o __wrap_SyntaxReader_initLuaState in highlight_wrap.o __wrap_new_RegexElement in highlight_wrap.o ... "_PL_markstack_ptr", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_stack_base", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_stack_sp", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_sv_immortals", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o ... "_Perl_croak", referenced from: SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o ... "_Perl_get_sv", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o ... "_Perl_gv_add_by_type", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_gv_init_pvn", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_hv_common", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_hv_common_key_len", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_markstack_grow", referenced from: __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getThemePath in highlight_wrap.o __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o __wrap_DataDir_getPluginPath in highlight_wrap.o __wrap_DataDir_guessFileType in highlight_wrap.o __wrap_SyntaxReader_initLuaState in highlight_wrap.o __wrap_new_RegexElement in highlight_wrap.o ... "_Perl_mg_find", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o _boot_highlight in highlight_wrap.o "_Perl_mg_get", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o "_Perl_newRV_noinc", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSV", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSV_type", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSViv", referenced from: __wrap_SyntaxReader_load in highlight_wrap.o __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o __wrap_RegexElement_open_get in highlight_wrap.o __wrap_RegexElement_end_get in highlight_wrap.o __wrap_RegexElement_capturingGroup_get in highlight_wrap.o ... "_Perl_newSVuv", referenced from: __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o __wrap_RegexElement_kwClass_get in highlight_wrap.o __wrap_RegexElement_priority_get in highlight_wrap.o __wrap_RegexElement_constraintLineNum_get in highlight_wrap.o __wrap_ReGroup_length_get in highlight_wrap.o __wrap_ReGroup_kwClass_get in highlight_wrap.o ... "_Perl_newXS", referenced from: _boot_highlight in highlight_wrap.o "_Perl_sv_2bool_flags", referenced from: SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o "_Perl_sv_2iv_flags", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o _boot_highlight in highlight_wrap.o SWIG_AsVal_long(sv*, long*) in highlight_wrap.o SWIG_AsVal_double(sv*, double*) in highlight_wrap.o "_Perl_sv_2mortal", referenced from: __wrap_SyntaxReader_load in highlight_wrap.o __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o __wrap_RegexElement_open_get in highlight_wrap.o ... "_Perl_sv_2nv_flags", referenced from: SWIG_AsVal_double(sv*, double*) in highlight_wrap.o "_Perl_sv_2pv_flags", referenced from: SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o ... "_Perl_sv_2uv_flags", referenced from: SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o SWIG_AsVal_long(sv*, long*) in highlight_wrap.o "_Perl_sv_bless", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_free2", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_isobject", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o ... "_Perl_sv_magic", referenced from: _boot_highlight in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_newmortal", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_Perl_sv_setiv", referenced from: _boot_highlight in highlight_wrap.o "_Perl_sv_setpvf", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_Perl_sv_setpvn", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o ... "_Perl_sv_setref_pv", referenced from: __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_SyntaxReader_getKeywords in highlight_wrap.o __wrap_SyntaxReader_getKeywordClasses in highlight_wrap.o __wrap_SyntaxReader_getRegexElements in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippets in highlight_wrap.o ... "_Perl_sv_setsv_flags", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o ... ld: symbol(s) not found for architecture x86_64 clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
* mdcat: 0.13.0 -> 0.14.0David Wood2019-12-19
| | | | Signed-off-by: David Wood <david.wood@codeplay.com>
* ripgrep-all: add checkInstall testEmmanuel Rosa2019-12-18
| | | | | | | This change adds a checkInstallPhase which runs a couple of queries to smoke-test the ripgrep-all adapters. The queries are intended to ensure that the dependencies needed by the adapters are included in the package's dependencies.
* ripgrep-all: add missing dependenciesEmmanuel Rosa2019-12-18
| | | | | | | This change adds additional dependencies so that the program's full functionality is available by simply installing this package. Closes #75735
* ocrmypdf: 9.0.3 -> 9.2.0Mario Rodas2019-12-15
|
* Merge master into staging-nextFrederik Rietdijk2019-12-13
|\
| * snippetpixie: init at 1.2.2Ian M. Jones2019-12-12
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-12-10
|\|
| * diffstat: 1.62 -> 1.63R. RyanTM2019-12-08
| |
| * gawkextlib: init at unstable-2019-11-21 (#51721)tomberek2019-12-07
| | | | | | Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* | Merge pull request #73088 from samueldr/fix/cross/groffFlorian Klink2019-12-06
|\ \ | |/ |/| groff: Fix cross-compilation
| * groff: Fix cross-compilationSamuel Dionne-Riel2019-11-08
| | | | | | | | | | | | | | Fixup the patch from 4f3c8178b8e5eef920c31b030cd89591deb2417d so it applies to the current groff. The patch was removed, but cross-compilation not validated, in #70500.
* | amber: 0.5.2 -> 0.5.3Benjamin Esham2019-12-01
| |
* | boxes: init at 1.3Marc Busqué2019-11-30
| |
* | Merge pull request #74419 from r-ryantm/auto-update/highlightWilliButz2019-11-28
|\ \ | | | | | | highlight: 3.53 -> 3.54
| * | highlight: 3.53 -> 3.54R. RyanTM2019-11-27
| | |
* | | par: use pnameBenjamin Hipple2019-11-25
| | |
* | | fanficfare: 3.12.0 -> 3.13.0R. RyanTM2019-11-25
| | | | | | | | | (#74188)
* | | ansifilter: 2.14 -> 2.15R. RyanTM2019-11-25
|/ / | | | | | | | | | | | | * ansifilter: 2.14 -> 2.15 (#74116) * ansifilter: add meta.homepage + refresh meta.license (now GPL3)
* | mdbook: 0.3.1 -> 0.3.5Pascal Hertleif2019-11-23
| |
* | kdiff3: fix buildMichael Raskin2019-11-22
| |
* | Merge master into staging-nextFrederik Rietdijk2019-11-19
|\ \
| * | smu: init at 1.5geistesk2019-11-16
| | |