summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Revbump after cairo updateadam2-4/+4
2013-08-31Make warnings about C++11 features (boost) and unknown pragmasjoerg1-1/+6
non-fatal.
2013-08-27Update to 0.09wen2-7/+6
Upstream changes: 0.09 CHANGES: * Add ->chroma method to HSV and HSL spaces * Add distance metrics in HSV and HSL spaces * Allow palette spaces to perform custom closest-match in any color space by using its distance metric
2013-08-27Update to 1.122wen2-7/+6
Upstream changes: 1.122 2013-08-25 - Added unit tests for OO and CRC code 1.121 2013-08-23 - Changes file reformatted thanks to Neil Bowers (NEILB) - Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync 1.120 2013-08-22 - First CPAN release by Stephen Nelson (STEPHEN), who's now maintaining this module.
2013-08-24Updated package to latest version, 0.9.9. Removed obsolete patches, took overjaapb6-64/+9
maintainership (all this okayed by the old maintainer, Jeremy C. Reed). Changes from 0.9.2 include (apart from various bugfixes): - WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso) - Metadata for wpd2html (David Hislop) - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Improvements to WPXOLEStream class - Added MPL2+ to the licenses libwpd is released under - Revert an accidental ABI change in WPXPropertyList - Link the Windows static libraries with DLL runtimes - libwpd-stream: Add experimental support for ZIP storages - libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum (Be sure that you are at offset 0 using it and check return value in order to be compatible with lower versions of libwpd) - New Visual Studio 2008 and Visual Studio 2010 build files - Don't output points as integer. This solves some rounding issues along with possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Improvement of arabic charset mapping (Smokey Ardisson) - Build system rewrite and improvement (Tomas Chvatal) - Cleanup of return values (Thomas Klausner) - Conversion of extended characters in WP 42 parser (Fridrich)
2013-08-24Added subdir orcus.jaapb1-1/+2
2013-08-24Packaged converters/orcus, a library that deals with spreadsheet documentsjaapb8-0/+146
(libreoffice dependency).
2013-08-24Added subdir libmwaw.jaapb1-1/+2
2013-08-24Packaged converters/libmwaw, a library for reading old (pre-MacOS X)jaapb5-0/+56
Mac documents. Dependency of libreoffice. (pkglint complains about C not being added to USE_LANGUAGES; this is fine, the package only uses C++)
2013-08-24added libmspub packagejaapb1-1/+2
2013-08-24Packaged converters/libmspub, a library for importing Microsoft Publisherjaapb5-0/+59
documents (used by libreoffice). (pkglint complains about c not being added to USE_LANGUAGES; this is fine, as the package only uses c++)
2013-08-15Update to 1.35wen2-7/+6
Upstream changes: 1.35 Tue Aug 13 19:50:55 PDT 2013 - improve conversion of certain composed characters to MARC8 Some characters should not be fully decomposed before converting them to MARC8. This patch adds a table of such characters, based on Annex A of http://www.loc.gov/marc/marbi/2006/2006-04.html and on some sample records provided by Jason Stephenson of MVLC. - recognize G0 and G1 characters properly When converting from MARC8 to UTF8, MARC::Charset now properly recognizes if a (single-byte) MARC8 character falls in G0 or G1. This is part of the fix for RT#63271 (converting characters in the Extended Cyrillic character set), but should also fix similar issues with converting characters in the extended Arabic set. This commit also means that all MARC8 character sets that support both G0 and G1 wll be properly converted, regardless of whether they're currently set as the G0 or G1 character set. For example, it is now possible to convert Extended Latin as G0 or Basic Latin as G1. This fixes RT#63271 - have MARC::Charset::Code->marc_value() handle G0/G1 conversion Since there's at present no need to do things like have ANSEL be the G0 character set when converting from UTF8 to MARC8, this commit centralizes the logic for deciding whether to return the G0 or G1 MARC8 representation of a character. Also add MARC::Charset::Code->g0_marc_value(), which returns the G0 representation of the character for use by the character DB. - New test cases for converting Vietnamese and Extended Cyrillic text. 1.34 Mon Feb 11 09:10:35 PST 2013 - RT#83257: use AnyDBM_File rather than hardcode GDBM_File To improve portability, use AnyDBM_File to select a DBM rather than rely on GDBM_File. GDBM_File apparently used to be a core module, but not all distributions included it, particularly OS X. In any event, GDBM_File is no longer core. This patch also includes a tweak to allow MARC::Charset to work with NDBM_File and ODBM_File, neither of which support 'exists'. I've tested MARC::Charset successfully on the following DBMs: - GDBM_File - DB_File - NDBM_File - ODBM_File - SDBM_File This is also my preferred order; SDBM_File is selected last because it produces the biggest data file on disk. - RT#38912: fix mapping of double diacritics (ligature and double tilde). Thanks to Thomas P. Ventimiglia for the bug report and test case.
2013-08-03Do not install empty man pages (they confuse makemandb).wiz2-7/+11
Bump PKGREVISION. Reported upstream at https://bugs.freedesktop.org/show_bug.cgi?id=67714
2013-08-01Update skf to 1.99.6.obache4-17/+16
skf (1.99.6) * Fix typo on LWL error process * Fix cygwin python3 compilation -- Seiji Kaneko <efialtes@sourceforge.jp> Fri, 26 Jul 2013 23:13:36 +0900 skf (1.99.5) * Fix x-0213 unicode mapping * further nkf-compatibility * fix utf-16 code detection is escaping too early. * support UTF-32 input
2013-07-26Fix build under Cygwin.ryoon2-1/+137
2013-07-18Add termios.h formerly included by unistd.h.joerg2-10/+18
2013-07-10Update to 3.14. From the changelog:schmonz3-11/+10
* Install to 'site' instead of 'perl' when perl version is 5.12+
2013-07-09Add license, now that it's in pkgsrc.wiz1-2/+2
2013-07-07No need to specify GEM_CLEANBUILD and fix PLIST.taca2-6/+3
Bump PKGREVISION.
2013-07-04+ p5-Unicode-EastAsianWidthwiz1-1/+2
2013-07-04Import p5-Unicode-EastAsianWidth-1.33 as converters/p5-Unicode-EastAsianWidth.wiz3-0/+24
This module provide user-defined Unicode properties that deal with width status of East Asian characters, as specified in http://www.unicode.org/unicode/reports/tr11/.
2013-07-03Updating package for CPAN distribution JSON-Any in onverters/p5-JSON-Anysno2-7/+6
from 1.29nb2 to 1.30. Upstream changes: 1.30 2013-06-15 * Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 & RT#67967. (perigrin) * Fix documentation bug RT#86065.
2013-07-03Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XSsno2-7/+6
from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34). Upstream changes from 2.33: 2.34 Thu May 23 11:30:34 CEST 2013 - work around bugs in perl 5.18 breaking more than 100 widely used modules, without a fix in sight because p5pers don't care about CPAN anymore. - when canonicalising, only allocate up to 64 hash key pointers on the stack. for larger hashes, use the heap, to avoid using too much stackspace. - discuss the problem with setlocale (reported by a few victims).
2013-07-03Updating package for CPAN distribution JSON in converters/p5-JSON fromsno2-7/+6
2.58nb1 to 2.59. Upstream changes: 2.59 Wed Jun 5 14:35:54 2013 - PUREPERL_ONLY support was not supported... and finally remove all PP options from Makefile.PL. - recommend JSON::XS instead of conditionally requiring it patched by miyagaw ( for example, $ cpanm --with-recommends JSON) - Hide more packages from PAUSE (and other stuff) patched by miyagawa
2013-07-03Update to 1.43.3:wiz2-6/+6
Version 1.43 Jun 4, 2013 * Add explicit include syntax for prepending, replacing or appending to generated output for a section.
2013-07-03Added packages p5-Sereal-Decoder and p5-Sereal-Encodersno1-1/+3
2013-07-03Adding package for CPAN distribution Sereal-Encoder version 0.36 intosno3-0/+30
converters/p5-Sereal-Encoder. This library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called Sereal. Its sister module Sereal::Decoder implements a decoder for this format. The two are released separately to allow for independent and safer upgrading. The Sereal protocol version emitted by this encoder implementation is currently protocol version 1.
2013-07-03Adding package for CPAN distribution Sereal-Decoder 0.36 intosno3-0/+34
converters/p5-Sereal-Decoder. This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called Sereal. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independent and safer upgrading. The Sereal protocol version that is compatible with this decoder implementation is currently protocol version 1. As it stands, it will refuse to attempt to decode future versions of the protocol, but there is likely going to be an option to decode the parts of the input that are compatible with version 1 of the protocol. The protocol was designed to allow for this.
2013-06-14Update to 1.43.2:wiz2-7/+6
Version 1.43 Jun 4, 2013 * Add explicit include syntax for prepending, replacing or appending to generated output for a section.
2013-06-14Update ruby-unf to 0.1.1.taca3-7/+8
* Add rdoc. * Add ruby-head and jruby-head. * Make "rake test" and "rake rdoc" work. * It is perfectly fine with newer bundler.
2013-06-09Update to latest release. Use options framework to all user to build arodent3-8/+24
statically linked package. Buildlink pthread. Simplify HOMEPAGE. USE .bz2 distfile. From NEWS: Version 3.4.2 (2013.3.1) ------------------------ * Bug fix release. (Thanks to chisj, vlad417, Petr and Viona) Release Note: Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now the bug has been fixed. Memory leak bug (#24) and insufficient string splitting bug have been fixed.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz3-6/+6
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron5-10/+10
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz5-9/+10
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz45-80/+90
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Changes 1.42.1:adam2-6/+6
* Update Vietnamese translation. * Update Croatian translation. * Consistently strip path and/or libtool "lt-" prefix from any instance of $program derived from --help or --version.
2013-05-23Update to 2.58wen2-6/+6
Upstream changes: 2.58 Thu May 23 09:04:37 2013 - support PUREPERL_ONLY install option. (rt#84876) (PERL_ONLY and NO_XS are not yet removed) - stop installing JSON::XS automatically on Perl 5.18
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-04-27Use full path.joerg1-2/+2
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd2-4/+4
2013-04-21Update skf to 1.99.4.obache2-7/+7
skf (1.99.4) Sun, 21 Apr 2013 20:24:34 +0900 * fix in-place suffix stores uninitialized heap area. * fix 1.93.3 remaining debug routine * fix katakana-zen-han conversion bug * utf-16be doesn't properly set default endian.
2013-04-21Update to 2.57ryoon2-7/+6
Changelog: 2.57 - t/x17_strage_overload.t didn't work correctly. 2.56 Sat Apr 6 09:58:32 2013 - fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes) 2.55 - update JSON::BackportPP version 2.54 Fri Apr 5 16:15:08 2013 - fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154) pathced by mbeijen and modified with demerphq's patch - Fixed some spelling (by briandfoy) - fixed sppeling (by Perlover) - enhanced documents (Thanks to Justin Hunter and Olof Johansson) - changed backend module loading for overloaded object behavior (reported by tokuhirom)
2013-04-17+gbaserodent1-1/+2
2013-04-17Import gbase-0.5 as converters/gbase.rodent5-0/+60
GBase is a GTK program designed to convert between the four common bases used in programming (decimal, hexadecimal, octal and binary). It converts numbers on-the-fly as they are typed in. It can also convert numbers entered on the command line. It can correctly handle both signed and unsigned 32-bit integers.
2013-04-16Changes 1.41.2:adam2-15/+15
* Update Vietnamese translation * Update Croatian translation * Update Brazilian Portuguese translation
2013-04-16Update skf to 1.99.3.obache2-7/+7
skf (1.99.3) Thu, 11 Apr 2013 20:14:07 +0900 * fix skfoFILE definition * fix ruby 2.0.0 header file inclusion * fix unexpected non-registered codeset name use
2013-04-10Update to 1.41.1:wiz2-6/+6
Version 1.41 December 31, 2012 * Set filenames in italics. * Suppress option/filename handling in EXAMPLES section. * Add Croatian translation. * Add Serbian translation.
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-04-07Updatge skf to 1.99.2.obache3-12/+12
* fix MinGW compilation * ruby 2.0 support * fix type conflict on output side
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent1-2/+2