summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2018-12-16Update to 4.00wen2-8/+7
Upstream changes: 4.00 2018-12-07 - production release 3.99_01 2018-12-03 - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled allow_nonref by default, JSON::PP also enabled allow_nonref by default - implement allow_tags that was introduced by JSON::XS 3.0 - add boolean_values that was introduced by JSON::XS 4.0 - allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility - various doc updates
2018-12-16Update to 4.00wen2-8/+7
Upstream changes: 4.00 2018-12-07 - production release 3.99_01 2018-12-03 - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled allow_nonref by default, JSON::PP, and thus JSON, also enabled allow_nonref by default - updated backportPP with JSON::PP 3.99_01 - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility
2018-12-13revbump for boost 1.69.0adam34-68/+68
2018-12-10*: recursive bump for poppler-0.72.0wiz1-2/+2
2018-12-09revbump after updating textproc/icuadam11-22/+22
2018-12-04py-confusable_homoglyphs: updated to 3.2.0adam4-11/+12
3.2.0: Unknown changes
2018-12-03*: recursive bump for poppler-0.71.0 shlib bumpwiz1-2/+2
2018-11-24Update to 4.0wen2-8/+7
Upstream changes: 4.0 Fri Nov 16 00:06:54 CET 2018 - 4.0 pre-release, do not use other than for testing. - SECURITY IMPLICATION: this release enables allow_nonref by default for compatibnility with RFC 7159 and newer. See "old" vs. "new" JSON under SECURITY CONSIDERATIONS. - reworked the "old" vs. "new" JSON section. - add ->boolean_values to provide the values to which booleans decode (requested by Aristotle Pagaltzis). - decode would wrongly accept ASCII NUL characters instead of reporting them as trailing garbage. - work around what smells like a perl bug w.r.t. exceptions thrown in callbacks. - incremental parser now more or less respects allow_nonref. - json_xs json-pretty now enables canonical mode. - add documentation section about I-JSON. - minor documentation fixes/updates.
2018-11-24Update to 4.07wen2-7/+7
Upstream changes: 4.07 2018-11-02 (rurban) - Silence Gconvert -Wunused-result. gcvt returns a string, sprintf int, so suppress the retval
2018-11-14Revbump after cairo 1.16.0 update.kleink3-6/+6
2018-11-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-10-23help2man: updated to 1.47.8adam2-7/+7
help2man 1.47.8: * Use $(DEB_VERSION) from pkg-info.mk. * Fix git repository link in generated README. * Update debian/copyright to machine readable format. * Update standards version to 4.2.1 (no changes).
2018-09-27Distfiles fetched from http://fribidi.org/ are HTML files. Fixed.jklos1-3/+3
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.