summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Recursive revbump associated with update of ocaml.jaapb1-2/+2
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2022-05-15converters/cbmconvert: update to 2.1.5rhialto3-40/+6
This is a maintenance release of cbmconvert, with no new features. What's Changed - REL files are correctly written to Lynx archives. - 1571 images can be actually created. - Most code is now covered by CTest. - ARC/SDA, Arkive, T64 are not covered at all yet. Full Changelog: https://github.com/dr-m/cbmconvert/commits/cbmconvert-2.1.5
2022-05-04*: recursive bump for poppler 22.04wiz1-2/+2
2022-04-29*: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.xwiz1-8/+3
2022-04-26py-zbase32: removedadam5-78/+1
2022-04-25txt2man: shell portabilitytnn2-1/+20
2022-04-18revbump for textproc/icu updateadam17-34/+34
2022-04-17dvi2tty: update to 6.0.0nb6 - texlive 2022 versionmarkd2-6/+6
2022-04-14latex2rtf: catch up with fonts/stixfonts renametnn1-3/+3
2022-04-11help2man: updated to 1.49.2adam3-7/+10
help2man (1.49.2) unstable; urgency=medium * Add configure~ to mostlyclean target. * Add Romanian translations (thanks to Remus-Gabriel Chelu).
2022-04-03p5-JSON: reset PKGREVISION after updatewiz1-2/+1
2022-04-03Update to 4.05ast2-6/+6
Upstream changes: 4.05 2022-01-14 - removed VERSION section in pod (GH#52, abraxxa++) 4.04 2021-12-17 - updated backportPP with JSON::PP 4.07
2022-03-28{c,d,e}*/*: revbump(1) for libsndfiletnn1-2/+2
2022-03-13(converters/opencc) Updated 1.1.2 to 1.1.3mef3-8/+12
## Version 1.1.3 2021年9月3日 * 修復部分頭文件不能單獨使用的問題(#550)。 * 修復引入系統pybind11的方法(#566)。 * 支持Node.js 16(#597)。 * 支持Python 3.9(#603)。 * 修正轉換錯誤。 * 若干其他小修復。
2022-03-13(converters/erlang-iconv) Updated 1.0.12 to 1.0.13mef2-6/+6
# Version 1.0.13 * Remove p1_utils dependency * Parametrize the rebar binary (processone/fast_tls#51) * Add Github Action to release in hex.pm when tagging * Switch from Travis to Github Actions
2022-02-26converters/pandoc: Link pandoc with static Haskell librariespho1-2/+9
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho22-41/+44
2022-02-25p5-Sereal: update to 4.023.fcambus2-7/+6
4.023 Sun Feb 20, 2022 * Make it possible to upgrade with passing tests when using Sereal::Decoder 4.015 - 4.019 on threaded debugging perls. IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY.* 4.022 Sat Feb 19, 2022 4.021 Fri Feb 18, 2022 * Early but incomplete versions of 4.023, skip these releases. 4.020 Thurs Feb 17, 2022 * Fix "panic: free from wrong pool" errors on threaded debugging builds. This error is only visible on DEBUGGING perls however it exists regardless. If you are using a threaded build upgrade to this! Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark for suggesting valgrind to debug and fix it. 4.019 Mon Feb 7, 2022 * Fix build issue with latest perl - Thanks to Nicholas Clark * Update zstd to 1.5.1
2022-02-25p5-Sereal-Encoder: update to 4.023.fcambus2-7/+6
4.023 Sun Feb 20, 2022 * Make it possible to upgrade with passing tests when using Sereal::Decoder 4.015 - 4.019 on threaded debugging perls. IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY.* 4.022 Sat Feb 19, 2022 4.021 Fri Feb 18, 2022 * Early but incomplete versions of 4.023, skip these releases. 4.020 Thurs Feb 17, 2022 * Fix "panic: free from wrong pool" errors on threaded debugging builds. This error is only visible on DEBUGGING perls however it exists regardless. If you are using a threaded build upgrade to this! Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark for suggesting valgrind to debug and fix it. 4.019 Mon Feb 7, 2022 * Fix build issue with latest perl - Thanks to Nicholas Clark * Update zstd to 1.5.1
2022-02-25p5-Sereal-Decoder: update to 4.023.fcambus2-7/+6
4.023 Sun Feb 20, 2022 * Make it possible to upgrade with passing tests when using Sereal::Decoder 4.015 - 4.019 on threaded debugging perls. IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY.* 4.022 Sat Feb 19, 2022 4.021 Fri Feb 18, 2022 * Early but incomplete versions of 4.023, skip these releases. 4.020 Thurs Feb 17, 2022 * Fix "panic: free from wrong pool" errors on threaded builds. This error is only visible on DEBUGGING perls however it exists regardless. If you are using a threaded build upgrade to this! Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark for suggesting valgrind to debug and fix it. 4.019 Mon Feb 7, 2022 * Fix build issue with latest perl - Thanks to Nicholas Clark * Update zstd to 1.5.1
2022-02-23converters/Makefile: + hs-cborg-jsonpho1-1/+2
2022-02-23converters/hs-cborg-json: import hs-cborg-json-0.2.3.0pho5-0/+63
This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.
2022-02-23converters/Makefile: + hs-aeson-better-errorspho1-1/+2
2022-02-23converters/hs-aeson-better-errors: import hs-aeson-better-errors-0.9.1.0pho6-0/+165
A small package which gives you the tools to build parsers to decode JSON values, and gives good error messages when parsing fails. See also http://harry.garrood.me/blog/aeson-better-errors/
2022-02-20help2man: update to 1.49.1.wiz3-26/+6
Version 1.49 February 14, 2022 * Use @samp{} around the option in the menu description for "--help recommendations" to avoid rendering the -- as endash. * Don't translate @documentencoding. * Fall back to forking iconv for encodings which are not supported by Perl's Encode module.
2022-02-16converters/Makefile: + hs-lens-aesonpho1-1/+2
2022-02-16converters/hs-lens-aeson: import hs-lens-aeson-1.1.3pho5-0/+63
The goal of lens-aeson is to provide traversals and prisms for the Aeson library's Value type, while obeying the Traversal/Prism laws.
2022-02-13*: use versioned_dependencies for py-twistedwiz1-2/+4
2022-02-12py-charset-normalizer: updated to 2.0.12adam2-6/+6
2.0.12 Fixed - ASCII miss-detection on rare cases
2022-02-12revbump after changing the default Haskell compilerpho16-25/+32
2022-02-12Update to pandoc-2.17.1.1pho8-172/+92
The list of changes since 2.13 is too long to paste here: https://hackage.haskell.org/package/pandoc-2.17.1.1/changelog
2022-02-12+hs-hslua-aesonpho1-1/+2
2022-02-12converters/hs-hslua-aeson: import hs-hslua-aeson-2.1.0pho5-0/+65
This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.
2022-02-12Update to aeson-pretty-0.8.9pho3-10/+9
0.8.9 Added support for Aeson 2.0
2022-02-12Update to aeson-2.0.3.0pho5-32/+40
2.0.3.0 * text-2.0 support * bytestring-0.11.2.0 support * Rewrite pure text literal unescaper. * Add QuickCheck's Arbitrary, CoArbitrary and Function instances 2.0.2.0 * Add IsList (KeyMap v) instance. * Add toMapText and fromMapText to Data.Aeson.KeyMap. * Add ShortText instances * Add Solo instances 2.0.1.0 * Add FromJSON KeyMap instance. * Make ordered-keymap on by default. 2.0.0.0 * Remove forced -O2 and then unneeded fast flag. Also remove most of INLINE pragmas. In the effect, aeson compiles almost twice as fast. * To get fast compilation effect cabal-install users may specify optimization: False. * Make map type used by Object abstract so the underlying implementation can be modified, thanks to Callan McGill * Add ordered-keymap flag allowing to change the underlying implementation of object KeyMap. * Drop GHC-7 support * Remove Data.Aeson.Encode module * Double and Float infinities are encoded as "+inf" and "-inf". Change To/FromJSONKey instances to use "+inf" and "-inf" too. * FromJSON () and FromJSON (Proxy tag) accept any JSON value.
2022-02-11Update to base16-bytestring-1.0.2.0pho3-9/+8
1.0.2.0 Support sized primitive types in GHC 9.2 (#16 - thanks Bodigrim!)
2022-02-11Update to base64-bytestring-1.2.1.0pho3-10/+9
1.2.1.0 Bugfix for GHC 9.0.1 memory corruption bug (#46) Thanks to Fraser Tweedale and Andrew Lelechenko for logging and helping with this fix.
2022-02-11Update to emojis-0.1.2pho3-10/+9
0.1.2 * Update emoji data (Unicode 14.0) and aliases from gemoji. * Export baseEmojis and zwjEmojis, generated directly from Unicode emoji data files, so that the library contains a complete list of emojis, including emojis for which gemoji provides no alias (Stephen Morgan). 0.1.1 * Update emoji data.
2022-02-05orcus: Update to 0.17.2ryoon4-90/+86
Changelog: orcus 0.17.2 * ods * fixed a bug where the state of style:cell-protect="none" was not explicitly pushed, thereby having had the same effect as not having this attribute. After the fix, style:cell-protect="none" will explicitly push the hidden state to false, locked state to false, and the formula-hidden state to false. orcus 0.17.1 * general * addressed a number of coverity issues. * removed a variety of compiler warnings. * ods * re-generated sax parser tokens from ODF v1.3. * revised the style import code to only push style attributes that are actually specified in the XML. * xls-xml * revised the XML structure validation strategy to ignore any mis-placed elements and their sub structures rather than aborting the import. orcus 0.17.0 * general * set the baseline C++ version to 17. * cleaned up the public API to replace pstring with std::string_view, union with std::variant, and boost::optional with std::optional. With this change, the public API no longer has dependency on boost. * spreadsheet document * switched to using ixion::model_iterator for horizontal iteration of cells instead of using mdds::mtv::collection. * fixed a bug where exporting a spreadsheet document containing adjacent merged cells regions to html incorrectly exported the merged cell areas. * xlsx * cached cell values are now correctly loaded from the file. * sax parser * utf-8 names are now allowed as element and attribute names. * css parser * unquoted utf-8 property values are now allowed. * orcus-json * fixed segmentation fault when using --mode structure with the Windows build. * added yaml output option. * xml-map * fixed a bug where mapping of an XML document with namespace aliases sometimes corrupts the alias values. * python * added orcus.FormulaTokenOp enum type which describes type formula token operator types in a more finer grained manner. * documentation * added notes to how to use orcus-xml and orcus-json to map XML and JSON documents to spreadsheet documents.
2022-02-05libetonyek: Build with mdds-2.0.1ryoon1-2/+3
Bump PKGREVISION.
2022-01-31py-charset-normalizer: updated to 2.0.11adam2-6/+6
2.0.11: Added - Explicit support for Python 3.11 Changed - The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels
2022-01-31*: depend on py-click via versioned_dependencieswiz1-2/+3
2022-01-25py-reedsolo: fix build with python 3.10wiz2-1/+18
2022-01-22py-yenc: convert to egg.mk.wiz2-10/+7
Some cleanups while I'm here.
2022-01-22py-zhCodecs: convert to egg.mkwiz2-6/+7
2022-01-18Bump packages that depends on GHCpho14-28/+28
2022-01-14*: python2 egg files are back, add them to the PLISTswiz2-2/+4
2022-01-14*: remove workaround patches for python 3.6wiz4-37/+2
2022-01-10py-jpCodecs: convert to egg.mkwiz2-5/+4
2022-01-10py27-cairosvg: convert to egg.mkwiz2-4/+4