Commit graph

1303 commits

Author SHA1 Message Date
wiz
ba199505f3 Update to 0.0.18:
Disable optimization in debug build
	Fix prefix ++/-- operators for non-primitive types
	This langid does not make sense and we don't even use it
	Trying to make encoding work in version 6
	Sync this with libcdr
	Fix utf16 parsing
	Some more rework of text encoding conversions
	Some character conversion rework + some debug messages
	Some belts and braces
	Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks
	This fdo contains 2 files with which I had a different crash for each of them.
	This patch fixes one of the 2 crashes.
	For the moment no more cppcheck reports
	Resolves: fdo#50988
	bumping version
	Fix another crash in exotic circumstances
	And make it even compile
	Don't push_back(.back())
	Fix some crashes on windows
	And produce a valid xml too
	Avoid SVG crash for missing svg:id
	Make the thing even build
	Break line only at the end of the line
	Add vsd2text tool to dump text from Visio diagrams
	More warnings to be safer later
	Unused variable
	Resolves: fdo#50178 Reading Visio file causes crash
	include stdint.h and inttypes.h inconditionally in no-autofoo no-windows build
	Group the filled and stroked paths that are part of the same geometry
2012-07-01 14:05:07 +00:00
dholland
12455b1bb5 Use the "linux" build target on Linux.
XXX: This is using sgtty.h and union wait on BSD and should be cleaned up,
XXX: but we're in a freeze right now.
2012-06-18 02:09:21 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
obache
0dabdb5f04 Update txt2man to 1.5.6.
PR 46535 by Wen Heping.
While here,
* set LICENSE=gnu-gpl-v2.
* honor PKGMANDIR

ChangeLog:
txt2man-1.5.6   16-mar-2011
* txt2man: Better control of 3 letters regexp, by Robin Cornelius.
* txt2man: Fix header comment generation, by Robin Cornelius.
* txt2man: Better handle ticks, by Thomas Moschny.
* src2man: Fix header comment generation.
* src2man: more robust comment delimiter handling.
* src2man: support C prototypes with newline after type, by Diego Cena.
* bookman: Posix shell syntax.
2012-06-04 12:16:05 +00:00
dholland
0ee95f6899 Belatedly bump PKGREVISION for packages where the mass glib2 include
fixes last month changed installed headers, excluding some that have
already been bumped.
2012-06-03 23:56:58 +00:00
wiz
f57ebd651c Update to 2.5.2:
Version 2.5.2 released 2012-05-10

* Fix for regression introduced in 2.5.1
  https://github.com/simplejson/simplejson/issues/35

Version 2.5.1 released 2012-05-10

* Support for use_decimal=True in environments that use Python
  sub-interpreters such as uWSGI
  https://github.com/simplejson/simplejson/issues/34

Version 2.5.0 released 2012-03-29

* New item_sort_key option for encoder to allow fine grained control of sorted
  output

Version 2.4.0 released 2012-03-06

* New bigint_as_string option for encoder to trade JavaScript number precision
  issues for type issues.
  https://github.com/simplejson/simplejson/issues/31

Version 2.3.3 released 2012-02-27

* Allow unknown numerical types for indent parameter
  https://github.com/simplejson/simplejson/pull/29

Version 2.3.2 released 2011-12-30

* Fix crashing regression in speedups introduced in 2.3.1

Version 2.3.1 released 2011-12-29

* namedtuple_as_object now checks _asdict to ensure that it
  is callable.
  https://github.com/simplejson/simplejson/issues/26

Version 2.3.0 released 2011-12-05

* Any objects with _asdict() methods are now considered for
  namedtuple_as_object.
  https://github.com/simplejson/simplejson/pull/22
2012-06-03 22:24:20 +00:00
wiz
0610741bdd Update to 0.0.17, changes undocument (AFAICT) 2012-06-03 20:12:48 +00:00
taca
e23a2a2636 Update ruby-unf_ext pacakge to 0.0.5.
Exact changes are unknown but a few code improvements.
2012-06-01 12:02:24 +00:00
wiz
ba0b2cb057 Update to 2.2.1:
Version 2.2.1 released 2011-09-06

* Fix MANIFEST.in issue when building a sdist from a sdist.
  https://github.com/simplejson/simplejson/issues/16

