summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09Pass down --mode arguments to libtool.joerg2-5/+5
2009-09-07Retire py23-cjkcodecs. It is included with newer Python versions.joerg5-142/+1
2009-09-04Don't use libtool without --mode argument.joerg1-4/+3
2009-08-30Update skf to 1.96.1.obache2-7/+7
* NKD table corruption fixed. * 2 TeX converter bugs fixed. * delete UB mode related stuffs. * fix man typo: ibm931 -> ibm933
2009-08-26bump revision because of graphics/jpeg updatesno3-5/+6
2009-08-20Update simplejson to 2.0.9 and add do-test rule.epg3-8/+14
The only changelog appears to be the blog: http://bob.pythonmac.org/archives/category/python/simplejson/ All optimizations and bug-fixes, as far as I can tell.
2009-08-11Add a patch to avoid conflict with getline(3).taca2-1/+80
2009-08-08Updating package for p5 module JSON::XS from 2.240 to 2.250sno2-6/+8
pkgsrc changes: - Adding dependency to devel/p5-common-sense Upstream changes since 2.24: 2.25 Sat Aug 8 12:04:41 CEST 2009 - the perl debugger completely breaks lvalue subs - try to work around the issue. - ignore RMAGICAL hashes w.r.t. CANONICAL. - try to work around a possible char signedness issue on aix. - require common sense.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-11Added license information as requested by maintainer via PR 41697.obache1-1/+2
2009-07-08pkgsrc changes:sno2-7/+9
- Updating package for p5 module JSON::Any from 1.19 to 1.21 - Adjusting license according to META.yml - Adjusting dependency to JSON::XS according to Makefile.PL Upstream changes: 1.21 2009-07-03 * Update JSON::XS boolean support; it provides true/false methods (semifor) * Added a workaround for handlers that fail to decode bare true/false values (semifor) 1.20 2009-07-02 * Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin) * Improve the warnings when things go awry (semifor)
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14pkgsrc changes:sno2-7/+8
- Updating package of p5 module JSON::XS from 2.232 to 2.240 (module version 2.24) - Setting license to ${PERL5_LICENSE} according to COPYING Upstream changes: 2.24 Sat May 30 08:25:45 CEST 2009 - the incremental parser did not update its parse offset pointer correctly when parsing utf8-strings (nicely debugged by Martin Evans). - appending a non-utf8-string to the incremental parser in utf8 mode failed to upgrade the string. - wording of parse error messages has been improved.
2009-06-14pkgsrc changes:sno2-6/+7
- Updating package of p5 module JSON and subclasses from 2.14 to 2.15 - Setting LICENSE to ${PERL5_LICENSE} accroding to META.yaml Upstream changes: 2.15 Tue Jun 2 16:36:42 2009 [JSON] - made compatible with JSON::XS 2.24 - corrected copyrights in some modules. [JSON::PP] - modified incr_parse, pointed by Martin J. Evans (rt#46439) - deleted a meaningless code
2009-06-14pkgsrc changes:sno3-19/+21
- updating package of p5 module MIME::Base64 from 3.07nb1 to 3.08 - adjusting LICENSE according to module documentation Upstream changes: 2009-06-09 - Release 3.08: Gisle Aas <gisle@ActiveState.com> Jarkko Hietaniemi (1): EBCDIC changes from core Nicholas Clark (1): Get rid of the PERL_CORE hacks
2009-06-14Remove @dirrm entries from PLISTsjoerg26-72/+26
2009-06-11update to use the new Module::Install infrastructureabs3-14/+3
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz5-12/+9
block). Uncomment some commented out LICENSE lines while here.
2009-04-15Use variable to avoid hardcoding the package version all over the place.wiz2-410/+413
2009-04-14Update skf to 1.96.obache4-425/+439
* Unicode normalize decomposition support. * Python 2.x extention support.
2009-03-25Replace /usr/pkg/share/locale with $(prefix)/share/locale, my bad.yyamano3-14/+6
Bump PKGREVISION. Ok'ed by wiz.
2009-03-22Leave over maintainership to pkgsrc-usersmanu1-2/+2
2009-03-21Change maintainer address, per PR pkg/41054.snj1-3/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg10-130/+60
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-17Correct email address for generic MAINTAINER.darcy2-4/+4
2009-03-17Update skf to 1.95.7.obache2-7/+7
* fix hard-inquiry does not work * fix unbuffer mode broken.
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg5-10/+5
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-03-04Make this build on Mac OS X.yyamano2-1/+49
2009-02-26pkgsrc change:sno2-1/+13
- add a patch to allow build on AIX
2009-02-26Updated converters/p5-Text-Iconv to 1.7abs2-7/+6
1.5 Thu Aug 30 14:42:08 CEST 2007 - Various small changes to make Text::Iconv compile on OpenVMS (based on a patch by Peter (Stig) Edwards) - Output buffer was always initialized to 5 bytes--this was just for testing, but I'd forgotten to revert back to the original code (detected via a bug report by Aldo LeTellier). 1.6 Sat Oct 13 00:16:30 CEST 2007 - Makefile.PL now uses File::Spec to portably specify the null device. This should make it possible to build Text::Iconv on Windows "out of the box". - Added get_attr() and set_attr() methods. They provide an interface to the iconvctl() function of GNU libiconv. 1.7 Wed Oct 17 15:49:56 CEST 2007 - Makefile.PL now explicitly declares "use 5.006;" since it uses functionality like delete() for array elements. - In Iconv.xs, moved the variable declarations in ti_set_attr() and ti_get_attr() into the PREINIT: section. This makes it possible to compile it using gcc 2.96.
2009-02-24Update from version 2.231 to 2.232.he2-6/+6
Upstream changes: 2.232 Sun Feb 22 11:12:25 CET 2009 - use an exponential algorithm to extend strings, to help platforms with bad or abysmal==windows memory allocater performance, at the expense of some memory wastage (use shrink to recover this extra memory). (nicely analysed by Dmitry Karasik). 2.2311 Thu Feb 19 02:12:54 CET 2009 - add a section "JSON and ECMAscript" to explain some incompatibilities between the two (problem was noted by various people). - add t/20_faihu.t.
2009-02-24Updated from version 2.12nb1 to 2.14he2-7/+6
Upstream changes: 2.14 Tue Feb 24 11:20:24 2009 [JSON] - the compatible XS version was miswritten in document. 2.13 Sat Feb 21 17:01:05 2009 [JSON::PP] - decode() didn't upgrade unicode escaped charcters \u0080-\u00ff. this problem was pointed by rt#43424 (Mika Raento) [JSON::PP::56] - fixed utf8::encode/decode emulators bugs. - defined a missing B module constant in Perl 5.6.0. (reported by Clinton Pierce) [JSON::PP::5005] - _decode_unicode() returned a 0x80-0xff value as UTF8 encoded byte. [JSON] - added a refference to JSON::XS's document "JSON and ECMAscript". - fixed a typo in the document (pointed by Jim Cromie).
2009-02-21Add a build dependency on dvipsk, to build the manual.ps file, as it is no moretonio1-1/+3
provided by plain latex
2009-02-17Fix native_libs.txt issue. Bump revision.joerg2-3/+3
2009-02-16Supports DESTDIRjoerg1-1/+3
2009-02-15Update to 1.6.dholland7-86/+67
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.
2009-02-15Update to 1.14, requested by Björn Jacke in private mail.wiz2-6/+7
1.14 - this release is once more dedicated to Perl::Encode. There is no way to do a check for valid UTF-8 which works with all Perl releases from 5.8.0 up to 5.10.0. We now have to test which code works in our Perl's Encode version and then decide which code path to go.
2009-02-11pkgsrc@ => pkgsrc-users@.obache1-2/+2
2009-02-09Remove Python 2.1 support.joerg2-4/+3
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma2-4/+4
well over a year now. Sorry. :-(
2009-01-22Update nkf to 2.09.obache8-23/+148
While here, add support of self test if PKGSRC_RUN_TEST=YES, and let p5-nkf to sync with nkf. Changes: * Add -Z4 option. Convert JIS X 0208 KANA to JIS X 0201 KANA (ZENKAKU to HANKAKU). * Add -g=0, -g=1, --guess=0 and --guess=1 option. guesses linefeed code. * Add some comple option. See also config.h for more information. * Some bug fixes. * Change license from original one to zlib's one. * Change SCM from CVS to Git.
2009-01-18Update from version 1.18 to 1.19.he2-6/+6
Upstream changes: 1.19 2009-01-15 * Make JSON::Syck optional and deprecated. (perigrin) * Added tests for string escapes. (semifor)
2009-01-17+ help2man.wiz1-1/+2
2009-01-17Initial import of help2man-1.36.4, packaged for wip by arved, various fixeswiz7-0/+147
by shattered and bsadewitz. help2man is a tool for automatically generating simple manual pages from program output. It is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document. Given a program which produces resonably standard --help and --version outputs, help2man will attempt to re-arrange that output into something which resembles a manual page.
2009-01-08Update to 1.13:wiz3-15/+19
1.13 - move non fatal Perl bug checks into the help screen output - fix Perl warnings when wrong/unknown charset is used - run check for some essential Encode functionality at every startup - add --fixdouble option to only fix files that are double-UTF-8 encoded - add --parsable option to allow convmv output parsable suggestions for external tools to to something with it - add --preserve-mtimes option to restore mtimes of parent directories - allow an argv to be a symlink - don't checksum deleted files in tar ball and use sha256 now - allow skippig of certain test suite tests, useful for OS X to skip NFC/NFD related stuff, for example "make test SKIPTESTS=nfd-test,someothertest" will skip that test(s)
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