summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15More cleanup from Ingo Schwarze.wiz2-25/+5
Remove -a remnants, simplify section header code, delete 9-argument check - OpenBSD does not use groff for quite some time now. Bump version.
2017-05-14The -a checks are covered by mandoc -Tlint as well, remove the option.wiz3-69/+9
From Ingo Schwarze. Bump version.
2017-05-14Remove -s option. mandoc already warns about trailing whitespace.wiz3-21/+14
From Ingo Schwarze. Bump version.
2017-05-12Requires libiconv. SunOS requires an explicit -liconv.jperkin1-1/+4
2017-05-12SunOS requires an explicit -liconv.jperkin1-1/+3
2017-05-09+ py-jellyfishleot1-1/+2
2017-05-09Import py-jellyfish-0.5.6 as textproc/py-jellyfishleot4-0/+59
Jellyfish is a python library for doing approximate and phonetic matching of strings. Included Algorithms: - String comparison: * Levenshtein Distance * Damerau-Levenshtein Distance * Jaro Distance * Jaro-Winkler Distance * Match Rating Approach Comparison * Hamming Distance - Phonetic encoding: * American Soundex * Metaphone * NYSIIS (New York State Identification and Intelligence System) * Match Rating Codex
2017-05-09Changes 5.0.3:adam4-20/+13
- Improved development infrastructure. - Migrated documentation to ReadTheDocs.
2017-05-09Update textproc/markdown-mode to 2.1pho2-8/+8
New Features General - Add automatically updating live preview functionality (C-c C-c l) via the native eww browser. - Use autoload to enable markdown-mode in auto-mode-alist for files with .text, .markdown, and .md extensions. - Use Travis CI for automated build testing. Element Insertion and Editing - ATX heading subtree promotion and demotion via M-S-LEFT, and M-S-RIGHT. - ATX heading subtree moving up and down via M-S-UP and M-S-DOWN. - Convert inline links to reference links when markdown-insert-reference-link-dwim is used when the point is at an inline link. Customizable Features - Allow linking to multiple stylesheets in markdown-css-paths list. Use stylesheets for both preview and export. Previous markdown-css-path (singular) is now deprecated. - Customizable default unordered list marker via markdown-unordered-list-item-prefix. - Add asymmetric ATX heading adornment option markdown-asymmetric-header. Font Lock - Separate highlighting for Markdown markup characters (asterisks, underscores, backquotes, etc.) to aid in readability. - General font lock improvements for comments, code blocks, blockquotes, headings, horizontal rules, bold, italics - Font lock for bold, italics, and LaTeX math work inside block elements such as headings and blockquotes. - Font lock for <kbd> tags. GFM - Support GFM-style code blocks in markdown-mode (as well as gfm-mode). - New function markdown-electric-backquote will prompt for a language name for GFM code blocks. This can be disabled by customizing the variable markdown-gfm-use-electric-backquote. - Completion of programming language names for GFM code blocks. A list of pre-defined languages is included, but this can be augmented by setting markdown-gfm-additional-languages. - Strikethrough support in gfm-mode. - Support for GFM toggling checkboxes mouse-1 or RET. This is controlled by a new custom variable, markdown-make-gfm-checkboxes-buttons. Other Extensions - Font lock and filling for Pandoc "fancy list", which use # as the list marker. - Basic support for filling of definition lists. - Support Ikiwiki-style search for wiki links that allows links relative to parent directories. Enable this by setting markdown-wiki-link-search-parent-directories. Bug Fixes - Fix bug in markdown-complete-region/buffer where level-two Setext headings could be confused with horizontal rules. Includes a unit test. Thanks to Gunnar Franke for the report. - Fix filling when a decimal number appears at column zero, which could be confused with an ordered list item. - Fix buffer-wide markup completion. - Fix font-lock for GFM code blocks without language keywords. - Improved Setext header insertion to support wide characters. - Fix expensive paragraph-separate regular expression. - Make comment-auto-fill-only-comments a buffer-local variable, which allows for better default filling behavior in cases where the global variable is non-nil. - Fix Emacs 23 compatibility by checking for font-lock-refresh-defaults before calling it. - Handle reference definitions when filling paragraphs. - Improve filling of list items with indentation. - Properly handle footnotes when filling. - Fix issues with markdown-footnote-kill and related functions. - Improve font lock for fenced code blocks. - Avoid avoid overwriting source file when exporting if source file has .html extension. - Fix and improve ordered list behavior to preserve digit spacing and avoid an infinite loop in certain cases. Adjust ordered list whitespace when marker digit count increases. - Improve reference definition regular expression to avoid matching multiple reference links in one line. - Allow spaces in fenced code language identifiers. - Improve font lock for preformatted blocks and fenced code blocks. - Fix out-of-order HTML output. - Add console-friendly backspace and tab bindings. - Better treatment of files without extensions for wiki links. When files have no extensions, don't append a lone period. - Call looking-back with two arguments for compatibility with Emacs 25.1. - Make (beginning-of-defun -1) go to next title when point is at beginning of defun. - Ignore headings in code blocks for font lock. - Don't highlight wiki links in code blocks. - Don't move to links in code blocks with C-c C-p and C-c C-n. - Fix hanging indentation for list items and single-line preformatted blocks. - Better rejection of false positives for italics with respect to other inline elements (inline code and bold). - Predicate functions should not modify match data. - Use correct list marker from previous list level when using C-u M-RET to insert a dedented list item. Prevent an infinite loop in some cases. - Reduce lag when scrolling or inserting text into large files. - Avoid confusing tramp errors with malformed wiki links.
2017-05-08Needs C++11.schmonz2-4/+4
2017-05-05Update textproc/coccigrep to 1.16leot2-10/+9
pkgsrc changes: - Switch MASTER_SITES to MASTER_SITE_GITHUB that also contains newer releases - Delete PYTHON_VERSIONS_INCOMPATIBLE, now coccigrep is compatible also with Python 3. Changes: 1.16 ---- - Add support for Python 3.4 1.15 ---- - Add Python 3 support 1.14 ---- - Various bug fixes and improvements
2017-05-05php-intl: help CentOS6 builds by requiring a GCC that recognises -std=c++11maya1-1/+3
2017-05-04Changes 3.7.3:adam2-9/+8
Bugs fixed * GH-218 was ineffective in Python 3. * GH-222: lxml.html.submit_form() failed in Python 3.
2017-05-04PLIST fix for Python < 3.6adam2-6/+15
2017-05-04Fix PLIST for Python 2.xadam1-5/+5
2017-05-04Version 2.9.6adam3-9/+18
Fixed custom context behavior in fast resolve mode
2017-05-04v2.6.0adam3-13/+9
Support for Python 2.6 has been dropped. Improve a few error messages for uniqueItems and additionalProperties Fix an issue with ErrorTree's handling of multiple errors
2017-05-03Update textproc/the_silver_searcher to 1.0.3leot2-7/+7
Changes: 1.0.3 ===== - Add .es6 to js file types - Add support for log file types - Add elm file type support - Add twig to languages - Add .gradle to groovy flie types - Misc bug fixes and improvements
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin2-15/+4
2017-05-021.48: remove -P option; mandoc does most of these checks alreadywiz3-35/+11
and the remaining ones were recently added. From Ingo Schwarze.
2017-05-02Bug fix from Ingo Schwarze: also look for empty lines in unfilled blocks.wiz1-2/+2
2017-05-02Recursive bump for poppler-0.54.0wiz1-2/+2
2017-04-30php-intl: catchup with icu59 update, need -std=c++11.maya1-1/+2
from Juraj Lutter in PR pkg/52200
2017-04-30Update to version 1.1.0cheusov3-9/+9
jrep: - New option "-d" (synonym for "--directories") was added. - New option "--exclude-dir" (idea cames from GNU grep) was added. jrep man page: fixes and additions. Option "-O" extensions: - New mode $f for printing filename with match was added. - New modes $< and $> modes were added for coloring the formatted output. - New modifier "b" was added for baseline(3)-ing found group or filename. - New modifier "e" was added for removing file extension. - New modifiers "c" and "C" were added for CSV-quoting found group or filename. - Modifiers "s" and "t" handle Unicode spaces. New maven plugin for building uber jar. Also, jar sets the default main class. Kudos to Aliaksei Kushunin! "bat" file was added for Windows systems. Kudos to Aliaksei Kushunin!
2017-04-30Recursive revbump from boost updateryoon27-54/+54
2017-04-29Updated textproc/p5-String-Compare-ConstantTime to 0.312mef2-8/+7
-------------------------------------------------------- 0.312 2017-02-14 * Now works with variables that have magic such as results of substr, tied variables, etc. (thanks James Raspass)
2017-04-29Updated textproc/p5-String-Approx to 3.28mef2-8/+7
----------------------------------------- 17-04-16 Jarkko Hietaniemi <jhi@iki.fi> * Resolve https://rt.cpan.org/Public/Bug/Display.html?id=121033 Fails tests with no '.' in @INC * Released as 3.28.
2017-04-29Updated textproc/p5-PDF-Create to 1.42mef2-7/+7
-------------------------------------- 1.42 2017-04-11 12:15:00 MANWAR - Assigned filehandle encoding to 'utf8' explicitly. - Assigned default font width.
2017-04-29Updated textproc/p5-Lingua-EN-Tagger to 0.28mef2-8/+7
-------------------------------------------- 0.28 Aaron Coburn 12/23/16 Changed the generation of the part-of-speech lexicon to use nstore instead of store. Based on a contribution from Chris Butler <chrisb@debian.org> and Reiner Herrmann <reiner@reiner-h.de>. 0.27 Aaron Coburn 12/20/16 Fixed unescaped left braces in Makefile.PL
2017-04-29Updated textproc/p5-Lingua-EN-Inflect to 1.901mef2-7/+7
---------------------------------------------- 1.901 Sun Jan 1 06:16:25 2017 - Removed Build.PL (thanks SKAJI)
2017-04-29Updated textproc/p5-Encode to 2.89mef2-7/+7
---------------------------------- Revision: 2.89 Date: 2017/04/21 05:20:14 ! Encode.pm Encode.xs MANIFEST t/enc_eucjp.t t/enc_utf8.t + t/utf8messages.t Pulled: Fixes for Encode::utf8 https://github.com/dankogai/p5-encode/pull/97 ! Encode.pm Pulled: Fix documentation about CHECK coderef https://github.com/dankogai/p5-encode/pull/96 ! Encode.xs Pulled: For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb() https://github.com/dankogai/p5-encode/pull/95 ! Encode.xs Pulled Call Encode callback function with integer argument correctly https://github.com/dankogai/p5-encode/pull/94 ! lib/Encode/CN/HZ.pm lib/Encode/GSM0338.pm lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm lib/Encode/MIME/Header.pm lib/Encode/MIME/Header/ISO_2022_JP.pm lib/Encode/Unicode/UTF7.pm t/undef.t Pulled: Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef https://github.com/dankogai/p5-encode/pull/93 + t/whatwg-aliases.json t/whatwg-aliases.t Pulled: New (failing) tests for aliases defined in WHATWG Encoding spec #92 https://github.com/dankogai/p5-encode/pull/92 ! Encode.pm Pulled: Update documentation for UTF-8 https://github.com/dankogai/p5-encode/pull/91 ! Encode.xs t/truncated_utf8.t Pulled: Consume correct number of bytes on malformed ! Encode.pm Unicode/Unicode.pm Pulled: document str2bytes and bytes2str https://github.com/dankogai/p5-encode/pull/86 ! Encode.xs t/fallback.t t/truncated_utf8.t Pulled: Fix appending correct number of Unicode replacement characters https://github.com/dankogai/p5-encode/pull/84
2017-04-29Updated textproc/p5-Data-FormValidator 4.81 to 4.86mef2-9/+8
--------------------------------------------------- 4.86 March 26th, 2017 [NEW FEATURES] - Add three new profile methods: depedencies_regexp, dependent_optional, dependent_require_some [MAINTENANCE] - Bump VERSION in all classes to 5.85 4.85 Feb 25th, 2017 [MAINTENANCE] - Bump VERSION in all classes to 5.85 4.84 Feb 25th, 2017 [MAINTENANCE] - Various test file warning fixes - Change conditional loading of CGI to require version 4.35 or higher (4ce9ac9e) 4.83 Feb 23rd, 2017 [MAINTENANCE] - Re-release of 4.82: tarball was missing files as "make dist" errored when it didn't find MANIFEST - Deleted unused Perl6 files 4.82 Feb 23rd, 2017 [MAINTENANCE] - Made CGI dependency optional - Replaced Build.PL with Makefile.PL - Updated Makefile.PL constraints - Removed dependency on Perl6::Junctions - Moved the code to GitHub - Applied patches from: RT 77765, 78443, 10489 - Added shebang, warnings pragma to all test scripts - Perltidied tests scripts - Replaced is_tainted() sub with Scalar::Util::tainted()
2017-04-29textproc/p5-Biblio-EndnoteStyle to 0.06mef2-8/+7
--------------------------------------- 0.06 Mon Nov 28 22:17:19 GMT 2016 - Fix a POD error and a typo -- from https://rt.cpan.org/Public/Bug/Display.html?id=118948 by Florian Schlichting <fsfs@debian.org>
2017-04-29Update to 0.64wen2-8/+7
Upstream changes: 0.64 Fri 7 Apr 20:32:01 CEST 2017 - use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets removed from @INC. Fixes issue#54 TINITA++ - Use the latest libyaml sources. - Lazy load B::Deparse for faster startup time. Applied PR/53 by @perlpunk++ (submitted by @carnil++ from a Debian issue as GitHub issue#52)
2017-04-29Update to 2.24wen2-8/+7
Upstream changes: 2.24 2017-04-17 16:12:00+12:00 Pacific/Auckland - fix typo in last commit with mistakenly removed some underscores - don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may have already set it before loading XML::Simple and if not, it would have defaulted to undef anyway (RT#118205 from Slaven Rezi�) 2.23 2017-04-17 15:49:14+12:00 Pacific/Auckland - another fix to the logic for detecting circular references (RT#114120 from Matthias Pitzl, also report from Erland Sommarskog)
2017-04-29Update to 1.0005wen2-8/+7
Upstream changes: 1.0005 2017-02-06 - Convert the distribution to use git, GitHub, and Dist-Zilla. - Correct some spelling errors and add more tests. - Remove trailing whitespace.
2017-04-29Update to 1.56wen2-11/+13
Update DEPENDS Upstream changes: version 1.56: Thu 30 Mar 08:54:49 CEST 2017 Fixes: - disabled a few regression tests which involve json_friendly, because the modules changed behavior. version 1.55: Wed 8 Mar 08:28:02 CET 2017 Changes: - xml2yaml: new option --keep-root, default true. Improvements: - spell fix Debian rt.cpan.org#118569 [Lucas Kanashiro, Debian] - add json_friendly, patch by Slaven Rezic. - added bin/xml2jsons: ----------------------------------------------------------------------
2017-04-28Remove -A option; mandoc -Tlint complains about this as well.wiz3-33/+12
From Ingo Schwarze. Bump version.
2017-04-27Needs pkg-config.joerg1-1/+2
2017-04-27Revert unintentional DISTNAME update.taca1-2/+2
Thanks to joerg@ noticed me.
2017-04-27Updated p5-YAML-Syck to 1.30.wiz2-8/+7
[Changes for 1.29_02 - 2016-03-03] * Fix handling carriage return after c-indicator RT 41141 * Fix CHECK_UTF8 SEGV with empty len=0 strings RT 61562 * Add missing function declarations * Tighten the TODO tests, no passing TODOs now. But still JSON SingleQuote and \/ and \u roundtrips do fail. [Changes for 1.29_01 - 2014-12-14] * Experimentally try patch from RT 83825. Will release if no test failures or complaints. * Fix crash in syck_emit on platforms with long long pointers
2017-04-26Updated textproc/p5-Text-CSV to 1.94mef2-7/+7
------------------------------------ 1.94 2017-04-11 - Fix 5.6.2 issues
2017-04-26Updated textproc/p5-Text-CSV_XS to 1.29mef2-7/+7
--------------------------------------- 1.29 - 2017-04-25, H.Merijn Brand * More docs for bind_colmns (RT#121350) * New attribute "strict" (also addresses RT#121350)
2017-04-26Updated textproc/iso-code to 3.75mef2-7/+7
--------------------------------- iso-codes 3.75 -------------- Dr. Tobias Quathamer <toddy@debian.org> Tue, 25 Apr 2017 [ ISO 3166-1 ] * Add 'Vietnam' as common name [ ISO 3166-2 ] * Update French metropolitan regions. Thanks to Matthieu OLIVIER for the bug report. Closes: alioth#315693 [ ISO 4217 ] * Add new Belarusian Ruble, thanks to Gediminas Rastenis for the bug report. Closes: alioth#315696 [ ISO 639-2 translations ] * Czech by Miroslav Kure. Closes: #855148 * French by Alban Vidal [ ISO 639-3 translations ] * Swedish by Josef Andersson (TP) * French by Alban Vidal [ ISO 639-5 translations ] * French by Alban Vidal [ ISO 3166-1 translations ] * Czech by Miroslav Kure. Closes: #855149 * German by Dr. Tobias Quathamer [ ISO 3166-2 translations ] * French by Alban Vidal * German by Dr. Tobias Quathamer [ ISO 4217 translations ] * French by Alban Vidal * Ukrainian by Yuri Chornoivan (TP) * Polish by Jakub Bogusz (TP) * Greek by Vangelis Skarmoutsos (TP) * Italian by Luca Ferretti (TP) * Russian by Yuri Kozlov (TP) * Croatian by Božidar Putanec (TP) * Swedish by Anders Jonsson (TP) [ ISO 15924 translations ] * Ukrainian by Yuri Chornoivan (TP) * Polish by Jakub Bogusz (TP) * Russian by Yuri Kozlov (TP) * Swedish by Anders Jonsson (TP)
2017-04-25Detect links to itself by parsing Nm in SYNOPSIS.wiz2-13/+24
From Ingo Schwarze <schwarze@usta.de>. Bump version.
2017-04-25icu: remove part of configure script stripping -std=c++11 on Solarismaya2-9/+23
Blind build fix attempt for SmartOS.
2017-04-24icu: require at least GCC 4.8maya1-1/+2
we need some c++11 (uchar16_t) It's possible that lower will suffice fixes build under netbsd 6.0 (gcc 4.5.3)
2017-04-24Remove -std=c++11 from here, it causes breakage in code that useswiz1-4/+1
C++11 extensions or wants C++14.
2017-04-23Add -std=c++11 to CXXFLAGS.wiz1-1/+4
icu uses char16_t in a central header file; this type is added by c++11.
2017-04-23Add py-pandocfiltersmarkd1-1/+2