Version 2.2.0 released 2011-09-04

* Remove setuptools requirement, reverted to pure distutils
* use_decimal default for encoding (dump, dumps, JSONEncoder) is now True
* tuple encoding as JSON objects can be turned off with new
  tuple_as_array=False option.
  https://github.com/simplejson/simplejson/pull/6
* namedtuple (or other tuple subclasses with _asdict methods) are now
  encoded as JSON objects rather than arrays by default. Can be disabled
  and treated as a tuple with the new namedtuple_as_object=False option.
  https://github.com/simplejson/simplejson/pull/6
* JSONDecodeError is now raised instead of ValueError when a document
  ends with an opening quote and the C speedups are in use.
  https://github.com/simplejson/simplejson/issues/15
* Updated documentation with information about JSONDecodeError
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)
  http://timelessrepo.com/json-isnt-a-javascript-subset
* Moved documentation from a git submodule to
  http://simplejson.readthedocs.org/

Version 2.1.6 released 2011-05-08

* Prevent segfaults with deeply nested JSON documents
  https://github.com/simplejson/simplejson/issues/11
* Fix compatibility with Python 2.5
  https://github.com/simplejson/simplejson/issues/5

Version 2.1.5 released 2011-04-17

* Built sdist tarball with setuptools_git installed. Argh.

Version 2.1.4 released 2011-04-17

* Does not try to build the extension when using PyPy
* Trailing whitespace after commas no longer emitted when indent is used
* Migrated to github http://github.com/simplejson/simplejson
2012-05-29 13:19:42 +00:00
wiz
cf2069b869 Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
2012-05-12 07:37:50 +00:00
dholland
8244de4aee Build fix for latest glib2. 2012-05-06 20:08:43 +00:00
dholland
d5fc3bbc39 Set both BUILDLINK_ABI_DEPENDS and BUILDLINK_API_DEPENDS correctly
(with +=, not ?=)
caught by pkglint
2012-05-06 20:08:32 +00:00
wiz
6a5709204d Fix path after import. 2012-04-22 17:48:06 +00:00
wiz
ce4c7d8dd7 + libcdr. 2012-04-22 17:47:58 +00:00
wiz
e2bafcd4f0 Initial import of libcdr-0.0.6 from wip, packaged by Francois Tigeot.
Libcdr is a library providing the ability to interpret and import
Corel Draw drawings into various applications. You can find it being
used in libreoffice.
2012-04-22 17:47:42 +00:00
wiz
c14d70de77 Update to 0.0.16:
A better fix that does not alter Bruno's work
	Adapt the end and start line markers to recent changes of svg:d in LO
	Read longer integers in one run
	A bit more of sanity
	tabs -> spaces
	Consider svg:x, svg:y, svg:width, svg:height separately
	Generate SVG for bitmap fill
	if asked for emtpy, don't use size
2012-04-22 15:51:29 +00:00
joerg
6027b68053 Don't depend on GNU inline semantic. 2012-04-19 21:02:10 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
obache
550c941037 Update skf to 0.99.0.
skf (1.99.0) experimental; urgency=low

  * Unicode 6.1 support
  * Mime related issue fixed.
  * further fix for nkf compatibility.
  * added support for ruby 1.9.x

 -- Seiji Kaneko <efialtes@sourceforge.jp>  Thu, 01 Mar 2012 19:40:38 +0900
