summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09Update nkf to 2.12.obache4-12/+11
* fixes decoding of Q-encoded UTF-8 [nkf-bug:55125] * misc test and document fixes.
2011-09-08Revert recent commit, add a (hopefully) correct patch instead. Bump rev.bsiegert4-22/+22
In the Makefile.in, libcharset is copied with pax into lib/ along with its object files. This overwrites relocatable.lo from libiconv, which is then relinked against the wrong object. Use "libtool --mode=install cp" instead to only copy the library. Should hopefully fix PR pkg/45341.
2011-09-06Link libiconv.la against libcharset.la to fix the build on MirBSD.bsiegert3-6/+17
Bump PKGREVISION. Patch was first sent to tech-pkg, no one objected.
2011-08-26Fix build with gcc-4.5+, from Joern Clausen in PR 45286.wiz4-5/+31
While here, silence pkglint.
2011-08-22Update to 1.14; disable cp932 option for now, no patch available yet.wiz3-9/+11
New in 1.14: * The 'iconv' program now produces its output as soon as it can. It no longer unnecessarily waits for more input. * Updated the GB18030 converter to map 25 characters to code points that have been to Unicode since 2000, rather than to code points in the Private Use Area. * Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to BIG5-HKSCS:2004. A new converter BIG5-HKSCS:2008 is added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2008. * Fixed a bug in the conversion to wchar_t. * Fixed a small bug in the CP1258 converter.
2011-08-22Update to 1.15:wiz2-6/+6
1.15 - add --dump-options to make it easier to allow people to write a bash completion file. Let me know when you have one ready :-) - fix a bug where on case-insensitive filesystems --upper and --lower did not work because we thought the new file would already exist (stat "foo" and stat "FOO" are the same, yeah. The obvious workaround to use "--replace" would delete the files on case-insensitive filesystems instead, which was even worse. Case conversion should be working well now, I tested it on Darwin and on case-insensitive XFS. The latter one is a bit buggy by the way, see https://bugzilla.kernel.org/show_bug.cgi?id=39512. convmv works around that bug, too.
2011-08-16Update to 2.32:wiz2-6/+6
2.32 Thu Aug 11 19:06:38 CEST 2011 - fix a bug in the initial whitespace accumulation.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache5-8/+10
2011-08-07Keep two-digit version numberadam1-2/+2
2011-08-06Revision bump after updating perl to 5.14.1adam2-7/+7
2011-08-06Revision bump after updating perl to 5.14.1adam2-5/+4
2011-08-06Changes 2.01:adam2-10/+11
* fix bug 6909: single + and & signs are encoded as the same sequence
2011-08-06Revision bump after updating perl to 5.14.1adam3-16/+14
2011-08-06Revision bump after updating perl to 5.14.1adam3-25/+24
2011-08-06Changes 1.29:adam2-14/+13
* Artificially bump our version number because an upstream author decided to not play nice. Fixes RT-68690 Changes 1.28: * Move podspell into xt/ Changes 1.27: * Add auto_install so feature works again, fixes RT-67169
2011-08-06Changes 2.31:adam2-9/+7
* don't accumulate initial whitespace in the incremental buffer (this can be useful to allow whitespace-keepalive on a tcp connection without triggering the max_size limit). * properly croak on some invalid inputs that are not strings (e.g. undef) when trying to decode a json text
2011-08-06Changes 2.53:adam2-13/+13
* made Makefile.PL skipping a installing XS question when set $ENV{PERL_ONLY} or $ENV{NO_XS} Changes 2.52: * fixed to_json * backport JSON::PP 2.27200 * fixed incr_parse docodeing string more correctly Changes 2.51: * import JSON::PP 2.27105 as BackportPP * fixed documentations Changes 2.50: * stable release
2011-08-06Revision bump after updating perl to 5.14.1adam1-3/+2
2011-08-06Changes 1.4:adam2-15/+14
* avoid a classical buffer overflow in case a progress message is too long. * this release adds depdencies for snprintf/vsnprintf. * some uuencode encoders do not generate a final "space" line before the "end" marker, so do not rely on the line to be there.
2011-08-06Revision bump after updating perl to 5.14.1adam1-10/+11
2011-08-06Revision bump after updating perl to 5.14.1adam2-12/+12
2011-08-04Add upstream bug report URLs.wiz3-5/+8
2011-08-01Fix broken clang build.dholland2-1/+17
2011-08-01Fix bug caught by clang. PKGREVISION++dholland3-2/+19
2011-07-20Update to 3.1.1ryoon4-35/+40
* Update MASTER_SITES and HOMEPAGE. * set LICENSE * Fix pg-config --cflags output Changelog: 3.1.1 (2010.2.3) A bug in data encoder has been fixed. 3.1.0 (2009.6.6) Various code cleanups and performance improves. Strict internal error checks have been added. "--without-tests" has become default setting. Specify "--with-tests" to compile test programs. Some memory leak bugs have been fixed.
2011-06-19Add and enable ruby-Ascii85.taca1-1/+2
2011-06-19Importing ruby-Ascii85 package version 1.0.1.taca4-0/+36
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name.
2011-05-26add missing dependency on p5-gdbmdmcmahill1-1/+3
2011-05-19* Change MASTER_SITES subdir to usual simple one.obache1-4/+4
* Fixes DEPENDS pattern, need -[0-9]* to allow all version.
2011-05-19* Change MASTER_SITES subdir to usual simple one.obache1-3/+3
* Fix DEPENDS pattern, need -[0-9]* to allow all version.
2011-05-18Update to 0.2.2, changes undocumented.wiz2-6/+6
2011-05-18Update to 0.9.2:wiz2-6/+6
0.9.1 - 0.9.2 - Fix build with gcc 4.6.x (Caolan McNamara) - Handle graciously corrupted WP6 prefix data (Fridrich) - Initial conversion of Mac double byte script characters (Fridrich) - Internally use UCS4 instead of UCS2 (Fridrich) - Add Arabic character conversion for WP5 parser (Fridrich) - Allow conversion of one WP character to a sequence of unicode characters (Fridrich) - Miscellaneous conversion fixes (Edward Mendelson, Fridrich)
2011-05-18add and enable several perl modules needed to support databases/koha. PR ↵dmcmahill1-1/+3
pkg/43929
2011-05-17Initial import of converters/p5-MARC-Crosswalk-DublinCore version 0.02dmcmahill3-0/+34
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- This module provides an implentation of the LOC's spec on how to convert metadata between MARC and Dublin Core format. The spec for converting MARC to Dublin Core is available at: http://www.loc.gov/marc/marc2dc.html, and from DC to MARC: http://www.loc.gov/marc/dccross.html. NB: The conversion cannot be done in a round-trip manner. i.e. Doing a conversion from MARC to DC, then trying to go back to MARC will not yield the original record.
2011-05-17Initial import of converters/p5-MARC-Charset version 1.2dmcmahill3-0/+30
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records.
2011-04-22recursive bump from gettext-lib shlib bump.obache11-20/+22
2011-04-01Fix build with current ocaml.markd4-10/+26
While here update to latest version - 1.96 ersion 1.96, September 29, 2010 ================================ o option -debug now prints the exact BibTeX commmand which is run o new option --note-html similar to --note but assuming a bibtex field already in HTML format o various little changes in the Makefile requested by the Debian maintainer Version 1.95, March 23, 2010 ============================ o bib2bib: option "--php-output" to produce output as a PHP 2D array o bib2bib: options "--remove" and "--rename", to remove or rename fields o new headers with proper copyright o bib2bib: option "--no-comment", to prevent generation of extra comments o fixed support for DOI links: when field "doi" is already an URL, the DOI prefix is not prepended o tags "bibtexnumber" and "bibtexitem" are now inserted to ease the customization using CSS Version 1.94, 07/05/09 ====================== o support for arXiv preprints links: a field "eprint = {xxx}" will be recognized, if any, and a link to http://arxiv.org/abs/ will be displayed; option -noeprint turns it off and option -eprintf-prefix <url> sets a different prefix for the urls (contributed by Ari Stern) Version 1.93, 12/12/08 ====================== o bib2bib: giving '$date' as argument of option -s allows to sort from oldest to newest entry o bib2bib: field names in conditions may contain digits and '-' (usefull for custom fields) Version 1.92, 08/07/08 ====================== o Windows installer (using NSIS nsis.sourceforge.net) o new bib2bib option --expand-xrefs to perform crossrefs expansion o option -m (reading macros from a file): - fixed macro definition with \def - macros with arguments are now supported o added accents conversion for tilda, and fixed accents conversion for \"i, \"\i and such (patch by Samuel Colin) o fixed bib2bib command line options to accept --warn-error and --quiet (as described in the manual) Version 1.91, 20/02/2008 ======================== o fixed bug in bib2bib and bibtex2html when quotes (") are used in fields o fixed bug with -nobibsource and -multiple (bib links on the separate pages) Version 1.90, 01/02/2008 ======================== o bib2bib: = and <> are now case insensitive; use == and != instead to perform case sensitive comparison o correctly support $x$$y$ where the central $$ is not passing into display math mode o more cases for accent macros \' \~ \. \u \v (patch by John Kewley)
2011-03-11service supended. fall back to master_sites_backup.zafer1-2/+2
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2011-02-05Fix build with gcc4.3markd2-1/+16
2011-02-04Fix building with Clang; switch to .tar.bz2adam3-5/+20
2011-02-04Switch to .tar.bz2adam2-5/+6
2011-02-04Changes 0.9.1:adam3-6/+21
* Parse correctly WP 2 for Mac documents without resource fork * Improvements in parsing of pictures in WP1 parser * Fix wrong sizes of some functions in WP1 and WP42 parsers * Fix handling of character attributes
2011-02-04Update skf to 1.97.4.obache2-7/+7
* fix encode wrap doesn't work on CR/LF environment. * fix early mime output feature isn't suppressed as expected.
2011-01-29Fix build with gcc4.3markd2-1/+16
2011-01-25backout previous -- fixed in libwmf where the dependency comes fromdrochner1-2/+1
2011-01-25pull in x11/libX11/buildlink3.mk, as this links with libX11.chuck1-1/+2
otherwise, "make configure" fails when X11_TYPE=modular (cannot find -lX11).
2011-01-23err, really fixtnn1-3/+3
2011-01-23fix dependency patternstnn1-3/+3