summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2021-03-05help2man: Update to 1.48.2nia2-7/+7
help2man (1.48.2) unstable; urgency=medium * Use debhelper dh command sequencer. * Update Chinese (simplified) translation (thanks to Boyuan Yang). -- Brendan O'Dea <bod@debian.org> Wed, 03 Mar 2021 13:50:28 +1100
2021-02-27libkkc: Convert to use GitHub frameworkryoon1-2/+4
2021-02-20opencc: Update to 1.1.1ryoon5-70/+74
Changelog: Not available in English or Japanese, only in Chinese. Some functions are added at least.
2021-02-20bdf2psf: update to 1.201.fcambus2-8/+8
Nothing applying to bdf2psf in particular noted in the Changelog.
2021-02-18py-zfec: updated to 1.5.5adam2-7/+7
* Release 1.5.5 (2020-11-12) ** Upload wheel packages to the Python Package Index. Wheel packages for Python 2.7/Windows turned out to be broken (issue 34). Version 1.5.5 is simply an update to address this. No changes to zfec itself.
2021-02-13help2man: Update to 1.48.1ryoon2-7/+7
Changelog: Version 1.48 February 6, 2021 * Add Serbian, Swedish, Brazilian Portuguese and Chinese (simplified) translations of info documentation. * Add Tamil and Chinese (simplified) translations. * Move table of contents to the top of the texi file so that it appears in the correct location in the html page. * Use the package name and version as the default for --source (was program). * Support packages in version strings without the GNU or Free prefix. * Allow an optional second dash to separate the package name from the version for multi-word packages: "program - package name - version". * Suppress creation of an empty pkglibdir when nls is disabled. * Fix ordering of "other" sections in manual page. * Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).
2021-02-13bdf2sfd: update to 1.1.6.fcambus2-7/+7
bdf2sfd 1.1.6 (2021-02-12) - Stop forcing FORTIFY_SOURCE=2, it should be package builders decision - Get rid of global variables, move all declarations to main() - Remove dead increments for argc and argv - Rename a few variables to get rid of all camelCase occurences - Reorder and reformat variables declaration - Try to harmonize usage information everywhere - Rename the displayUsage() function to usage()
2021-02-10py-base58: added version 2.1.0adam6-1/+56
Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.
2021-02-06orcus: Update to 0.16.1ryoon6-108/+92
Changelog: 0.16.1 fixed a build issue on 32-bit linux platforms, which was indirectly caused by ixion. fixed json parsing bug caused by an uninitialized variable, which manifested itself on debian 32-bit platform. removed compiler warnings on unused variables from the base parser handlers. 0.16.0 general full formula recalculations are now optional when loading documents. It makes more effective use of cached formula results. added the option of failing on the first faulty cell, or skipping them. fixed a bug that caused the threaded_sax_token_parser to deadlock. added base parser handler classes in the public headers so that they can be sub-classed to overwrite necessary handler methods. json-parser parsing of numeric values are now more strict for better conformance to the specs. ods added support for loading named expressions from ods documents. fixed an infinite loop when loading one of the attached ods documents from https://bugs.documentfoundation.org/show_bug.cgi?id=82414 xlsx fixed a segfault when loading the xlsx document from https://bugs.documentfoundation.org/show_bug.cgi?id=83711. xls-xml fixed a bug that prevented formulas from referencing cells located in later sheets. xml-map adjusted the xml path expressions to be more like XPath. Previously, an attribute was expressed as '@' in the old expression, but XPath uses '/@'. The new expression uses '/@' for an attribute. added the ability to identify and import ranges from XML documents without map file. added the ability to generate map file from XML documents for user customization. added support to specify default namespace in the map file. python added orcus.Cell class to represent individual cell values and attributes. fixed several memory leaks in the python binding layer. modified orcus.csv.read() function to take string input, instead of bytes. added __version__ attribute to the orcus module. cleaned up orcus.detect_format function to only take the stream parameter. added named_expressions properties to Document and Sheet class objects. added Python API to bulk-process a number of spreadsheet documents (orcus.tools.file_processor). added Python API to download attachments from bugzilla services via REST API (orcus.tools.bugzilla).
2021-01-25help2man: update to 1.47.17.wiz3-10/+10
help2man (1.47.17) unstable; urgency=medium * Add Serbian translation of info page (thanks to Мирослав Николић). * Update Swedish translation (thanks to Sebastian Rasmussen). * Update to debhelper v13. * Update standards version to 4.5.1 (no changes). * Update copyright years. -- Brendan O'Dea <bod@debian.org> Tue, 19 Jan 2021 22:27:16 +1100
2021-01-24sratom: Update to 0.6.8nia2-7/+7
sratom (0.6.8) stable; * Fix potential null pointer dereference
2021-01-20py-emoji: updated to 0.6.0adam2-7/+7
0.6.0: Unknown changes
2021-01-16erlang-base64url: Removetriaxx4-26/+0
The package already exists as devel/erlang-base64url.
2021-01-16Makefile: remove erlang-base64urltriaxx1-2/+1
The package already exists as devel/erlang-base64url.
2021-01-16Makefile: Add erlang-base64url version 1.0.1triaxx1-1/+2
2021-01-16erlang-base64url: Add version 1.0.1triaxx4-0/+26
Base64Url is a standalone, URL-safe and base64-compatible codec for Erlang. It is a dependency for the last release of chat/ejabberd.
2021-01-15erlang-iconv: Update to 1.0.11triaxx2-8/+8
upstream changes: ----------------- Version 1.0.11 * Updating p1_utils to version 1.0.19. * Fix to compile with Rebar2 and Erlang 23, added to Travis and Coveralls * Document usage with Elixir mix * Add more explicit usage example * Add CoC and contribution guide Version 1.0.10 * Updating p1_utils to version 1.0.13. Version 1.0.9 * Updating p1_utils to version 6ff85e8.
2021-01-10converters/ruby-unf_ext: update to 0.0.7.7taca2-7/+7
## 0.0.7.7 (2019-03-19) - Include Windows binaries for Ruby 2.7.
2021-01-10converters/ruby-Ascii85: update to 1.1.0taca2-7/+7
=== 1.1.0 / 2020-11-11 * Make use of frozen_string_literal * Update tests to use newer minitest syntax
2021-01-04converters/utf8proc: Update ABI versionmicha1-2/+3
Bump PKGREVISION.
2021-01-04utf8proc: update to 2.6.1.wiz2-8/+7
## Version 2.6.1 ## 2020-12-15 - Bugfix in `utf8proc_grapheme_break_stateful` for `NULL` state argument, which also broke `utf8proc_grapheme_break`.
2021-01-04py-chardet: update to 4.0.0.wiz3-11/+17
This will be the last release of chardet to support Python 2.7. chardet 5.0 will only support 3.6+ Major Changes This release is multiple years in the making, and provides some quality of life improvements to chardet. The primary user-facing changes are: Single-byte charset probers now use nested dictionaries under the hood, so they are usually a little faster than before. (See #121 for details) The CharsetGroupProber class now properly short-circuits when one of the probers in the group is considered a definite match. This lead to a substantial speedup. There is now a chardet.detect_all function that returns a list of possible encodings for the input with associated confidences. We have dropped support for Python 2.6, 3.4, and 3.5 as they are all past end-of-life. The changes in this release have also laid the groundwork for retraining the models to make them more accurate, and to support some more encodings/languages (see #99 for progress). This is our main focus for chardet 5.0 (beyond dropping Python 2 support).
2021-01-03Remove reference to php72.taca1-2/+2
2021-01-03bdf2psf: update to 1.200.fcambus2-9/+9
Nothing applying to bdf2psf in particular noted in the Changelog.
2021-01-03converters/php-iconv: add buildlink3.mktaca1-0/+15
Add buildlink3.mk file for newer www/php-http3 package.
2021-01-01*: Recursive revbump from boost-1.75.0ryoon33-65/+66
2020-12-19py-zfec: Update to 1.5.4gdt3-12/+15
Upstream changes relative to 1.5.3 are negligible.
2020-12-13Add converters/cue2pops.nia6-1/+51
Contributed in a private email by embr@liclac.eu, thx! cue2pops is a tool for converting PlayStation 1 backups in .CUE/.BIN format to .VCD, the format supported by the PlayStation 2's POPS emulator. The original cue2pops is Windows-only, this is the cue2pops-linux fork.
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-12-02bdf2psf: update to 1.199.fcambus2-9/+9
Nothing applying to bdf2psf in particular noted in the Changelog.
2020-11-30utf8proc: Bump PKGREVISON from .so file version bumpryoon1-1/+2
2020-11-30converters/utf8proc: Update ABI version of librarymicha1-3/+3
2020-11-29utf8proc: update to 2.6.0.wiz2-8/+7
## Version 2.6 ## 2020-11-23 - New `utf8proc_islower` and `utf8proc_isupper` functions ([#196]). - Bugfix for manual calls to `grapheme_break_extended` for initial characters ([#205]). - Various build and portability improvements.
2020-11-26dos2unix: Update to 7.4.2nia3-9/+9
2020-10-12: Version 7.4.2 * New Friulian translation of the messages. * Updated Dutch, German, Serbian, Traditional Chinese, and Ukrainian translations.
2020-11-24sratom: Update to 0.6.6nia2-8/+7
sratom (0.6.6) stable; * Fix various minor warnings and other code quality issues -- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 15:18:12 +0000
2020-11-23libwps: Update to 0.4.12nia2-8/+7
0.4.11 -> 0.4.12 - add a minimalist parser for Pocket Word .psw and .pwi files
2020-11-21*: recursive bump for poppler 20.11.0wiz1-2/+2
2020-11-05libe-book: Fix build with textproc/icu-68.1ryoon2-1/+17
2020-11-05libcdr: Fix build with textproc/icu-68.1ryoon2-1/+17
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon7-14/+14
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon10-20/+20
2020-11-01bdf2psf: update to 1.198.fcambus2-8/+8
Nothing applying to bdf2psf in particular noted in the Changelog.
2020-10-24Update to 1.14wen2-9/+8
Update LICENSE Upstream changes: 1.14 2020.09.27 Fixing pod breakage in EUC-JP pod 1.13 2020.09.27 Fixing MANIFEST.SKIP error 1.12 2020.09.27 Build tool updates. Maintainer updates. POD error fixes. Relicensed under MIT license.
2020-10-20bdf2sfd: update to 1.1.5.fcambus2-7/+7
bdf2sfd 1.1.5 (2020-10-20) - Enable FORTIFY_SOURCE level 2 - Check strdup() return value and error out on failed allocations
2020-10-09bdf2sfd: update to 1.1.4.fcambus2-7/+7
bdf2sfd 1.1.4 (2020-10-08) - Add support for seccomp on arm - Update error message to use seccomp architecture names - Add a note in the README about sandboxing and fuzzing - Make displayUsage() and error() static - Reduce amount of fprintf() calls when outputting SFD header
2020-10-06*: use py-hypothesis via versioned_dependencies.mkwiz1-2/+4
2020-10-05qrencode: update to 4.1.1.wiz2-7/+7
Version 4.1.1 (2020.9.28) ------------------------- * Some minor bugs in Micro QR Code generation have been fixed. * The data capacity calculations are now correct. These bugs probably did not affect the Micro QR Code generation.
2020-09-24bdf2psf: update to 1.197.fcambus2-9/+8
ChangeLog: * standard.equivalents: map more aggressively the box drawing symbols. Mappings for ballot symbols. Thanks to Nick Black, closes: #965029.
2020-09-08*: use MASTER_SITE_PERL_CPANwiz1-2/+2
2020-09-08On powerpc, build with -mlongcall, to avoid truncated relocations.he1-0/+15
Build fix only for this arch, so no revision bump.