2012-04-12 13:50:22 +00:00
ryoon
a981de96ef Conflict with dos2unix. 2012-04-11 17:48:54 +00:00
ryoon
1cd393e712 Add dos2unix 2012-04-11 17:46:50 +00:00
ryoon
4b490a378c Import dos2unix-5.3.3 as converters/dos2unix.
dos2unix includes utilities to convert text files with DOS or MAC
line endings to Unix line endings and vice versa. It is an update
of Benjamin Lin's implementations.
2012-04-11 17:45:39 +00:00
wiz
4773e0d7e2 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
5cde5235bb Update to 0.2.4:
Bump version for possible release
	Update doxygen.cfg file
	Ignore the unprintable characters which can appear in the text.
	Ignore some more files
	Add -Weffc++ option for GCC to avoid producing crappy code :)
	Fix build inside a new LibreOffice
	Add Laurent to main authors (my apology for this forgetful attitude)
	Fix distcheck in build/win32
	Fixing MSVC build
	Bump version for a possible release + remove autopackage that nobody uses anyway
	Update of src/conv/ by using libwpd/src/conv as model.
	Small changes: - in WPS4.cpp: correction of an uninitialized variable, - in WPS8.cpp: small improvement of the footnote/endnote display, - in WPSContentListener.cpp: check that the lists are closed before closing a section.
	Plant some .gitignore files all around the place
	Generate ChangeLog on make dist
	Fix callgraph when footnotes are present
	check that the property remains in the FOD zone (patch Laurent Alonso)
	Fix different errors (patch Laurent Alonso)
	Fix some debug build warnings/errors
	Cleanup and rewrite of build system (patch Tomas Chvatal)
	Fix windows gcc build of libwps inside LibreOffice tree (patch Jan Holesovsky <kendy@suse.cz>)
	It seems that cfod 0x54 is legitimate (patch Urmas D. <davian818@gmail.com>)
	Update configure.ac to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
	Rename configure.in to configure.ac Patch of Tomas Chvatal <tchvatal@suse.cz>
	Fix makefile.am's to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
	Fix gcc-4.6 build
2012-04-07 15:08:02 +00:00
rhaen
85e91ea99c Updated to 1.14
Changes:
1.14  Sat Mar 10 13:34:53 2012
    - avoid "use Test".
2012-04-01 19:11:52 +00:00
rhaen
2c1db4b1e7 Updated to 0.89
Changes:
0.89  Sat Mar 10 20:19:11 2012
    - avoid "use Test".

0.88  Mon Mar  5 21:56:13 2012
    - DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - U+9FCC is a new CJK unified ideograph.
    - The default UCA_Version is 24.
    - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t,
      loc_es.t, loc_estr.t, overcjk0.t, overcjk1.t, version.t in t.
2012-04-01 19:09:33 +00:00
wiz
65dd1ccbc9 Fix build with clang. 2012-03-28 15:16:34 +00:00
wiz
11f9047ae9 Make Nm in man page match file name. Bump PKGREVISION. 2012-03-17 22:30:20 +00:00
obache
64e5981097 Update skf to 1.97.5.
skf (1.97.5)

  * fix crash in certain environment with --show-supported-charset
  * fix tscii support is broken.
  * fix python extension configuration settings.
  * fix debug opt initialization bug
2012-03-17 15:03:29 +00:00
taca
94729f7b73 Update ruby-unf pacakge to 0.0.5.
* Update HOMEPAGE.
* Exact Changes are unknown.
2012-03-17 14:08:15 +00:00
wiz
907415a56c + libvisio. 2012-03-16 17:41:09 +00:00
wiz
7f24ed9744 Initial import of libvisio-0.0.15, packaged for wip by Francois Tigeot.
Libvisio is library providing ability to interpret and import visio
diagrams into various applications.
2012-03-16 17:40:37 +00:00
markd
fbfc144583 Add LICENSE. 2012-03-10 20:20:59 +00:00
markd
1933ba2829 Update to 2.45
- fixed bug with umlauts
        - fixed bug with UTF-8 characters
        - added --underline_delimiter option.
2012-03-10 20:08:13 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
shattered
ead3a99387 Fix PR/42308 "munpack no longer preserve filenames", using the patch from
Debian bug 212283.
2012-02-22 21:01:53 +00:00
hans
c735753a65 Fix build on SunOS. 2012-02-16 18:05:09 +00:00
hans
022cd2268f Remove set but unused variable. 2012-02-16 18:04:08 +00:00
wiz
42bb8812e9 Sort. 2012-02-16 14:44:45 +00:00
gls
6f79393491 Update converters/py-simplejson to 2.1.3.
Upstream changes:

Version 2.1.3 released 2011-01-17

* Support the sort_keys option in C encoding speedups
  http://code.google.com/p/simplejson/issues/detail?id=86
* Allow use_decimal to work with dump()
 http://code.google.com/p/simplejson/issues/detail?id=87

Version 2.1.2 released 2010-11-01

* Correct wrong end when object_pairs_hook is used
  http://code.google.com/p/simplejson/issues/detail?id=85
* Correct output for indent=0
  http://bugs.python.org/issue10019
