summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23Update dvi2tty to 6.0.0markd5-117/+25
fix license. OK by wiz 2016-03-05 TANAKA Takuji <ttk@t-lab.opal.ne.jp> dvi2tty-6.0.0. Support T1,TS1,OT2,T2A,T2B,T2C,X2 encodings. Add utf8 output for the latin, cyrillic encodings and OML,OMS encodings. Add option '-C' not to compose a combining character sequence. * dvi2tty.c, dvi2tty.h: Add new option '-C', '-Eu1' and inner flags. * tex2ucs.h (new), dvistuff.c: Add utf8 support and new encodings. * test/table.tex, table.dvi, dvi2tty.test: Add a new test. * table{,c,s,u,uC,Eu,Eu1,EuC,Eua}.tty, testEu.tty, ligtest{u,Eu}.tty (new); test{,s,u}.tty, ligtest.tty (update): Expected output. * Makefile{,.am,.in}: Add the new test and the new header file. * configure{,.ac}: Update version number. 2011-11-21 Peter Breitenlohner <peb@mppmu.mpg.de> Add upTeX support from Tanaka Takuji <KXD02663@nifty.ne.jp>. * ac/withenable.ac, Makefile.am: Require ptexenc. * version.ac (new): Define dvi2tty_version. * configure.ac: Adapted. 2011-01-26 Peter Breitenlohner <peb@mppmu.mpg.de> * dvi2tty.test: Unset DVI2TTY to nullify dvi2tty options. Additional testcase with '-c'. * testc.tty: Expected output. 2010-11-06 Peter Breitenlohner <peb@mppmu.mpg.de> Import dvi2tty-5.3.3. * configure.ac: Adapted. 2010-10-15 Peter Breitenlohner <peb@mppmu.mpg.de> Add two disdvi command line options to handle .dvi files as created by pTeX and .xdv files as created by XeTeX. * commands.h: Define DVI opcodes for pTeX and XeTeX extensions. * disdvi.c: Add command line options `-p' or `--ptex' and `-x' or `--xetex'; handle DVI opcodes for pTeX and XeTeX extensions. 2009-08-23 Peter Breitenlohner <peb@mppmu.mpg.de> Avoid maximal compiler warnings. * disdvi.c, dvi2tty.c, dvistuff.c: Ignore RCS strings. ANSI C function definitions. * disdvi.c (fontname): Constify string return type. * dvi2tty.c (path, OUTfilename): Constify global strings. (getpages, getfname, getinteger, setoption, getargs): Constify string params and local vars. 2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de> * dvi2tty.c (readable_file): declare as static. * disdvi.c, dvi2tty.h: do not #include <kpathsea/c-proto.h>. 2009-06-20 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: enable compiler warnings. * disdvi.c, dvi2tty.c, dvi2tty.h, dvistuff.c: ANSI C prototypes. 2009-06-15 Karl Berry <karl@tug.org> * dvi2tty.c, * README: clarify that it's GPLv2+, per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424018. 2009-06-12 Francois Charette <firmicus@ankabut.net> * dvistuff.c: rename getline to texlive_getline.
2016-09-20Add libixion dependency. Add missing includes to bl3.mk.wiz3-7/+25
Bump PKGREVISION.
2016-09-19Rename package to match PKGNAME, and adapt bl3.mk.wiz2-10/+10
2016-09-19+ orcus0.12.wiz1-1/+2
2016-09-19Mark as 0.10 branch to make difference to orcus0.12 clearer.wiz2-2/+4
2016-09-19Import orcus-0.12.0 as converters/orcus0.12.wiz6-0/+141
Standalone file import filter library for spreadsheet documents. This package contains the 0.12 branch of the library.
2016-09-13help2man (1.47.4) unstable; urgency=mediumadam3-9/+9
* Update Serbian translation (thanks to Мирослав Николић). * Add Chinese (simplified) translation of info page (thanks to Mingye Wang). * Update Brazilian Portuguese translation (thanks to Rafael Fontenelle). * Reduce the minimum translation to 60% for info files. * Extract version from dpkg-parsechangelog using the new flag, rather than sed. * Add hardening flags via DEB_BUILD_MAINT_OPTIONS. * Use secure VCS URIs. * Update standards version to 3.9.8.
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz2-5/+2
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-19update to py-simplejson-3.8.2richard3-8/+14
Version 3.8.2 released 2016-02-14 * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. https://github.com/simplejson/simplejson/pull/130 https://github.com/simplejson/simplejson/issues/122 Version 3.8.1 released 2015-10-27 * Fix issue with iterable_as_array and indent option https://github.com/simplejson/simplejson/issues/128 * Fix typo in keyword argument name introduced in 3.8.0 https://github.com/simplejson/simplejson/pull/123 Version 3.8.0 released 2015-07-18 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. Version 3.7.3 released 2015-05-31 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842 Version 3.7.2 released 2015-05-22 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. Version 3.7.1 released 2015-05-18 * Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119 Version 3.7.0 released 2015-05-18 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118
2016-08-15Update to 0.3.7ryoon2-8/+7
Changelog: 15/11/2015 - RagTime v5-v6 parser: try to retrieve the embedded spreadsheets + begin to understand the hierarchical structures which store a chart (but not the meaning of each field), - ClarisWorks/AppleWorks: find a new structure in the file's header (which could prevent to convert some database's file), - BeagleWorks/GreatWorks/Word Perfect Works: retrieve the picture's field in a database - all: improve a little the methods which create spreadsheets, - all: make some constructors explicit. 10/13/2015 - add a parser for Style documents(at least v1.6 and v1.9) 10/9/2015 - add file signatures for FullPaint documents which have the same format as MacPaint.. 10/8/2015 - add a parser for Pixel Paint documents
2016-08-12Update converters/erlang-iconv to 1.0.2.fhajny4-8/+26
Version 1.0.2 - Update to p1_utils 1.0.5 Version 1.0.1 - Use nif loading code from p1_utils - Fix compilation on rebar3
2016-08-03Revbump after graphics/gd updateadam6-12/+12
2016-07-25Update to 2.27400wen2-8/+7
Upstream changes: 2.27400 2016-04-23 [JSON::PP] appleid and merged long term neglected patches & PRs. thanks to charsbar - document patches by AM909, leon[at]astray.com, dsteinbrunner, jwilk, alfiedotwtf - modified Makefile.PL to set UNINST=1 if needed on old perls by dagolden - decode decimals to Perl's internal NV type by dagolden see to https://github.com/makamaka/JSON-PP/commits/master
2016-07-25Update to 1.39wen2-9/+7
Upstream changes: 1.39 2015-06-10 04:37:49Z - mark this distribution as deprecated in metadata - drop dependency on namespace::clean
2016-07-24Updated libcdr to 0.1.3.wiz3-8/+23
libcdr 0.1.3 * Improvements for CMX parsers - More robust parsing using the pointers from CMX header - Implement almost all fills - Implement outline properties - Implement embedded raster images - Implement transparency lens for fills * Some fixes for CDR parsers - Consider fill/outline styles * Tools - Make cmx2* and cdr2* tools handle both CDR and CMX
2016-07-24Reset PKGREVISION along with all PHP language packages update.taca1-2/+1
2016-07-09Remove python33: adapt all packages that refer to it.wiz5-10/+10
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz19-34/+38
2016-07-07Install headers. Add a buildlink3.mk. Bump PKGREVISION.jperkin3-1/+152
2016-06-08Bump PKGREVISION for perl-5.24.wiz31-53/+62
2016-06-08Switch to MASTER_SITES_PYPI.wiz5-10/+10
2016-05-29Update to 7.3.4ryoon2-7/+7
Changelog: * Safer temporary file creation on Windows. * Code cleanup. * Updated translations.
2016-05-15Updated converters/skf to 2.00.4mef3-12/+45
-------------------------------- Changes are written in ${WRKSRC}/CHANGES_ja.txt in Japanse (but sorry, no time to translate)
2016-05-08Update to 3.014wen2-8/+7
Upstream changes: 3.014 Dec 7 2015 * Fix builds under 5.8.9 3.012 Dec 6 2015 * Yet another release related to broken META files. ExtUtils::MakeMaker and CPAN::Meta need to be up to date or the META files miss stuff. 3.011 Dec 6 2015 * No significant changes. Doc typo fixes, and build tweaks. 3.010 Dec 1 2015 * Build fixes. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * FIX: Win32 build issues. 3.007 Nov 26 2015 * Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * [ENCODER]: new sort orders added. * Fix incremental parsing of utf8 strings. See https://rt.cpan.org/Public/Bug/Display.html?id=93892 * Encoder fixes. 3.006 Nov 14 2015 * [DECODER] fix segfaults from heavily corrupted data. Guards against various pathological cases which could cause segfaults fixed. Thanks to Damian Gryski and "fuzzing sereal with afl" for finding these cases. * [ENCODER] Various subtle fixes to how we choose whether to serialize the string or numeric version of a value, in particular to ensure that "00" always round trips as "00", and related issues. Note this fix has correctness and performance consequences. In some cases values that used to serialized as integers (arguably incorrectly) will be serialized as strings instead, and some code maybe be slower to serialize. NOTE: Some issues related to this subject are not fixable without a protocol change. In particular this change may affect the behavior of code that uses binary logical operators on values serialized with Perl. Thanks to Zefram, Tom, and others for help with this issue. * Fixups for cast warnings under -Wint-to-ptr builds by using using PTR2INT and INT2PTR for casting our objects. * Win32 fixes * Build improvements * Changes to how we generate constants
2016-05-08Update to 3.014wen2-8/+7
Upstream changes: 3.014 Dec 7 2015 * Fix builds under 5.8.9 3.012 Dec 6 2015 * Yet another release related to broken META files. ExtUtils::MakeMaker and CPAN::Meta need to be up to date or the META files miss stuff. 3.011 Dec 6 2015 * No significant changes. Doc typo fixes, and build tweaks. 3.010 Dec 1 2015 * Build fixes. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * FIX: Make sure that reserializing a data structure created using alias_varint_under does not produce a corrupted dataset. Thanks to Iskra for the report. * FIX: Precedence issue related to sort keys options. Thanks to Petr P穩sa� <ppisar@redhat.com> for the report and fix. * FIX: Win32 build issues, thanks to bulk88 for help. 3.007 Nov 26 2015 * FIX: sorting should now work with tied hashes, and be in general faster. * CHANGED: Sort order for sort_keys=1 is now defined to be "in order by length of bytes, then by byte order of the underlying string, then by utd8ness, with non-utf8 first". This sort order was chosen because it requires the least operations to perform in the most cases, has a bounded number of cases where we would have to create any temporary SV's or to do operations that require us to introspect codepoints in utf8 strings. IOW purely performance. Note that so long as you compare data created with the same sort_keys setting you will ALWAYS get the same order *in process*, regardless of what you choose. Backwards compatible support for the old order is available via sort_keys=3. ADDED: sort_keys=2 to provide "perl cmp order" (Its just there because it is easy to do, not for any good reason.) ADDED: sort_keys=3 to provide "rev perl cmp order" Legacy sort order was equivalent to sort_keys=3, use this option *ONLY* if you are extremely sensitive to changes in the sorted order (or "canonical form"). * [DECODER] Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * Fix issues with serializing blessed scalars where we see the blessed scalar before we see the reference to it. * Handle PVLV undefs * Build fixes for 5.8.9 * Doc patches * Optimizations 3.006 Nov 14 2015 * [DECODER] fix segfaults from heavily corrupted data. Guards against various pathological cases which could cause segfaults fixed. Thanks to Damian Gryski and "fuzzing sereal with afl" for finding these cases. * [ENCODER] Various subtle fixes to how we choose whether to serialize the string or numeric version of a value, in particular to ensure that "00" always round trips as "00", and related issues. Note this fix has correctness and performance consequences. In some cases values that used to serialized as integers (arguably incorrectly) will be serialized as strings instead, and some code maybe be slower to serialize. NOTE: Some issues related to this subject are not fixable without a protocol change. In particular this change may affect the behavior of code that uses binary logical operators on values serialized with Perl. Thanks to Zefram, Tom, and others for help with this issue. * Fixups for cast warnings under -Wint-to-ptr builds by using using PTR2INT and INT2PTR for casting our objects. * Win32 fixes * Build improvements * Changes to how we generate constants
2016-05-05Recursive revbump associated with ocaml update.jaapb1-2/+2
2016-04-30Update to 1.301. From the changelog:schmonz2-11/+7
- Updated the module to fit current release standards - Added POD and POD-Coverage tests - Combined test.pl and test1.pl into t/00-basic.t - Closes https://rt.cpan.org/Ticket/Display.html?id=105711 - Closes https://rt.cpan.org/Ticket/Display.html?id=53173 - Fixed a few minor things to prepare for a developer release
2016-04-26Add missing DEPENDS.wen1-1/+3
Spotted by: joerg@
2016-04-25Enable/disable updated/removed Erlang packages.fhajny1-2/+2
2016-04-25Remove superseded ejabberd dependencies (Erlang modules).fhajny4-33/+0
2016-04-25Import iconv-1.0.0 as converters/erlang-iconv.fhajny4-0/+32
Fast encoding conversion library for Erlang / Elixir. This library is a native binding to libiconv library.
2016-04-17Update to 1.5wen2-8/+7
Upstream changes: 1.5 Sat Jul 11 03:56:06 CEST 2015 - fix a heap overflow (testcase by Krzysztof Wojta�). - on systems that support it (posix + mmap + map_anonymous), allocate all dynamic areas via mmap and put four guard pages around them, to catch similar heap overflows safely in the future. - find a safer way to pass in CC/CFLAGS to uulib. - added stability canary support.
2016-04-13Update p5-Unicode-Normalize to 1.25markd2-8/+7
1.25 Wed Dec 16 03:05:57 UTC 2015 - Fix Normalize.xs to work on releases earlier than 5.8. The problem was introduced in this module's version 1.24 - Go back to shipping pure perl version as well as XS, as was done up through release 1.17 1.24 Sun Nov 29 05:48:44 UTC 2015 - Updated to use most recent GNU license file. ( https://rt.cpan.org/Public/Bug/Display.html?id=108003 ) - Silence compiler warning message ( https://rt.cpan.org/Public/Bug/Display.html?id=109577 ) - Add kwalitee suggested changes. 1.23 Sun Oct 25 14:50:28 UTC 2015 - Fix mkhdr to work on releases earlier than 5.8 1.22 Thu Oct 08 16:50:17 2015 - Reinstate XSUB, now works on modern EBCDIC perls as well. - Kwalitee changes - Makefile fixes - small bug fix in header generation script. 1.21 Fri Oct 02 15:33:17 2015 - Get pure perl version to work on modern EBCDIC perls. - Some comment and pod improvements 1.20 Fri Oct 02 15:30:40 2015 - Not officially released, was incomplete import of 1.19 1.19 Sat Jul 11 12:39:38 2015 - [rt.cpan.org #105620] Useless dependency on bytes and File::Copy
2016-04-11Recursive revbump from textproc/icu 57.1ryoon9-16/+18
2016-04-07Update to 0.3.5ryoon2-10/+9
* Update MASTER_SITES Changelog: Notes for a candidate are not displayed if the candidate is the first one (RHBZ#1136421) 「」 cannot be typed with ibus-kkc when the German keyboard layout is used, only [] are inserted the (RHBZ#1136722) Fix compilation error with development version of Vala
2016-03-19Fix build on NetBSDryoon2-1/+15
2016-03-19Fix build of latex2rtf.nros6-11142/+27
Don't generate the pdf since it requires latex. Revbump.
2016-03-12MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1)tnn1-6/+6
2016-03-08Update to 0.4.3ryoon2-9/+7
Changelog: 0.4.2 -> 0.4.3 - add support for Microsoft Word for DOS files 0.4.1 -> 0.4.2 - add support for Microsoft Write files 0.4.0 -> 0.4.1 - correct some afl errors + improve the sheet's generation...
2016-03-08Update to 0.3.1ryoon2-8/+7
Changelog: 0.3.0 - 0.3.1 * Fix crash when NULL is passed as input stream. - Use symbol visibility on Linux. The library only exports public functions now. - Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop. - Fix some warnings found by Coverity. - Make --help output of all command line tools more help2man-friendly.
2016-03-08Update to 0.10.1ryoon2-8/+7
Changelog: 0.10.0 - 0.10.1 - Fix crash when NULL is passed as input stream. - Use symbol visibility on Linux. The library only exports public functions now. - Avoid infinite loop. (libwpd#3) - Remove bashism. (libwpd#5) - Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop. - Make --help output of all command line tools more help2man-friendly. - Miscellaneous fixes and cleanups.
2016-03-08Update to 0.0.4ryoon2-8/+7
Changelog: librevenge 0.0.4 - Fix possible crash in raw generators for unbalanced open/close calls. - Fix build in C++11 mode. - Fix gdb pretty printers and make them compatible with Python 3. - Fix RVNGString::Iter::last(), which only worked correctly for strings containing only ASCII characters. - Document the difference between RVNGString::len() and RVNGString::size(). - Considerably improve performance of RVNGString iterator (a crude measurement shows at least 45% improvement).
2016-03-08Remove unused patch after update to 0.0.3.wiz1-13/+0
2016-03-08Update libpagemaker to 0.0.3:wiz2-9/+7
libpagemaker 0.0.3 - Make --help output of conversion tools help2man-friendly. - Read big endian (Mac) files (tdf#91419). - Other small fixes and improvements.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-03-03For now force pkgsrc libiconv on Darwin as a similar workaround tojperkin1-1/+3
what currently exists for FreeBSD/DragonFly. At some point we should just fix the broken tests...
2016-03-03Update p5-JSON-XS to 3.02.wiz2-8/+8
3.02 Fri Feb 26 22:45:20 CET 2016 - allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean) as well (reported by Alex Efros). - allow literal tabs in strings in relaxed mode (patch by lubo.rintel@gooddata.com). - support "cbor" format in json_xs tool. - support (and fix) calling encode and decode in list context (reported by Вадим Власов). - work around a bug in older perls crashing when presented with shared hash keys (Reini Urban). - use stability canary.
2016-02-25Use OPSYSVARS.jperkin1-10/+4
2016-02-16Update ruby-unf_ext to 0.0.7.2.taca2-7/+7
## 0.0.7.2 (2016-02-01) - Version bump just for adding Windows binaries for Ruby 2.3.
2016-02-14Update to 7.3.3ryoon2-7/+7
Changelog: 2016-02-13: Version 7.3.3. New flags h (print header) and p (remove path from file name) for option -i, --info. Fixed printing text in unicode UTF-16 mode on Windows, so that when it is redirected to a file, a correct UTF-16 file is created. Fixed printing of East-Asian text on Windows with an East-Asian regional setting.