summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2010-10-09Set LICENSE.wiz1-1/+2
2010-09-15Update nkf to 2.11, a.k.a. 2.1.1.obache4-12/+11
bug fix release * add MS_Kanji as alias of Shift_JIS. * fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and eucJP-ascii. * fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220. * other some bug fixes.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-12Add patches which I forgot to commit.taca2-0/+18
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Add LICENSE. * Remove RUBY_HAS_ARCHLIB.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-3/+6
* Add LICENSE. * Explicitly set script of encoding for ruby19. Bump PKGREVISION.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+2
* Add some comments and a little clean up. No functional change.
2010-09-06Stop warning with perl 5.12.taca3-3/+28
Bump PKGREVISION.
2010-09-06Update to 1.02a, set LICENSE.wiz2-7/+10
Version 1.02 provides minor changes only: - added COPYRIGHT according to FEDORA & DEBIAN community requests - test.pl - extended test string (just for sure ;)
2010-08-31Fix build problems under Mac OS X (and potentially other platforms):tron1-2/+9
1.) Include "devel/gettext-lib/buildlink3.mk" to avoid incomplete builds. 2.) Don't strip installed binaries (under Mac OS X only) which is required for shared objects.
2010-08-30tell iconv.h for Haiku.obache1-3/+5
2010-08-25Updating converters/p5-JSON-XS from 2.290nb1 to 2.300sno2-8/+8
Upstream changes: 2.3 Wed Aug 18 01:26:47 CEST 2010 - make sure decoder doesn't change the decoding in the incremental parser (testcase provided by Hendrik Schumacher). - applied patch by DaTa for Data::Dumper support in json_xs. - added -t dump support to json_xs, using Data::Dump. - added -f eval support to json_xs.
2010-08-25Updating converters/p5-JSON from 2.21nb1 to 2.22sno2-7/+7
Upstream changes: 2.22 Wed Aug 25 12:46:13 2010 [JSON] - added JSON::XS installing feature in Makefile.PL with cpan or cpanm (some points suggested by gfx) - check that to_json and from_json are not called as methods (CHORNY) [JSON::PP] - modified for -Duse64bitall -Duselongdouble compiled perl. 11_pc_expo.t too. (these are patched by H.Merijn Brand)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb22-37/+44
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-07Update skf to 1.97.2.obache2-7/+7
skf (1.97.2) experimental; urgency=low * fix crashes when LANG parameter output and B-right case * kick out jef/transparent output (does not work anyway)
2010-08-04Updating converters/p5-JSON from 2.17 to 2.21sno2-6/+6
Upstream changes: 2.21 Mon Apr 5 14:56:52 2010 [JSON] - enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' - renamed eg/bench_pp_xs.pl to eg/bench_decode.pl - added eg/bench_encode.pl 2.20 Fri Apr 2 12:50:08 2010 [JSON] - added eg/bench_pp_xs.pl for benchmark sample - updated 'INCREMENTAL PARSING' section [JSON::PP] - decode_prefix() didn't count a consumed text length properly. - enhanced XS compatibilty in the case of decoding a white space garbaged text. 2.19 Tue Mar 30 13:40:24 2010 [JSON] - fixed typo (rt#53535 by Angel Abad) - added a recommendation refering to (en|de)code_json to pod (suggested by tokuhirom) - added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod. 2.18 Tue Mar 23 15:18:10 2010 [JSON] - updated document (compatible with JSON::XS 2.29) [JSON::PP] - fixed encode an overloaded 'eq' object bug (reported by Alexey A. Kiritchun) - enhanced an error message compatible to JSON::XS
2010-08-01fix typo in maintainerdholland1-2/+2
2010-07-25This package needs py-expat installed in order to build.agc1-1/+3
2010-07-24Revert revision of several PHP extensions after both core PHP packagestron1-2/+1
were updated.
2010-07-24SUBDIR+= py-zbase32gdt1-1/+2
2010-07-24Import py26-zbase32-1.1.2 as converters/py-zbase32.gdt4-0/+71
An alternate base32 encoder (not RFC 3548 compliant). The rationale for base-32 encoding in RFC 3548 [1] is as written therein: "The Base 32 encoding is designed to represent arbitrary sequences of octets in a form that needs to be case insensitive but need not be humanly readable.". The rationale for our encoding is different -- it is to represent arbitrary sequences of octets in a form that is as convenient as possible for human users to manipulate. In particular, z-base-32 was created in order to serve the Mnet project [3], where 30-octet cryptographic values are encoded into URIs for humans to manipulate. Anticipated uses of these URIs include cut- and-paste, text editing (e.g. in HTML files), manual transcription via a keyboard, manual transcription via pen-and-paper, vocal transcription over phone or radio, etc. The desiderata for such an encoding are: * minimizing transcription errors -- e.g. the well-known problem of confusing `0' with `O' * embedding into other structures -- e.g. search engines, structured or marked-up text, file systems, command shells * brevity -- Shorter URLs are better than longer ones. * ergonomics -- Human users (especially non-technical ones) should find the URIs as easy and pleasant as possible. The uglier the URI looks, the worse.
2010-07-24SUBDIR+= py-zfecgdt1-1/+2
2010-07-24Import py26-zfec-1.4.7 as converters/py-zfec.gdt4-0/+77
A fast erasure codec which can be used with the command-line, C, Python, or Haskell. Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The zfec package includes command-line tools, C API, Python API, and Haskell API.
2010-07-08Update py-simplejson to 2.1.1.obache3-12/+22
Based on PR#43447 by Wen Heping. While here, set LICENSE=mit with some cosmetic fixes. Version 2.1.1 released 2010-03-31 * Change how setup.py imports ez_setup.py to try and workaround old versions of setuptools. http://code.google.com/p/simplejson/issues/detail?id=75 * Fix compilation on Windows platform (and other platforms with very picky compilers) * Corrected simplejson.__version__ and other minor doc changes. * Do not fail speedups tests if speedups could not be built. http://code.google.com/p/simplejson/issues/detail?id=73 Version 2.1.0 released 2010-03-10 * Decimal serialization officially supported for encoding with use_decimal=True. For encoding this encodes Decimal objects and for decoding it implies parse_float=Decimal * Python 2.4 no longer supported (may still work, but no longer tested) * Decoding performance and memory utilization enhancements http://bugs.python.org/issue7451 * JSONEncoderForHTML class for escaping &, <, > http://code.google.com/p/simplejson/issues/detail?id=66 * Memoization of object keys during encoding (when using speedups) * Encoder changed to use PyIter_Next for list iteration to avoid potential threading issues * Encoder changed to use iteritems rather than PyDict_Next in order to support dict subclasses that have a well defined ordering http://bugs.python.org/issue6105 * indent encoding parameter changed to be a string rather than an integer (integer use still supported for backwards compatibility) http://code.google.com/p/simplejson/issues/detail?id=56 * Test suite (python setup.py test) now automatically runs with and without speedups http://code.google.com/p/simplejson/issues/detail?id=55 * Fixed support for older versions of easy_install (e.g. stock Mac OS X config) http://code.google.com/p/simplejson/issues/detail?id=54 * Fixed str/unicode mismatches when using ensure_ascii=False http://code.google.com/p/simplejson/issues/detail?id=48 * Fixed error message when parsing an array with trailing comma with speedups http://code.google.com/p/simplejson/issues/detail?id=46 * Refactor decoder errors to raise JSONDecodeError instead of ValueError http://code.google.com/p/simplejson/issues/detail?id=45 * New ordered_pairs_hook feature in decoder which makes it possible to preserve key order. http://bugs.python.org/issue5381 * Fixed containerless unicode float decoding (same bug as 2.0.4, oops!) http://code.google.com/p/simplejson/issues/detail?id=43 * Share PosInf definition between encoder and decoder * Minor reformatting to make it easier to backport simplejson changes to Python 2.7/3.1 json module
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-06-15Add patch comment. I had this lying around uncommitted for some reason.dholland2-3/+8
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz6-8/+73
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-16Note commented out LICENSE.obache1-1/+2
2010-05-02Update to 1.38.2:wiz6-91/+26
Version 1.38 April 26, 2010 * Support ENVIRONMENT and FILES sections. * Move all translated text into .po files (previously .h2m include files were handled seperately). * Submit package to the Translation Project (translationproject.org). * Add Vietnamese translation. * Add some comments for translators. Version 1.37 November 14, 2009 * Update GPL to v3. * Add --version-string option. * Add --no-discard-stderr option. * Add line breaks into bug reporting section. * Add Brazilian Portuguese and German translations. * Select a reasonable configure default for --enable-nls. * Revise preload mechanism to not require preloadable libintl.
2010-04-28let to exec "gs" with absolute path as PR#43214.obache3-5/+6
Bump PKGREVISION.
2010-04-25+ pstotextobache1-1/+2
2010-04-25Import pstotext-1.9 as converters/pstotext.obache7-0/+251
Packaged by Stefan Schaeckeler in pkgsrc-wip. Pstotext extracts plain-text from postscript files (and somewhat less reliable from pdf files).
2010-04-22Switching for module type from M:I to M:I::Bundled - installed versions ↵sno1-2/+2
seems to make problems
2010-04-20Remove one more /usr/tmp.is3-11/+20
2010-04-11Update p5-JSON-XS from version 2.280 to version 2.290 (upstreamseb2-8/+7
version 2.29). Pkgsrc changes: - Canonical MASTER_SITES Upstream changes: 2.29 Wed Mar 17 02:39:12 CET 2010 - fix a memory leak when callbacks set using filter_json_object or filter_json_single_key_object were called (great testcase by Eric Wilhelm).
2010-04-01Update skf to 1.97.1.obache2-7/+7
skf (1.97.1) * enable -i and -o in nkf compatible mode. * restore old umask after overwrite. * add flush on unic*de and b-right. * disable adding lineend on encode-tail when in LWL extension.
2010-03-16Add and enable php-mbstring.taca1-1/+2
2010-03-16Re-import misc/php-mbstring package as converters/php-mbstringtaca2-0/+17
to switch to better category. misc/php-mbstring package will be deleted later.
2010-03-16Updating converters/p5-JSON-XS 2.27 to 2.28sno2-6/+6
Upstream changes: 2.28 Thu Mar 11 20:30:46 CET 2010 - implement our own atof function - perl's can be orders of magnitudes slower than even the system one. on the positive side, ours seems to be more exact in general than perl's. (testcase provided by Tim Meadowcroft). - clarify floating point conversion issues a bit. - update jpsykes csrf article url. - updated benchmark section - JSON::PP became much faster!
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-17Updating converters/p5-JSON-XS from 2.260 to 2.270sno2-6/+6
Upstream changes: 2.27 Thu Jan 7 07:35:08 CET 2010 - support relaxed option inside the incremental parser (testcase provided by IKEGAMI via Makamaka).
2010-02-15Update skf to 1.97.0a.obache2-6/+6
Just remove redundant fragments from source package, no source code changes.
2010-02-07update homepage and master_sites.zafer1-3/+3
2010-02-07satisfy pkglint.zafer1-2/+2
2010-02-07update to version 060102. add license.zafer3-15/+16
2010-02-07Update skf to 1.97.0.obache4-13/+20
skf (1.97.0) experimental; urgency=low * Re-enabled MIME encoding * nkf compatibility mode further fix and support added. * various bug fix from 1.96 series. -- Seiji Kaneko <efialtes@sourceforge.jp> Sat, 06 Feb 2010 23:24:54 +0900
2010-02-06Update skf to 1.96.6.obache2-7/+7
skf (1.96.6) experimental; urgency=low * fix mime-decode related bugs * fix i18n message output bugs * fix terminal control code does not output as documented. -- Seiji Kaneko <efialtes@sourceforge.jp> Wed, 27 Jan 2010 22:36:08 +0900
2010-01-31No double man in path.joerg2-4/+4
2010-01-30Treat Haiku like BeOS.obache2-1/+21
2010-01-29DESTDIR supportjoerg7-16/+41