summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2015-06-27Disable register use warning for clang, gperf still has no way to createjoerg3-1/+35
modern code without such nonsense. Fix definition inconsistency.
2015-06-26Version 1.0.15, released on 2015-06-22rodent2-6/+6
====================================== * Use xMidYMid as default preserveAspectRatio value Version 1.0.14, released on 2015-06-02 ====================================== * Support the shape-rendering property Version 1.0.13, released on 2015-02-26 ====================================== * Fix end markers Version 1.0.12, released on 2015-02-26 ====================================== * Don't crash when paths with markers end with a move_to action Version 1.0.11, released on 2015-02-11 ====================================== * Allow commas in viewboxes Version 1.0.10, released on 2015-02-09 ====================================== * Allow quotes around font names
2015-06-14Update to 0.1.1.:wiz3-8/+10
libfreehand 0.1.1 - drastical improvement of all features * fills * strokes * embedded images * embedded text - output of visible elements only in right place on the canvas - coverage from Freehand 3.0 to Freehand 11
2015-06-14Update to 2.5.3markd6-42/+17
Minor bugfixes. Addition of pkg-config file.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz51-86/+102
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-08Bump PKGREVISION for hs-hashable-1.2.3.2szptvlfn2-4/+4
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn2-4/+4
2015-06-04Update ruby-unf_ext to 0.0.7.1.taca3-8/+9
## 0.0.7.1 (2015-04-18) - Windows fat binary gems no longer require libstd++ to run, which are statically linked. - Add a fat binary gem for x64-mingw32 (64bit Windows). - Windows fat binary gems now include binaries for Ruby up to 2.2.
2015-06-04Use textproc/ruby-rdtool/rdtool.mk.taca1-2/+2
2015-05-31Bump PKGREVISION for hs-dlist-0.7.1.1szptvlfn2-4/+4
2015-05-28Update to 2.0:wiz2-7/+6
2.0 - fix checks for NFD conversion, where convmv could run into a "resulting filename is ... bytes long (max: 255) error message for no obvious reason. - the --preserve-mtimes option is the default now - fix a bug where mtimes might not be restored in some cases - add --map option to support additional character mappings like to mapping Microsoft's illegal NTFS characters - issue warning if we cannot traverse a directory in recursive mode
2015-05-27Update to 7.2.2ryoon2-6/+6
Changelog: 2015-05-22: Version 7.2.2. Check UTF-16 for invalid surrogate pairs. Print system error and line number when UTF-16 conversion error occurs. Bug fix: When conversion of an UTF-16 file with binary symbols was forced, null characters were not written in the output. Fixed symlink support on FreeBSD.
2015-05-09Because this error:szptvlfn2-4/+4
ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files. Bump PKGREVISION for hs-primitive-0.5.4.0
2015-05-03Update to 1.46.6:wiz3-7/+9
Version 1.46 July 7, 2014 * Add German, Ukranian and Polish translations of info documentation. * Add Hungarian and Norwegian Bokmaal translations.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn3-5/+6
2015-04-19+sratom - will be used by lilvrodent1-1/+2
2015-04-19Import sratom-0.4.6 as converters/sratom.rodent6-0/+99
Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
2015-04-17Revbump after updating devel/boost-libsadam8-13/+16
2015-04-12Update to qrencode-3.4.4.tnn2-6/+6
Changes: - adds command line options --verbose and --rle to tools - bugfixes
2015-04-06Revbump after updating textproc/icuadam8-13/+16
2015-04-03Update to 1.12, from kj Wolley in PR 49774.wiz2-6/+6
1.12 Mon Mar 16 20:21:15 2015 - XS: [rt.cpan.org #102663] IRIX 6.5 failures with Unicode::Collate (porting: avoid non-zero values in the initializer of an array) 1.11 Tue Feb 17 21:23:03 2015 - XS: [rt.cpan.org #102024] remove extranous const casting 1.10 Thu Jan 15 21:37:58 2015 - XS: const &c [rt.cpan.org #101170] [PATCH] - Makefile.PL: [rt.cpan.org #101500] [PATCH]
2015-04-03Update to 3.005 based on PR 49773 by kj Wolley:wiz2-8/+8
**************************************************************** * Warning: For a seamless upgrade, upgrade to version 3 * * of the decoder before upgrading to version 3 of the * * encoder! * **************************************************************** 3.005 Jan 05 2015 * Build improvements related to char signedness being platform dependent. 3.004 Dec 27 2014 * Performance optimizations and other miscellaneous changes. * Build improvements. * Win32 fixes for weakrefs. 3.003 Oct 19 2014 * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!) * Setup META.yml correctly so that certain dependencies are marked as being test dependencies and not build or run-time dependencies. * Allow one to build against an externally supplied version of csnappy or miniz. Thanks to Petr Písař <ppisar@redhat.com> 3.002 Aug 20 2014 Summary of changes from 3.001 - 3.002 - Introduce "canonical" option to encoder - Introduce "canonical_refs" option to encoder * Test Infra Changes - Split up bulk tests to speed up testing and make it easier to see when a failure is restricted to a specific option. * Big-Endian Support - Improved support for Big-Endian machines. We now build and pass test on Sparc and HP-UX and other platforms with big-endian or strict alignedness requirements. Much thanks to Jarkko Hietaniemi, Gregor Herrmann, and H. Merijn Brand for for their assistance with this. - We still have issues with s390x (Z/Os) with Sereal. If someone wants to help it would be appreciated. 3.001 - Upgrade to version 3 of the protocol * Add Zlib compression support to the protocol * Add Zlib support to Encoder/Decoder * Add CANONICAL_UNDEF tag to represent PL_sv_undef * Change magic header so it is trivial to detect and reject utf8 encoded Sereal packets. - Change how we serialize variables which have more than one of IOK, NOK, and POK set. In general we favour the numeric form, with the exception of when all three are set when we favour the string form (this is to handle engineering notation like "0E0" where numeric and string equivalence may differ)
2015-04-03Update to 3.005 based on PR 49772 by kj Woolley:wiz2-8/+8
3.005 Jan 05 2015 * Build improvements related to char signedness being platform dependent. 3.004 Dec 27 2014 * Performance optimizations and other miscellaneous changes. * Build improvements. * Win32 fixes for weakrefs. 3.003 Oct 19 2014 * Niko Tyni fixed the 64-bit big endian Sereal bug! (Yay Niko!) * Sereal::Decoder::Constants will now have a defined $VERSION * Setup META.yml correctly so that certain dependencies are marked as being test dependencies and not build or run-time dependencies. * Allow one to build against an externally supplied version of csnappy or miniz. Thanks to Petr Písař <ppisar@redhat.com> 3.002 Aug 20 2014 * Summary of changes from 3.001 - 3.002 - Introduce "set_readonly" option to decoder - Introduce "set_readonly_scalars" option to decoder * Bug fixes - Fix assertion fails in DEBUG perls (Brian Fraser) - Fix segfault with "into" interface when decoding references and strings into the same target SV. See new test t/550_decode_into.t * Test Infra Changes - Split up bulk tests to speed up testing and make it easier to see when a failure is restricted to a specific option. * Big-Endian Support - Improved support for Big-Endian machines. We now build and pass test on Sparc and HP-UX and other platforms with big-endian or strict alignedness requirements. Much thanks to Jarkko Hietaniemi, Gregor Herrmann, and H. Merijn Brand for for their assistance with this. - We still have issues with s390x (Z/Os) with Sereal. If someone wants to help it would be appreciated. 3.001 - Upgrade to version 3 of the protocol * Add Zlib compression support to the protocol * Add Zlib support to Encoder/Decoder * Add CANONICAL_UNDEF tag to represent PL_sv_undef * Change magic header so it is trivial to detect and reject utf8 encoded Sereal packets. - Change how we serialize variables which have more than one of IOK, NOK, and POK set. In general we favour the numeric form, with the exception of when all three are set when we favour the string form (this is to handle engineering notation like "0E0" where numeric and string equivalence may differ)
2015-04-03Add test dependency.wiz1-1/+3
2015-04-03Update to 1.003004, based on PR 49771 by kj Woolley.wiz2-6/+6
1.003004 - 2015-03-14 - caveat added to documentation about type checking the object returned by new() (John SJ Anderson, RT#102733)
2015-04-03Update to 7.2.1:wiz2-6/+6
2015-04-01: Version 7.2.1 * Fix: Skip the GB18030 tests when the system does not support the Chinese locale with GB18030 character encoding. * Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu3-6/+6
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-10Fix build on ARM, insprired by upstream issue #2.joerg3-2/+25
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2015-03-08needs dlopen for bindtextdomain.sotnn1-1/+2
2015-03-01Add pkg_alternatives support.taca3-4/+6
Bump PKGREVISION. Use rubygems's --format-executable option.
2015-02-27Master site is gone (for 10+ years?), but FreeBSD maintains atnn2-13/+10
local copy of this utility so switch to their version. Changes: Now actually works with current generation fedora rpms.
2015-02-27Update to 0.7.1:wiz2-8/+7
This is a maintenance release. It primarily includes bug fixes and build fixes since the 0.7.0 release with no new features. That said, the most notable aspect of this release is that it is buildable with the version 0.9.0 of the Ixion library which was just released a week ago. So, if you are trying to package and distribute the newly-released Ixion library but are unable to do so because of Orcus not being buildable with it, you might be interested in this release.
2015-02-13Update to 7.2ryoon3-7/+8
Changelog: 2015-02-11: Version 7.2. New Japanese translation of the UI messages. Support Chinese GB18030 locale. On Unix/Linux convert UTF-16 to the locale encoding. It is no longer required that the locale encoding is UTF-8.
2015-02-13Don't use GNU ld arguments on SunOS.jperkin2-1/+24
2015-02-08Also specify linker search path. Fixes build on at least SunOS.fhajny1-2/+2
2015-02-04Update to 0.3.4ryoon3-6/+20
Changelog: 11/9/2014: - AppleWorks/ClarisWorks parser[draw]: try to send master pages on each page of the final documents try to do not cut shapes, pictures which are on several pages (by creating bigger pages) 10/29/2014: - MacDraw Pro: add a parser for MacDraw Pro v1 -------- version 0.3.4 (start) ------------- 10/2/2014: - RagTime v5-v6: begin to find the main structures in a document, to be continued... - fix some coverity problems. 9/12/2014: - AppleWorks: add a presentation parser 8/22/2014: - MacDraw II: add a parser for MacDraw II v1.0-v1.1 -------- version 0.3.3 (start) -------------
2015-02-04Add libpagemakerryoon1-1/+2
2015-02-04Import libpagemaker-0.0.2 as converters/libpagemaker.ryoon6-0/+65
The library and utilities for Adobe PageMaker file.
2015-02-02cppunit is required afer alladam1-2/+2
2015-02-02Add upstream bug report URL.wiz2-3/+4
2015-02-02Fixed buildlinking; disabled documentation building as in other libraries.adam3-481/+15
2015-02-02Fixed buildlinkingadam2-8/+9
2015-02-02Changes 0.0.2:adam3-16/+34
- Better handling of invalid input in RVNGDirectoryStream functions. - Add documentation for RVNGDirectoryStream. - Add text:outline-level to allowed paragraph properties. This is to allow import libraries to handle headings properly. - Properly handle units in all generators, instead of expecting everything is in inches. - Implement open/closeGroup for RVNGSVGDrawingGenerator. - Improve handling of layers in RVNGSVGPresentationGenerator. - Handle master pages in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator. - Simple handling of tables in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator: just create a text box for each cell. - Fix return value of RVNGStringStream::seek when seeking to end. - Fix some warnings found by Coverity. - Use symbol visibility on Linux. The library only exports public functions now. - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Add fo:language, fo:country and fo:script to allowed span properties. - Handle headings in RVNGHTMLTextGenerator.
2015-02-01Update to 1.46.5:wiz2-7/+6
Version 1.46 July 7, 2014 * Add German, Ukranian and Polish translations of info documentation. * Add Hungarian and Norwegian Bokmaal translations.
2015-02-01Update ruby-unf to 0.1.4.taca2-6/+6
* No changes are available for 0.1.4 but it is trivial fixes not for working codes.
2015-01-28Fix PLIST for doxygen-1.8.9 and depend on that version.wiz2-16/+10
Bump PKGREVISION.
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-1/+2