* Correctly raise TypeError when non-string keys are used with speedups
  http://code.google.com/p/simplejson/issues/detail?id=82
* Fix the endlineno, endcolno attributes of the JSONDecodeError exception.
  http://code.google.com/p/simplejson/issues/detail?id=81
2012-02-15 22:18:15 +00:00
gls
a856415205 Update converters/zbase32 to 1.1.3.
pkgsrc changes:
- /usr/bin/env python is no longer valid as an interpreter.

upstream changes:

Unknown.
2012-02-12 20:02:53 +00:00
gls
ef4565208e Update converters/py-zfec to 1.4.22.
pkgsrc changes:
- /usr/bin/env police
- zfec and zunfec scripts require py-argparse and py-setuptools_trial
dependencies.

upstream changes:

Unknown. Upstream NEWS file stopped at 1.4.5.
2012-02-12 19:55:09 +00:00
abs
5f70b4d542 +p5-Unicode-Collate +p5-Unicode-Normalize 2012-02-12 18:50:52 +00:00
abs
03a3469183 Added converters/p5-Unicode-Collate version 0.87
Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA
provides a specification for how to compare two Unicode strings while
remaining conformant to the requirements of The Unicode Standard. The UCA
also supplies the Default Unicode Collation Element Table (DUCET), which
is data specifying the default collation order for all Unicode characters.

(imported and updated from wip)
2012-02-12 18:49:08 +00:00
abs
60c2de61a2 not quite so many tabs 2012-02-12 18:47:33 +00:00
abs
fb96fb4bae Added converters/p5-Unicode-Normalize version 1.13
Unicode::Normalize - Unicode Normalization Forms

(imported and updated from wip)
2012-02-12 18:40:42 +00:00
minskim
9208e05d47 Update bibtex2html to 1.97.
Changes:
 o fixed translation of \u{a}, removed incorrect translations of \u{n}
   and \u{N} (contributed by Domenico Bianculli)
 o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
2012-02-10 17:12:48 +00:00
sbd
af0748fe64 Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
2012-02-07 06:36:35 +00:00
wiz
72030d7165 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:42 +00:00
joerg
52c6af0a7c Don't use non-ASCII character literals. 2012-01-23 08:07:17 +00:00
obache
d14e8c5d8b distutils pkg, register egg-info.
Bump PKGREVISION.
2012-01-23 07:57:25 +00:00
obache
8ad28815fd distutils pkg, register egg-info.
Bump PKGREVISION.
2012-01-23 07:54:23 +00:00
tez
5be1f7fc22 add patch for CVE-2011-4919 (bad permissions on created files) 2012-01-10 21:09:55 +00:00
obache
e8c83f03dd Let to allow installing compressed document for the case of MANZ=yes.
Bump PKGREVISION.
2011-12-23 11:32:37 +00:00
dholland
ab0f00f03e Include lib/error.c in librecode.so, or else librecode.so ends up with
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)

PKGREVISION -> 6
2011-12-20 17:22:25 +00:00
dholland
1d53546980 Sort. 2011-12-20 17:20:02 +00:00
taca
7cc320ba34 Add and enable ruby-unf and ruby-unf_ext. 2011-12-14 16:59:04 +00:00
taca
f1b2b348e5 Importing converters/ruby-unf 0.0.4.
This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
2011-12-14 16:57:37 +00:00
taca
5403777cf4 Importing converters/ruby-unf_ext 0.0.4.
Unicode Normalization Form support library for CRuby.
2011-12-14 16:56:45 +00:00
ryoon
4b0581379f Update to 3.2.0
* Remove obsolete patches.

Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
  information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
  that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
  been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
  (experimental)

Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.

A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.

Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.
2011-12-13 21:44:36 +00:00
sbd
529d8cb79d Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
sbd
071c9ea3b7 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
hiramatsu
e03ed47635 Add p5-Convert-Color. 2011-11-16 06:31:48 +00:00
hiramatsu
f01e2cfa14 Import Convert::Color into converters/p5-Convert-Color which is required
to update textproc/p5-Text-Sass.

