summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17Update to 0.67wen2-7/+7
Upstream changes: 0.67 Wed Nov 15 18:59:33 CET 2017 - Support standard tags !!str, !!map and !!seq instead of dying. PR#67 (TINITA++) - Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean. PR#66 (TINITA++) Thanks also to Bj枚rn H枚hrmann for SvPV_nolen()
2017-11-16odt2tex: Honor LDFLAGS. Fixes RELRO build.wiz2-1/+17
2017-11-16Apply a fix for CVE-2017-14952 fromhe3-3/+19
http://bugs.icu-project.org/trac/changeset/40324/trunk/icu4c/source/i18n/zonemeta.cpp Bump PKGREVISION.
2017-11-16py-sphinx: remove py-typing dependency for py35wiz1-2/+2
python-3.5 includes this module.
2017-11-15aspell-sc: Comment out dead HOMEPAGEwiz1-3/+2
2017-11-15py-natsort: updated to 5.1.1adam2-7/+7
5.1.1: * Added additional unicode number support for Python 3.7. * Added information on how to install and test.
2017-11-13p5-XML-Compile-SOAP12: update to 3.05.wiz2-8/+8
version 3.05: Wed 8 Nov 10:21:12 CET 2017 Fixes: - server does not send error correctly. rt.cpan.org#116445 [Mohamad Hallal]
2017-11-13p5-XML-LibXML-Simple: update to 0.98.wiz2-12/+11
version 0.98: Wed 8 Nov 10:38:35 CET 2017 Improvements: - warn about the dwimmery of the code rt.cpan.org#114021 [David Schmidt, Slaven Rezic] - typo rt.cpan.org#114211 [Gregor Herrmann, Debian] - remove dependency on File::Slurp::Tiny, never used it rt.cpan.org#123537 [Dan Book]
2017-11-10py-mistune: updated to 0.8.1adam2-9/+7
0.8.1: Changes unknown.
2017-11-09py-jinja2: updated to 2.10adam3-13/+17
Version 2.10: - Added a new extension node called OverlayScope which can be used to create an unoptimized scope that will look up all variables from a derived context. - Added an in test that works like the in operator. This can be used in combination with reject and select. - Added previtem and nextitem to loop contexts, providing access to the previous/next item in the loop. If such an item does not exist, the value is undefined. - Added changed(*values) to loop contexts, providing an easy way of checking whether a value has changed since the last iteration (or rather since the last call of the method) - Added a namespace function that creates a special object which allows attribute assignment using the set tag. This can be used to carry data across scopes, e.g. from a loop body to code that comes after the loop. - Added a trimmed modifier to {% trans %} to strip linebreaks and surrounding whitespace. Also added a new policy to enable this for all trans blocks. - The random filter is no longer incorrectly constant folded and will produce a new random choice each time the template is rendered. - Added a unique filter. - Added min and max filters. - Added tests for all comparison operators: eq, ne, lt, le, gt, ge. - import statement cannot end with a trailing comma. - indent filter will not indent blank lines by default. - Add reverse argument for dictsort filter. - Add a NativeEnvironment that renders templates to native Python types instead of strings. - Added filter support to the block set tag. - tojson filter marks output as safe to match documented behavior. - Resolved a bug where getting debug locals for tracebacks could modify template context. - Fixed a bug where having many {% elif ... %} blocks resulted in a "too many levels of indentation" error. These blocks now compile to native elif ..: instead of else: if ..:
2017-11-09py-regex: updated to 2017.11.09adam2-7/+7
2017.11.09: Bug fix.
2017-11-08py-libxml2: in nodeWrap deal with name is None caseprlw13-3/+21
Should fix gtk-doc build with itstool 2.0.4: Error: Could not merge translations: 'NoneType' object is not subscriptable
2017-11-08redland: Fix installation if gtk-doc package is already installedleot1-1/+7
By default redland is configured with `--disable-gtk-doc'. However, despite that it will checks several `gtkdoc-*' tools anyway ending in an failure during the installation phase because only a couple of them are available. Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools. Pointed out by <oster>, thanks!
2017-11-08p5-YAML: update to 1.24.wiz2-8/+7
1.24 Mon Oct 30 20:31:53 CET 2017 - Fix $LoadCode (PR#180, PR#181, PR#182 by @mohawk2++)
2017-11-08p5-XML-Atom-SimpleFeed: update to 0.902.wiz2-8/+7
0.902 Thu 02 Nov 2017 - Proper packaging (mea máxima culpa) - No code changes 0.901 Wed 01 Nov 2017 - Support for Time::Date objects in date constructs
2017-11-08p5-Text-CSV_XS: update to 1.34.wiz2-7/+7
1.34 - 2017-11-05, H.Merijn Brand * Bad arg for formula (like "craok") will now die with error 1500 * Row report in formula reporting was off by 1 * Add a prominent section about BOM handling * Make sheet label more portable (csv2xlsx) * Allow munge => \%hash * Preserve first row in csv (set_column_names => 0)
2017-11-08p5-Syntax-Highlight-Engine-Kate: update to 0.12.wiz2-15/+9
0.12 2017-10-26 MANWAR - Added META.yml back to MANIFEST file. 0.11 2017-10-26 MANWAR - [2017-10-26]: Tidied up .gitignore, Changes and MANIFEST file. - [2017-10-26]: Merge pull request #15 from kiwiroy/rt-76160 - [2017-01-02]: Merge pull request #14 from manwar/fix-cpants-issues - [2016-10-04]: Merge pull request #13 from pauloscustodio/pscust_1 - [2015-10-18]: Merge pull request #12 from nichtich/master
2017-11-08p5-Lingua-EN-Inflect: update to 1.903.wiz2-7/+7
1.903 Mon Oct 30 11:44:44 2017 - Various bugs in documentation code debugged (Thanks, Kornel!)
2017-11-08gtk-doc: not make-jobs safe with itstool-2.0.4wiz1-1/+3
works fine for me with 2.0.2 but with 2.0.4 I see GEN el/ Error: Could not merge translations: 'NoneType' object is not subscriptable Makefile:522: recipe for target 'cs/cs.stamp' failed
2017-11-08py-regex: updated to 2017.11.08adam2-7/+7
2017.11.08: Unknown changes
2017-11-07py-jsbeautifier: updated to 1.7.4adam3-10/+41
v1.7.4 Closed Issues * Whitespace after ES7 async keyword for arrow functions
2017-11-06Update itstool to 2.0.4prlw12-17/+7
2.0.4 ===== * Fixed a massive performance issue 2.0.3 ===== * Added Python 3 support. Keeping Python 2 support for now. (Virgil Dupras) * Fixed --keep-entities mode after some libxml2 changes. * Added --path option for extra paths for ITS files. * Don't error out (except under -s) for mismatched placeholders. * Fixed UTF-8 handling for translated attributes.
2017-11-06libxml2: Update to 2.9.7prlw14-22/+21
- Portability: Change preprocessor OS tests to __linux__ (Nick Wellnhofer) - Bug Fixes: Fix XPath stack frame logic (Nick Wellnhofer), Report undefined XPath variable error message (Nick Wellnhofer), Fix regression with librsvg (Nick Wellnhofer), Handle more invalid entity values in recovery mode (Nick Wellnhofer), Fix structured validation errors (Nick Wellnhofer), Fix memory leak in LZMA decompressor (Nick Wellnhofer), Set memory limit for LZMA decompression (Nick Wellnhofer), Handle illegal entity values in recovery mode (Nick Wellnhofer), Fix debug dump of streaming XPath expressions (Nick Wellnhofer), Fix memory leak in nanoftp (Nick Wellnhofer), Fix memory leaks in SAX1 parser (Nick Wellnhofer)
2017-11-06py-libxml2: _PyVerify_fd no longer existsprlw12-1/+23
https://bugzilla.gnome.org/show_bug.cgi?id=776815
2017-11-06py-libxml2: remove patch-python_libxml__wrap.h - the cause of PR pkg/52690prlw13-25/+3
$ python3.6 Python 3.6.3 (default, Oct 27 2017, 17:16:29) [GCC 5.4.0] on netbsd8 Type "help", "copyright", "credits" or "license" for more information. >>> import libxml2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/pkg/lib/python3.6/site-packages/libxml2.py", line 1, in <module> import libxml2mod ImportError: /usr/pkg/lib/python3.6/site-packages/libxml2mod.so: Undefined PLT symbol "PyCObject_Check" (symnum = 488)
2017-11-06py-lxml: updated to 4.1.1adam2-7/+7
4.1.1: * Rebuild with Cython 0.27.3 to improve support for Py3.7.
2017-11-05Use release tarballryoon2-12/+11
2017-11-05textproc/Makefile: + cldr-emoji-annotationtsutsui1-1/+2
2017-11-05textproc/cldr-emoji-annotation: import cldr-emoji-annotation-31.90.0.1tsutsui4-0/+201
This package provides the emoji annotation file by language in CLDR. These files are required by recent ibus Emoji dictionary support. PR pkg/52693
2017-11-05textproc/Makefile: + unicode-emojitsutsui1-1/+2
2017-11-05textproc/unicode-emoji: import unicode-emoji-5.0tsutsui4-0/+75
Unicode Emoji Data Files are the machine-readable emoji data files associated with UTS #51. http://www.unicode.org/reports/tr51/index.html These files are required by recent ibus Emoji dictionary support. PR pkg/52692
2017-11-03p5-Publican: comment out dead MASTER_SITES, update HOMEPAGEwiz1-4/+3
2017-11-01xmlto: master sites / homepage from fedorahosted to paguremaya1-3/+3
2017-10-31textproc/*libxml2: Move patches and distinfo files under the main packagefhajny7-23/+20
since the distfile is just one anyway.
2017-10-31py-libxml2: Update checksum.jperkin1-5/+5
2017-10-31Update to 2.0132wen2-7/+7
Upstream changes: 2.0132 2017-10-28 - Revert setNamespace() enhancements that broke some dependent tests: - commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb - add t/48_rt123379_setNamespace.t . - Thanks to Alexander Bluhm and Slaven Rezic for the reports and the test. 2.0131 2017-10-24 - Re-include the missing *.pod documents. - https://rt.cpan.org/Ticket/Display.html?id=123362 - Thanks to Stephen for the report. - Add t/pod-files-presence.t to test for it in the future. - Merge https://github.com/shlomif/perl-XML-LibXML/pull/8 - Fix bug in Node::replaceChild() - Thanks to @Mipu94 .
2017-10-30Update textproc/libxml2 to 2.9.6.fhajny2-7/+7
Update Portability: - Change preprocessor OS tests to __linux__ Bug Fixes: - Fix XPath stack frame logic - Report undefined XPath variable error message - Fix regression with librsvg - Handle more invalid entity values in recovery mode - Fix structured validation errors - Fix memory leak in LZMA decompressor - Set memory limit for LZMA decompression - Handle illegal entity values in recovery mode - Fix debug dump of streaming XPath expressions - Fix memory leak in nanoftp - Fix memory leaks in SAX1 parser
2017-10-30py-openpyxl: updated to 2.4.9adam3-10/+15
2.4.9 (2017-10-19) Bugfixes * 809 Incomplete documentation of copy_worksheet method * 811 Scoped definedNames not removed when worksheet is deleted * 824 Raise an exception if a chart is used in multiple sheets * 842 Non-ASCII table column headings cause an exception in Python 2 * 846 Conditional formats not supported in write-only mode * 849 Conditional formats with no sqref cause an exception * 859 Headers that start with a number conflict with font size * 902 TableStyleElements don’t always have a condtional format * 908 Read-only mode sometimes returns too many cells Pull requests * 179 Cells kept in a set * 180 Support for Workbook protection * 182 Read support for page breaks * 183 Improve documentation of copy_worksheet method * 198 Fix
2017-10-28py-regex: updated to 2017.09.23adam2-11/+11
2017.09.23: Bug fixes.
2017-10-27py-mistune: updated to 0.8adam2-8/+7
Version 0.8 * Remove non breaking spaces preprocessing * Remove rev and rel attribute for footnotes * Fix bypassing XSS vulnerability by junorouse This version is strongly recommended, since it fixed a security issue.
2017-10-27pkgsrc: reset PKGREVISIONtaca2-4/+2
reset PKGREVISION along with update of all lang/php*.
2017-10-25py-html2text: updated to 2017.10.4adam2-15/+15
2017.10.4 * Fix 157: Fix images link with div wrap * Fix 55: Fix error when empty title tags * Fix 160: The html2text tests are failing on Windows and on Cygwin due to differences in eol handling between windows/*nix * Feature 164: Housekeeping: Add flake8 to the travis build, cleanup existing flake8 violations, add py3.6 and pypy3 to the travis build * Fix 109: Fix for unexpanded &lt; &gt; &amp; * Fix 143: Fix line wrapping for the lines starting with bold * Adds support for numeric bold text indication in `font-weight`, as used by Google (and presumably others.) * Fix 173 and 142: Stripping whitespace in crucial markdown and adding whitespace as necessary * Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)
2017-10-24rasqal: No need to inject a ac_cv_path_GTKDOC_CHECK_PATH, NFCleot1-2/+1
ac_cv_path_GTKDOC_CHECK_PATH isn't used by rasqal so don't inject it via CONFIGURE_ENV. This was a copypasto from a similar devel/orc kludge related to avoid picking up gtkdoc-* tools. NFC.
2017-10-24rasqual: Fix installation if gtk-doc package is already installedleot1-1/+8
By default rasqual is configured with `--disable-gtk-doc'. However, despite that, it will checks several `gtkdoc-*' tools anyway, ending in a failure during the installation phase because only a couple of them are available. Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools. Noticed by <martin>, thanks!
2017-10-24py-sphinx: updated to 1.6.5adam2-7/+7
Release 1.6.5: Features added * 4107: Make searchtools.js compatible with pre-Sphinx1.5 templates * 4112: Don't override the smart_quotes setting if it was already set * 4125: Display reference texts of original and translated passages on i18n warning message * 4147: Include the exception when logging PO/MO file read/write Bugs fixed * 4085: Failed PDF build from image in parsed-literal using ``:align:`` option * 4100: Remove debug print from autodoc extension * 3987: Changing theme from alabaster causes HTML build to fail * 4096: C++, don't crash when using the wrong role type. Thanks to mitya57. * 4070, 4111: crashes when the warning message contains format strings (again) * 4108: Search word highlighting breaks SVG images * 3692: Unable to build HTML if writing .buildinfo failed * 4152: HTML writer crashes if a field list is placed on top of the document * 4063: Sphinx crashes when labeling directive ``.. todolist::`` * 4134: [doc] :file:`docutils.conf` is not documented explicitly * 4169: Chinese language doesn't trigger Chinese search automatically * 1020: ext.todo todolist not linking to the page in pdflatex * 3965: New quickstart generates wrong SPHINXBUILD in Makefile * 3739: ``:module:`` option is ignored at content of pyobjects * 4149: Documentation: Help choosing :confval:`latex_engine` * 4090: [doc] :confval:`latex_additional_files` with extra LaTeX macros should not use ``.tex`` extension * Failed to convert reST parser error to warning
2017-10-23py-dominate: added version 2.3.1adam5-1/+54
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminates the need to learn another template language, and lets you take advantage of the more powerful features of Python.
2017-10-23p5-XML-LibXML: update to 2.0130.wiz2-8/+7
2.0130 2017-10-18 - Fix the tests with libxml2-2.9.6 . - https://rt.cpan.org/Public/Bug/Display.html?id=122958 - Thanks to Daniel Macks for the report and ppisar for a patch. - setNamespace() Enhancements. - Thanks to E. Choroba.
2017-10-23p5-Text-CSV_XS: update to 1.33.wiz2-7/+7
1.33 - 2017-10-19, H.Merijn Brand * Small additional fix for eol = \r + BOM * Updated doc for example files * Add support for formula actions (issue 11) - csv2xls and csv2xlsx now warn by default * Reset file info on ->header call (RT#123320)
2017-10-23tex-lwarp{,-doc}: update to 0.41markd5-18/+91
0.39: Improved title page and titling package support. Added authblk. \multirow now supports the new vpos argument. Added a way to combine \multicolumn and \multirow. Handles several other tabular special cases. Added supertabular, xtab, bigstrut, bigdelim. Added fullwidth. Added addlines, anysize, a4, a4wide, a5comb, textarea, zwpagelayout, typearea, ebook. 0.40: Improved \graphicspath, grffile. Improved LaTeX and textcomp symbols. Fixes for bigdelim with improved HTML output, additional objects inside a lateximage, xltxtra with XeLaTeX, tocbibind, multicolumnrow with older versions of xparse and multirow, underline. Added support for adjmulticol, cuted, midfloat, pfnote, fnpos, dblfnote, stabular, tabls, sectsty, anonchap, quotchap. 0.41: Adds tabular vertical rules. Adds booktabs width and trim.
2017-10-22py-pyquery: update to 1.3.0adam3-14/+8
1.3.0: Remove some unmaintained modules: pyquery.ajax and pyquery.rules Code cleanup. No longer use ugly hacks required by python2.6/python3.2. Run tests with python3.6 on CI Add a method argument to .outer_html()