Commit graph

1219 commits

Author SHA1 Message Date
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