Commit graph

1179 commits

Author SHA1 Message Date
wiz
734d3b3667 Update to 2.32:
2.32 Thu Aug 11 19:06:38 CEST 2011
	- fix a bug in the initial whitespace accumulation.
2011-08-16 19:59:11 +00:00
obache
914df23d5b Revision bump after updating perl5 to 5.14.1. 2011-08-14 07:38:55 +00:00
adam
5571a3a085 Keep two-digit version number 2011-08-07 18:03:39 +00:00
adam
fbe73d60cb Revision bump after updating perl to 5.14.1 2011-08-06 14:41:11 +00:00
adam
6ec638d47d Revision bump after updating perl to 5.14.1 2011-08-06 14:36:36 +00:00
adam
5bed1b96a5 Changes 2.01:
* fix bug 6909: single + and & signs are encoded as the same sequence
2011-08-06 14:33:52 +00:00
adam
cf228f12bb Revision bump after updating perl to 5.14.1 2011-08-06 13:58:20 +00:00
adam
5f11fe2968 Revision bump after updating perl to 5.14.1 2011-08-06 13:47:40 +00:00
adam
7a7a98075d Changes 1.29:
* 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-06 13:46:38 +00:00
adam
e5e302595d Changes 2.31:
* 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-06 13:45:24 +00:00
adam
77993f1719 Changes 2.53:
* 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-06 13:39:35 +00:00
adam
456d9a5042 Revision bump after updating perl to 5.14.1 2011-08-06 13:36:10 +00:00
adam
732c005d6b Changes 1.4:
* 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-06 13:34:55 +00:00
adam
65d4cf6ff6 Revision bump after updating perl to 5.14.1 2011-08-06 13:33:33 +00:00
adam
3ea7fe972d Revision bump after updating perl to 5.14.1 2011-08-06 13:29:43 +00:00
wiz
3805998503 Add upstream bug report URLs. 2011-08-04 23:35:43 +00:00
dholland
0cbd21fb1c Fix broken clang build. 2011-08-01 04:08:51 +00:00
dholland
ad189a90d7 Fix bug caught by clang. PKGREVISION++ 2011-08-01 04:05:00 +00:00
ryoon
ec2e74b29d Update to 3.1.1
* 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-07-20 19:08:14 +00:00
taca
2a885d8e4e Add and enable ruby-Ascii85. 2011-06-19 14:17:51 +00:00
taca
92251d650f Importing ruby-Ascii85 package version 1.0.1.
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.
2011-06-19 14:16:55 +00:00
dmcmahill
cec2ade9c8 add missing dependency on p5-gdbm 2011-05-26 10:12:23 +00:00
obache
d59648f34b * Change MASTER_SITES subdir to usual simple one.
* Fixes DEPENDS pattern, need -[0-9]* to allow all version.
2011-05-19 05:29:19 +00:00
obache
3556f60789 * Change MASTER_SITES subdir to usual simple one.
* Fix DEPENDS pattern, need -[0-9]* to allow all version.
2011-05-19 05:27:30 +00:00
wiz
2e407b3dd4 Update to 0.2.2, changes undocumented. 2011-05-18 14:53:47 +00:00
wiz
85f8321b7a Update to 0.9.2:
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-18 14:52:44 +00:00
dmcmahill
ddc807553a add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
dmcmahill
9b75a52484 Initial import of converters/p5-MARC-Crosswalk-DublinCore version 0.02
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-17 10:35:27 +00:00
dmcmahill
52db229cdf Initial import of converters/p5-MARC-Charset version 1.2
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-05-17 10:33:38 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
markd
84650448c5 Fix build with current ocaml.
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-04-01 21:14:53 +00:00
zafer
54e68cac20 service supended. fall back to master_sites_backup. 2011-03-11 10:48:08 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
markd
a00a69a314 Fix build with gcc4.3 2011-02-05 20:21:00 +00:00
adam
569281cb06 Fix building with Clang; switch to .tar.bz2 2011-02-04 20:10:32 +00:00
adam
3062df1dd3 Switch to .tar.bz2 2011-02-04 19:56:26 +00:00
adam
27057d742f Changes 0.9.1:
* 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-04 19:53:06 +00:00
obache
10a8f0078a Update skf to 1.97.4.
* fix encode wrap doesn't work on CR/LF environment.
  * fix early mime output feature isn't suppressed as expected.
2011-02-04 02:01:55 +00:00
markd
b233153e5c Fix build with gcc4.3 2011-01-29 22:11:54 +00:00
drochner
4b0a3136f8 backout previous -- fixed in libwmf where the dependency comes from 2011-01-25 18:33:41 +00:00
chuck
3c1eb9624a pull in x11/libX11/buildlink3.mk, as this links with libX11.
otherwise, "make configure" fails when X11_TYPE=modular (cannot
find -lX11).
2011-01-25 18:07:26 +00:00
tnn
02f5e8a003 err, really fix 2011-01-23 22:19:09 +00:00
tnn
c5c6b7ab3a fix dependency patterns 2011-01-23 22:16:30 +00:00
gls
013abfab66 1.34 Tue Dec 14 22:20:00 CET 2010
- fix a one-byte-past-end-write buffer overflow in UURepairData
          (reported, analysed and testcase provided by Marco Walther).
	- quoted-printable decoding was completely broken, try a fix.
2011-01-21 22:31:19 +00:00
wiz
e51d9bafa6 Remove "--without-libiconv-prefix", almost no configure script recognizes it. 2011-01-16 11:16:28 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
taca
b2fa3c02de Add and enable pear-I18n_UnicodeNormalizer. 2010-12-22 15:13:39 +00:00
taca
b1ccb4e338 Importing pear-I18N_UnicodeNormalizer version 1.0.0.
PHP classes to provide Unicode Normalization.

Performs the 4 normalizations:

	NFD: Canonical Decomposition
	NFC: Canonical Decomposition, followed by Canonical Composition
	NFKD: Compatibility Decomposition
	NFKC: Compatibility Decomposition, followed by Canonical Composition

Complies with the official Unicode.org regression test.  Uses UTF8 binary
strings natively but can normalize a string in any UTF format.  Fully tested
with phpUnit. Code coverage test close to 100%.
2010-12-22 15:12:29 +00:00
tron
85c937c749 Re-add part of revision 1.3 to fix build under Mac OS X Leopard and newer. 2010-12-09 19:42:12 +00:00