summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg1-2/+2
2008-09-12EGG_NAME now defaults to ${DISTNAME} so don't set it here.epg1-2/+1
2008-09-11add and enable py-simplejsonjnemeth1-1/+2
2008-09-11Use egg.mk instead of manually infer egg name and add destdir support.mjl2-12/+13
Thanks to Eric Gillespie epg@ for the patch.
2008-09-10Enable c language for building sped up library version.mjl1-2/+2
2008-09-10Correct package name.mjl1-1/+2
2008-09-10Import py-simplejson 1.9.2mjl4-0/+109
simplejson is a simple, fast, extensible JSON encoder/decoder for Python simplejson is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).
2008-08-13Update skf to 1.95.5.obache2-7/+7
skf (1.95.5) experimental; urgency=low * fix ASCII output definition. * fix enbug which prevents some codeset's table loading. * fix punycode decode on UTF-8 input does not work. skf (1.95.4) experimental; urgency=low * fix packaging to allow Ubuntu directory hierarchy. * fix manpath issue on cygwin * fix po spelling error
2008-08-12Update p5-Jcode package to 2.7.taca2-6/+6
fixed: mime_encode doesn't work properly patch appled but the default value of $lf is reverted. http://rt.cpan.org/Ticket/Display.html?id=29049
2008-08-12Update p5-JSON to 2.12.obache2-7/+7
2.12 Wed Jul 16 11:14:35 2008 [JSON] - made compatible with JSON::XS 2.22 [JSON::PP] - fixed the incremental parser in negative nest level (pointed and patched by Yuval Kogman) 2.11 Tue Jun 17 14:30:01 2008 [JSON::PP] - fixed the decoding process which checks number. regarded number like chars in Unicode (ex. U+FF11) as [\d]. - enhanced error messages compatible to JSON::XS.
2008-08-04Update from version 2.21 to 2.22.22.he2-8/+8
Pkgsrc changes: o Use JSON/ subdir on master site instead of author dir. o Use 2.22.22 as version number instead of 2.2222. Upstream changes: 2.2222 Sun Jul 20 18:49:00 CEST 2008 - same game again, broken 5.10 finds yet another assertion failure, and the workaround causes additional runtime warnings. Work around the next assertion AND the warning. 5.10 seriously needs to adjust it's attitude against working code. 2.222 Sat Jul 19 06:15:34 CEST 2008 - you work around one -DDEBUGGING assertion bug in perl 5.10 just to hit the next one. work around this one, too. 2.22 Tue Jul 15 13:26:51 CEST 2008 - allow higher nesting levels in incremental parser. - error out earlier in some cases in the incremental parser (as suggested by Yuval Kogman). - improve incr-parser test (Yuval Kogman).
2008-08-04Update from version 1.16 to 1.17.he2-7/+7
Pkgsrc change: o Changed to JSON/ sub-dir instead of author subdir Upstream changes: 1.17 2008-07-05 * Added documentation indicating that allow_blessed works for most useful cases (Robin Berjon) * Added support for obtaining the underlying representations for true/false in JSON.
2008-08-02Fix (well, hack around) broken amd64 build caused by misuse of va_list.dholland2-1/+113
2008-08-02Update to fribidi 0.10.9 and point ${MASTER_SITES} toward a working URL.bjs3-10/+10
Changes since 0.10.4: * Minor bugfix. * Update to Unicode Character Database 5.0.0 * Fixed type sizes when stdint.h is not available. * Fixed type sizes on 64-bit architectures. * We have moved to http://fribidi.org/, hosted on freedesktop.org.
2008-07-17- updated to 1.11rhaen2-7/+7
ChangeLog: 1.11 Fri Jun 13 15:32:30 CEST 2008 - don't ask. 1.10 Fri Jun 13 14:22:42 CEST 2008 - fix an infinite-looping problem when scanning in freestyle mode (testcase provided by Pieter Geens). 1.09 Fri May 25 19:38:11 CEST 2007 - create something sensible, trust a windows program to fuck it up: work around literal "(null)" filenames in yenc-encoded files. - some minor cleanups.
2008-07-15Use my NetBSD.org email - I read it much more regulary than any others.mishka1-2/+2
2008-07-14Mark as destdir ready.joerg4-4/+12
2008-06-22Added converters/p5-JSON-XS-VersionOneAndTwokim1-1/+2
2008-06-22Add JSON::XS::VersionOneAndTwo - Support versions 1 and 2 of JSON::XSkim3-0/+27
2008-06-22Support PKG_DESTDIR_SUPPORT.taca1-1/+3
2008-06-21Fix destdir installation problem, noted by private mail from joerg@.taca1-2/+2
2008-06-20Add DESTDIR support.joerg15-23/+44
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca4-26/+28
Bump PKGREVISION.
2008-06-15New package: qrencode 3.0.3gavan6-1/+60
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. This package installs a library and a command line tool. Package from Alaric Snell-Pym, with some improvements by me.
2008-06-12Add DESTDIR support.joerg11-11/+31
2008-06-11Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8.taca1-1/+3
2008-06-11Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.taca3-0/+36
Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions.
2008-06-11Importing p5-Unicode-Map version 0.112, based on wip package.taca3-0/+30
This module converts strings from and to 2-byte Unicode UCS2 format. All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To transform these use Unicode::String. This module can't deal directly with utf8. Use Unicode::String to convert utf8 to utf16 and vice versa. Character mapping is according to the data of binary mapfiles in Unicode::Map hierarchy. Binary mapfiles can also be created with this module, enabling you to install own specific character sets.
2008-06-04Update p5-JSON to 2.10.obache2-6/+6
2.10 Tue Jun 3 18:42:11 2008 [JSON] - made compatible with JSON::XS 2.21 * updated the document. - added an item pointed by rt#32361 to the doc. [JSON::PP] [JSON::PP58] [JSON::PP56] [JSON::PP5005] - made compatible with JSON::XS 2.21 * added incr_reset - removed useless codes. 2.09 Sun Apr 20 20:45:33 2008 [JSON] - made compatible with JSON::XS 2.2 - changed pod section totally. [JSON::PP] 2.20001 - made compatible witg JSON::XS 2.2 * lifted the log2 rounding restriction of max_depth and max_size. * incremental json parsing (EXPERIMENTAL). * allow_unknown/get_allow_unknown methods. - the version format was changed. X.YYZZZ => X.YY is the same as JSON::XS. ZZZ is the PP own version. - changed pod section totally. 2.08 Sat Apr 12 22:49:39 2008 [JSON] - fixed JSON::Boolean inheritance mechanism. If the backend is XS with support_by_pp mode and using PP only support method, JSON::Boolean did not work correctly. Thanks to hg[at]apteryx's point. [JSON::PP] 2.07 - Now split into JSON::PP58 for Perl 5.8 and lator. - made an error message compatible to JSON::XS did not croak when TO_JSON method returns same object as passed. [JSON::PP58] - modified for Perls post 5.8.0 that don't have utf8::is_utf8. Thanks to Andreas Koenig. 2.07 Sat Feb 16 15:52:29 2008 [JSON] - experimentally added -convert_blessed_universally to define UNIVERSAL::TO_JSON subroutine. use JSON -convert_blessed_universally; $json->convert_blessed->encode( $blessed ); - and as_nonbleesed is obsoleted (not yet removed). OK? - fixed t/04_pretty.t.
2008-06-04Marked as DESTDIR ready.obache1-1/+3
2008-06-04Update p5-JSON-XS to 2.21.obache2-6/+8
While here, marked as DESTDIR ready. 2.21 Tue Jun 3 08:43:23 CEST 2008 - (hopefully) work around a perl 5.10 bug with -DDEBUGGING. - remove the experimental status of the incremental parser interface. - move =encoding around again, to avoid bugs with search.cpan.org. when can we finally have utf-8 in pod??? - add ->incr_reset method. 2.2 Wed Apr 16 20:37:25 CEST 2008 - lifted the log2 rounding restriction of max_depth and max_size. - make booleans mutable by creating a copy instead of handing out the same scalar (reported by pasha sadri). - added support for incremental json parsing (still EXPERIMENTAL). - implemented and added a json_xs command line utility that can convert from/to a number of serialisation formats - tell me if you need more. - implement allow_unknown/get_allow_unknown methods. - fixed documentation of max_depth w.r.t. higher and equal. - moved down =encoding directive a bit, too much breaks if it's the first pod directive :/. - removed documentation section on other modules, it became somewhat outdated and is nowadays mostly of historical interest. 2.1 Wed Mar 19 23:23:18 CET 2008 - update documentation here and there: add a large section about utf8/latin1/ascii flags, add a security consideration and extend and clarify the JSON and YAML section. - medium speed enhancements when encoding/decoding non-ascii chars. - minor speedup in number encoding case. - extend and clarify the section on incompatibilities between YAML and JSON. - switch to static inline from just inline when using gcc. - add =encoding utf-8 to the manpage, now that perl 5.10 supports it. - fix some issues with UV to JSON conversion of unknown impact. - published the yahoo locals search result used in benchmarks as the original url changes so comparison is impossible.
2008-06-01Fix insecure-temporary-files, as reported in Debian bug 480972.dholland7-6/+151
PKGREVISION++.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-1/+2
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg2-4/+4
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-17New package: odt2txtreed1-1/+2
2008-04-17New package: odt2txtreed5-0/+52
odt2txt is a small, command-line tool which extracts the text out of OpenDocument Texts, as produced by OpenOffice.org, KOffice, StarOffice, and others. It supports multiple output encodings, has locale support, and is able to substitute unknown characters. (After I packaged this I also found o3read already packaged.)
2008-04-14Update to 1.2.5, changes unknown.wiz3-8/+30
2008-04-14Update to 0.8.14:wiz3-8/+8
0.8.13 - 0.8.14 - Fix some warnings due to unused variables - Fix a warning due to a name hiding. - Fix two loops with corrupted documents (Thank you, sum1!) 0.8.12 - 0.8.13 - Implement readahead in the WPXStreamImplementation class (Jan Holesovsky, Fridrich) - Fix some memory issues properly (each class deletes what it allocated) (Fridrich) - Work around an issue with relative seeks backward and certain versions of libstdc++ in the buffered stream implementation (Fridrich, sum1) - Fix a problem of conversion of some page breaks due to an unreachable block in the code (Fridrich) - Fix a crasher in a rare case of a footnote/endnote being defined in a table and the footnote/endnote having itself a table (Fridrich). - Fix some null pointer crashes with corrupted documents in table code and in cases where there is no prefix ID present (sum1, Fridrich). - Fix a out of bounds array in parsing WP5 extended characters with broken documents (sum1). - Remove some abuse of pointers (Fridrich). - In "wpd2raw --callback", return "-1" if no one callback was called (Fridrich). - Fix some issues with incorrect indents in some rear cases (Fridrich). - Fix some signedness problems (Fridrich). 0.8.11 - 0.8.12 - Enable building of statically linked tools even when a shared library is built, useful for scripting the creation of win32 release packages (Robert Staudinger, Fridrich Strba) - Package also the tools automatically for win32 (Fridrich) - Do not build doxygen documentation on win32 unless explicitely asked for it (Fridrich) - Convert Tab Set function for WP5 parser (Fridrich) - Basic conversion of tabulators and indents in WP3 parser (Smokey Ardisson, Fridrich) - Basic conversion of tabulators and indents in WP5 parser (Fridrich) - Convert the most usual Macintosh fonts from fontId to font name in WP1 parser (Hubert Figuiere, Fridrich) - Fix compilation with the upcoming gcc 4.3 (Rene Engelhard, Fridrich) 0.8.10 - 0.8.11 - Fix incorrect conversion of tables with cells spanning more then 127 rows due to incorrect information in the file-format (Fridrich) - Fix incorrect reading of font name information in prefix packets (Fridrich) - Fixing http://bugzilla.abisource.com bug #10957: Bad -L flags in Makefile.am break compiling if different libwpd version is already installed (Daniel Mack) - Fixing http://bugzilla.abisource.com bug #10958: Risky -I ordering (Daniel Mack) - Making a proper release win32 (MinGW) binaries crosscompilation on Linux possible and smooth (Fridrich) 0.8.9 - 0.8.10 - Fix a locale dependency in our float to string conversion (Fridrich) - Enhance our reading of document meta data for WP6 (David Hislop) - Fix some sillies and be gracious with documents with corrupted prefix packets (Fridrich) - Prevent the heuristic typedetection from throwing (Fridrich) - Add a new stream implementation based on C++ streams, rendering libgsf dependency very optional; deprecate GSFInputStream (Fridrich) - Allow building of wpd2foo tools by Micro$oft Visual studio (David Hislop, Fridrich)
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-7/+6
through PLIST_SUBST to the plist module.
2008-04-07Fix DESTDIR.joerg1-2/+3
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-07Use symbolic link instead of hard link and fix DESTDIR support at thejoerg1-2/+2
same time.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz6-12/+12
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam24-86/+145
their files via a custom do-install target.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig2-4/+4
to shut up the pkglint warnings.
2008-02-28Update convertors/JSON-Any to 1.16abs3-13/+12
Changes since 1.08: 1.16 2008-02-13 * JSON::Any now compatible with both versions of JSON::XS (Simon Wistow) * Document that calling 'use JSON::Any ();' is a bad idea * Make JSON.pm required unless a supported JSON package is already installed 1.15 2008-01-02 * Update the config params for JSON and JSON/XS configuration * Update JSON handler to always pass in the -support_by_pp option if you don't want support_by_pp then don't use JSON.pm ... *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES *** 1.14 2007-12-20 * Fix for the new JSON/JSON::XS 2.0 *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES *** 1.13 2007-11-06 * Fix 10_unicode.t to skip_all if no supported unicode backend is found (reported by Andreas König) 1.12 2007-10-22 * Fix issue with 05-JSON-Syck.t so we can pass our tests again 1.11 17 Oct 2007 * fix issue with JSON::Syck when using Object API as reported by Miyagawa 1.10 12 Oct 2007 * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917 1.09 10 Oct 2007 * also test for is_utf8() - nothingmuch * improve unicode test - nothingmuch * add utf8 support for JSON::{Converter,Parser} - nothingmuch * Add a test for unicode strings - nothingmuch
2008-02-27Greatly simplify the logic that tries to determine whether -lintljlam2-36/+37
needs -liconv in order to satisfy linkage requirements. This is now patterned after the approach taken with readline and termlib. Examples on NetBSD for a package that includes only gettext-lib/buildlink3.mk: PREFER_NATIVE= yes PREFER_PKGSRC= # empty # This uses the native gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl" PREFER_NATIVE= yes PREFER_PKGSRC= iconv # This uses the native gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl" PREFER_NATIVE= yes PREFER_PKGSRC= gettext # This uses the pkgsrc gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl" PREFER_NATIVE= yes PREFER_PKGSRC= gettext iconv # This uses the pkgsrc gettext and pkgsrc iconv, with: # BUILDLINK_LDADD.gettext == "-lintl -liconv" PREFER_NATIVE= # empty PREFER_PKGSRC= yes # This uses the pkgsrc gettext and pkgsrc iconv, with: # BUILDLINK_LDADD.gettext == "-lintl -liconv" PREFER_NATIVE= iconv PREFER_PKGSRC= yes # This uses the pkgsrc gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl" PREFER_NATIVE= gettext PREFER_PKGSRC= yes # This uses the native gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl" PREFER_NATIVE= gettext iconv PREFER_PKGSRC= yes # This uses the native gettext and native iconv, with: # BUILDLINK_LDADD.gettext == "-lintl"
2008-02-27Whitespace.jlam1-6/+7
2008-02-16Add commented out license: GPLv2 or v3.wiz1-1/+3
2008-02-13Update p5-JSON to 2.06.obache2-6/+8
This version is DESTDIR ready. 2.06 Fri Feb 8 16:21:59 2008 [JSON::PP] 2.06 - enhanced the XS compatibility for pretty-printing and the indent handling was broken! 2.05 Tue Feb 5 13:57:19 2008 [JSON::PP] 2.05 - enhanced some XS compatibilities for de/encode. - now decode_error can dump high (>127) chars. - enhanced the XS combatilbity of the decoding error. - fixed the utf8 checker while decoding (is_valid_utf8). - implemented utf8::downgrade in JSON::PP56. - enhanced utf8::encode in JSON::PP56. - made utf8::downgrade return a true in JSON::PP5005. 2.04 Sat Jan 5 16:10:01 2008 [JSON] - fixed a document typo pointed by kawasaki@annocpan - make DATA handle closed for error mssages in support_by_pp mode. - switched JSON::Backend::XS::Supportable wrapper de/encode to changing symbolic tables for croak messages and speed. - fixed support_by_pp setting [JSON::PP] 2.04 - enhanced the error message compatiblity to XS.