summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24help2man: updated to 1.47.7adam3-63/+59
help2man 1.47.7: * Remove trailing spaces from changelog. * Update years in debian/copyright. * Reference version-specific /usr/share/common-licenses/GPL-3 in copyright rather than the unversioned GPL symlink. * Add Swedish translation of info page
2018-09-02*: recursive bump for poppler-0.68wiz1-2/+2
2018-08-26p5-Cpanel-JSON-XS: update to 4.06.wiz2-7/+7
4.06 2018-08-22 (rurban) - Fix overloaded eq/ne comparisons (GH #116 by demerphq, GH #117 by Graham Knopp): detect strings, protect from endless recursion. false is now ne "True". clarify eq/ne rules in the docs.
2018-08-24p5-Cpanel-JSON-XS: update to 4.05.wiz2-8/+7
4.05 2018-08-19 (rurban) - Set decoded type (PR #115 by Pali) - Add json_type_weaken (PR #114 by Pali) - Fix tests for 5.6 (rurban, pali)
2018-08-22Recursive bump for perl5-5.28.0wiz55-96/+110
2018-08-20BUILD_DEPENDS+= -> TEST_DEPENDS+=szptvlfn1-6/+5
2018-08-17converters/utf8proc: Update to 2.2.0minskim3-21/+14
Changes: - Unicode 11 support - utf8proc_NFKC_Casefold convenience function for NFKC_Casefold normalization - UTF8PROC_STRIPNA option to strip unassigned codepoints. - Support building static libraries on Windows (callers need to #define UTF8PROC_STATIC) - cmake fix to avoid defining UTF8PROC_EXPORTS globally - toupper of U+00df now yields U+1E9E, similar to musl; case-folding still yields the standard "ss" mapping. - utf8proc_charwidth now returns 1 for U+00AD (soft hyphen) and for unassigned/PUA codepoints.
2018-08-16revbump after boost-libs updateadam34-67/+68
2018-08-16*: Recursive bump for poppler-0.67wiz1-2/+2
2018-08-13dsk2rom: add version 0.80.nia7-1/+90
DSK2ROM is a utility for converting MSX .dsk images to MSX .rom images.
2018-07-31Build fixmanu1-2/+4
We had "error: 'std::tr1' has not been declared" because all code was not yet updated for -std=gnu++11. Use -std=gnu++98 instead.
2018-07-26libqxp: Requires zlib.jperkin1-1/+2
2018-07-25py-emoji: Change HOMEPAGE to github.nia1-2/+2
2018-07-25py-emoji: Import version 0.5.0nia5-1/+42
py-emoji is a library for converting emoji from and into textual representations. "Looks good" wiz@
2018-07-20converters/erlang-iconv: Update to 1.0.8.fhajny2-8/+8
- Updating p1_utils to version 1.0.12.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon11-22/+22
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb1-2/+2
2018-07-17*: Add some required USE_GCC_RUNTIME.jperkin1-1/+2
2018-07-03py-simplejson: updated to 3.16.0adam2-7/+7
Version 3.16.0: * Restore old behavior with regard to the type of decoded empty strings with speedups enabled on Python 2.x * Add python_requires to setup.py to help pip * Fix CSS in docs when built locally
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam5-10/+10
2018-06-24*: recursive bump for poppler-0.66.0 updatewiz1-2/+2
2018-06-24TECkit: update to 2.5.8.wiz2-7/+7
2018-06-18 Version 2.5.8 Updated Unicode character names and normalization data to 11.0.0
2018-06-24p5-Cpanel-JSON-XS: update to 4.04.wiz2-7/+7
4.04 2018-06-22 (rurban) - Fix bignum NaN/inf handling (#78 reported by Slaven Rezic) - Move author tests to xt/ as suggested in #106, added a make xtest target. Fixes a test fail with ASAN. 4.03 2018-06-21 (rurban) - Add sereal cpanel_json_xs type (#110 James Rouzier) - Fix bencode/bdecode methods in cpanel_json_xs (#111 Fulvio Scapin) - Overload ne operator for JSON::PP::Boolean (#107 tevfik1903) - Add a missing semicolon to a documentation example (#104 E. Choroba)
2018-06-19Update to 2.14ryoon4-14/+12
Changelog: Not available.
2018-06-17*: bump PKGREVISION for poppler 0.65.0 shlib version bumpwiz1-2/+2
2018-05-31Add R-base64encwen1-1/+2
2018-05-31Import base64enc_0.1-3 as converters/R-base64enc.wen3-0/+24
This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.
2018-05-21utf8proc: use correct shared library installationadam3-21/+26
2018-05-21utf8proc: fix shared library name on Darwinadam1-1/+7
2018-05-17py-confusable_homoglyphs: updated to 3.1.1adam2-7/+7
3.1.1: Bug fixes.
2018-05-14py-simplejson: updated to 3.15.0adam2-7/+7
Version 3.15.0: * Clean up the C code * Bypass the decode() method in bytes subclasses * Support builds without cStringIO * Allow to disable serializing bytes by default in Python 3 * Simplify the compatibility code * Fix tests in Python 2.5
2018-05-13dvi2tty: update to 6.0.0nb2markd2-9/+9
texlive 2018 version
2018-05-11py-cairosvg: updated to 2.1.3adam2-7/+7
Version 2.1.3: * Fix T commands following q or t in paths
2018-05-11p5-Text-Iconv: Ensure build can find libiconv.jperkin1-1/+4
Fixes PR#53275
2018-04-30converters/Makefile: Add utf8procminskim1-1/+2
2018-04-30converters/utf8proc: Import version 2.1.1minskim5-0/+56
utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting Unicode version 9.0.
2018-04-30py-simplejson: updated to 3.14.0adam2-11/+9
Version 3.14.0: * Defer is_raw_json test (performance improvement) * Avoid escaping U+2028 and U+2029 without ensure_ascii * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy.
2018-04-30Update to 0.13.4ryoon3-8/+38
* Fix build with boost 1.65.0 Changelog: 2018-02-26 Kohei Yoshida <kohei.yoshida@gmail.com> [ef2e27538e335583ef3ff85c4bc4f512efc72eb5] Up the version to 0.13.4. 2018-02-21 Markus Mohrhard <markus.mohrhard@googlemail.com> [13af2fbab2cac1020d6bb840833c0e0efc231bff] protect the self-closing xml element code against self-closing root elements Found by Antti Levomäki and Christian Jalio from Forcepoint. (cherry picked from commit 12e5d89cbd7101c61fbdf063322203a1590a0ef5) 2018-02-19 Kohei Yoshida <kohei.yoshida@gmail.com> [b8848ef7fc6a7d89e3f872574e36cbbab82275b0] xls-xml: Gracefully handle formula cells without cached results. This fixes #51. (cherry picked from commit 32a1b05ffc6edd7d528b6760dab9035252329ab0)
2018-04-29revbump for boost-libs updateadam34-62/+68
2018-04-28*: Recursive bump for poppler update to 0.64.0wiz1-2/+2
2018-04-26p5-JSON-MaybeXS: update to 1.004000.wiz2-7/+9
Depend on p5-Cpanel-JSON-XS. 1.004000 - 2018-04-19 - added true and false subs so they can be used via JSON::MaybeXS rather than only JSON() exported sub.
2018-04-26converters/Makefile: + p5-Cpanel-JSON-XSwiz1-1/+2
2018-04-26converters/p5-Cpanel-JSON-XS: import p5-Cpanel-JSON-XS-4.02wiz3-0/+38
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. The cPanel fork has additional bug fixes and interoperability improvements.
2018-04-17Recursive PKGREVISION bump for poppler-0.63.0wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz2-4/+4
2018-04-16convmv: update to 2.05.wiz2-7/+7
2.05 - allow NFC/NFD conversion on APFS volumes, add man page section for that filesystem - use case- and normalization-insensitivity workarounds also for parsable mode
2018-04-14revbump after icu updateadam11-19/+22
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb1-2/+2
(this is the upgrade from 4.06 to 4.06.1)
2018-03-26Drop patches for Python 2.7, now that it is a separate package.joerg4-32/+8
2018-03-26+ py27-cairosvgjoerg1-1/+2