summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Pullup ticket #2671 - requested by dhollandtron7-86/+67
mpack: security update Revisions pulled up: - converters/mpack/Makefile 1.19 - converters/mpack/PLIST 1.2 - converters/mpack/distinfo 1.8 - converters/mpack/patches/patch-aa delete - converters/mpack/patches/patch-ab 1.7 - converters/mpack/patches/patch-ae 1.2 - converters/mpack/patches/patch-af 1.2 --- Module Name: pkgsrc Committed By: dholland Date: Sun Feb 15 20:12:18 UTC 2009 Modified Files: pkgsrc/converters/mpack: Makefile PLIST distinfo pkgsrc/converters/mpack/patches: patch-ab patch-ae patch-af Removed Files: pkgsrc/converters/mpack/patches: patch-aa Log Message: Update to 1.6. pkgsrc changes: - Destdir support. - Include fixes for implicit function declarations probably broken on LP64. - Fix for 64-bit time_t world in netbsd-current. - Fix some pkglint. - Suppress warning about mktemp() on NetBSD; usage checked. Upstream changes: 1.6 -- Jul 21 2003 Use automake and a little bit of autoconf convert K&R declarations/definitions to ANSI Fixed buffer overflow in getParam and getDispositionFilename (debian patch) Fixed possible crash in ParseContent (debian patch) fix typo in getDispositionFilename (from Steve Friedl) use system strcasecmp and getopt where possible. use O_EXCL where available when creating files.
2008-12-25Update skf to 1.95.6.obache2-7/+7
ChangeLog: * fix nkf compatibility * re-define UTF-16BR/LE as no BOM * unbuffer case queue check bug fix. * rpm spec updates.
2008-12-22Drop maintainershop.obache1-2/+2
I'm not using this package, will do better to be maintained same as other perl modules.
2008-12-17Update from version 2.23nb1 to 1.231.he2-7/+6
Upstream changes: 2.231 Thu Nov 20 04:59:08 CET 2008 - work around 5.10.0 magic bugs where manipulating magic values (such as $1) would permanently damage them as perl would ignore the magicalness, by making a full copy of the string, reported by Dmitry Karasik. - work around spurious wanrings under older perl 5.8's.
2008-12-17Update from version 1.17nb1 to 1.18.he2-7/+6
Upstream changes: 1.18 2008-11-12 * Removed JSON::PC support as it's been removed from CPAN (perigrin)
2008-12-07Support user-destdir.minskim1-1/+3
2008-11-24Add TECkit.minskim1-1/+2
2008-11-24Import TECkit.minskim5-0/+61
TECkit is a low-level toolkit intended to be used by other applications that need to perform encoding conversions (e.g., when importing legacy data into a Unicode-based application). The primary component of the TECkit package is therefore a library that performs conversions; this is the "TECkit engine". The engine relies on mapping tables in a specific binary format (for which documentation is available); there is a compiler that creates such tables from a human-readable mapping description (a simple text file).
2008-11-23Note in PYTHON_VERSIONS_ACCEPTED that this is part of python24.snj1-2/+2
2008-11-10make MAKE_JOBS_SAFE to NO.taca1-1/+2
2008-10-22MAKE_JOBS_SAFE=no, per PR 39781.obache1-1/+3
2008-10-20Update from version 1.11nb1 to 1.12.he2-7/+6
Upstream changes: 1.12 Mon Oct 13 14:11:01 CEST 2008 - use the yencode filesize as additional matching criterium to avoid false matches. - made the example decoder more verbose w.r.t. error handling. - removed potentially confusing decide_temp calls from example decoder.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he22-29/+44
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-12Update from version 2.22.22 to 2.23.he2-7/+7
Upstream changes: 2.23 Mon Sep 29 05:08:29 CEST 2008 - fix a compilation problem when perl is not using char * as, well, char *. - use PL_hexdigit in favour of rolling our own.
2008-10-08Add py-chardet.wiz1-1/+2
2008-10-08Import wip/py-chardet-1.0.1:wiz4-0/+131
Character encoding auto-detection in Python. Packaged for wip by bartoszkuzma.
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.