This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
2011-11-16 06:30:56 +00:00
hiramatsu
7f96da5d65 Add LICENSE. 2011-11-08 07:37:46 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
hiramatsu
086fc62e4c Update p5-p5-MARC-Charset to 1.33.
Changes from previous:
1.33 Thu Aug  4 23:25:14 EDT 2011
    - move build_db() to separate .PL script so that module can be
      built even if Class::Accessor and other dependencies aren't
      available before Makefile.PL is run.
    - list GDBM_File as an explicit dependency, assome distributions
      like ActivePerl don't include it even though it is a
      core module.

1.32 Thu Jun 30 16:38:32 EDT 2011
    - make sure utf8 flag set in output of marc8_to_utf8

1.31 Thu Sep 30 10:53:00 EDT 2010
    - minor revision to get v1.3 Changes into the CPAN distro :-)

1.3 Wed Sep 29 10:26:49 EDT 2010
    - added latest codetables.xml from
      http://www.loc.gov/marc/specifications/codetables.xml (thanks to
      Mark Muehlhaeusler for noticing that there were some Arabic updates.
      I reapplied the changes that François Charette suggested in v0.98
      which are still not present in LC's codetable :-(
2011-10-06 15:06:07 +00:00
wiz
efdc8c1659 Fix build on NetBSD-current by renaming getline() to get_line(). 2011-09-29 18:20:13 +00:00
obache
cd022842a7 Update nkf to 2.12.
* fixes decoding of Q-encoded UTF-8 [nkf-bug:55125]
* misc test and document fixes.
2011-09-09 11:01:16 +00:00
bsiegert
c31486f079 Revert recent commit, add a (hopefully) correct patch instead. Bump rev.
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-08 16:29:48 +00:00
bsiegert
5803117d19 Link libiconv.la against libcharset.la to fix the build on MirBSD.
Bump PKGREVISION.

Patch was first sent to tech-pkg, no one objected.
2011-09-06 18:51:14 +00:00
wiz
8e0e3c1a3b Fix build with gcc-4.5+, from Joern Clausen in PR 45286.
While here, silence pkglint.
2011-08-26 08:13:44 +00:00
wiz
8d43dd5687 Update to 1.14; disable cp932 option for now, no patch available yet.
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-22 14:03:36 +00:00
wiz
0fc46f7359 Update to 1.15:
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-22 13:23:38 +00:00
wiz
e9bfb7fdb9 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
f522927b16 Revision bump after updating perl5 to 5.14.1. 2011-08-14 07:38:55 +00:00
adam
7d7a5f72d7 Keep two-digit version number 2011-08-07 18:03:39 +00:00
adam
6a7e122eff Revision bump after updating perl to 5.14.1 2011-08-06 14:41:11 +00:00
adam
46583b99aa Revision bump after updating perl to 5.14.1 2011-08-06 14:36:36 +00:00
adam
35ef68e15c Changes 2.01:
* fix bug 6909: single + and & signs are encoded as the same sequence
2011-08-06 14:33:52 +00:00
adam
969b65d329 Revision bump after updating perl to 5.14.1 2011-08-06 13:58:20 +00:00
adam
866bb5323d Revision bump after updating perl to 5.14.1 2011-08-06 13:47:40 +00:00
adam
bff53172c1 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
1d0915c3a6 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
55fcdb6939 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
cdb4277c65 Revision bump after updating perl to 5.14.1 2011-08-06 13:36:10 +00:00
adam
2c6fb61001 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
20c477b83f Revision bump after updating perl to 5.14.1 2011-08-06 13:33:33 +00:00
adam
170e89fdc7 Revision bump after updating perl to 5.14.1 2011-08-06 13:29:43 +00:00
wiz
4691007d90 Add upstream bug report URLs. 2011-08-04 23:35:43 +00:00
dholland
205ab66ced Fix broken clang build. 2011-08-01 04:08:51 +00:00
dholland
d4ccbfe790 Fix bug caught by clang. PKGREVISION++ 2011-08-01 04:05:00 +00:00
ryoon
180da22144 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
5fa822b8cb Add and enable ruby-Ascii85. 2011-06-19 14:17:51 +00:00
taca
ab3bff7974 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
0614be8005 add missing dependency on p5-gdbm 2011-05-26 10:12:23 +00:00
obache
7a00c0d9c5 * 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
4460c9e97a * 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
483d9a77e1 Update to 0.2.2, changes undocumented. 2011-05-18 14:53:47 +00:00
wiz
3cee65f7be 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