Commit graph

1465 commits

Author SHA1 Message Date
jperkin
3643a8a03d Needs zlib. 2014-01-09 09:32:21 +00:00
ryoon
677b8b373f Update to 6.0.4
Changelog:
2013-12-30: Version 6.0.4

  * New options -ul and -ub to convert UTF-16 files without BOM.
  * New Russian translation of the messages.
  * Build 32 bit Windows binaries with Large File Support (LFS)
    by using mingw-w64 for 32 bit Windows.
  * When a binary symbol is encountered the value is printed.
2014-01-08 15:14:03 +00:00
jperkin
12c9b78dd0 Needs zlib. 2014-01-08 10:19:16 +00:00
wiz
c365b6de28 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:13:17 +00:00
wiz
9315218774 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:10:36 +00:00
rodent
ef8a8a7c3f Update to latest release, 3.3.1. Add:
PYTHON_VERSIONS_ACCEPTED=       33 27 26
PYTHON_VERSIONS_INCLUDE_3X=     yes

Not clear from documentation if this package works with python32.

From CHANGES.txt:

Version 3.3.1 released 2013-10-05

* JSONDecodeError exceptions can now be pickled
  https://github.com/simplejson/simplejson/pull/78

Version 3.3.0 released 2013-05-07

* Unpaired surrogates once again pass through the decoder, to match older
  behavior and the RFC-4627 spec.
  https://github.com/simplejson/simplejson/issues/62

Version 3.2.0 released 2013-05-01

* New ignore_nan kwarg in encoder that serializes out
  of range floats (Infinity, -Infinity, NaN) as null for ECMA-262
  compliance.
  https://github.com/simplejson/simplejson/pull/63
* New for_json kwarg in encoder to make it possible to for
  subclasses of dict and list to be specialized.
  https://github.com/simplejson/simplejson/pull/69

Version 3.1.3 released 2013-04-06

* Updated documentation to discourage subclassing whenever possible.
   default, object_hook, and object_pairs_hook provide almost all of
   the functionality of subclassing.

Version 3.1.2 released 2013-03-20

* Updated documentation to reflect separators behavior when indent is
  not None
  https://github.com/simplejson/simplejson/issues/59
* Test suite should be compatible with debug builds of Python 2.x and 3.x
  https://github.com/simplejson/simplejson/pull/65

Version 3.1.1 released 2013-02-21

* setup.py now has another workaround for Windows machines without
  MSVC installed
  http://bugs.python.org/issue7511

Version 3.1.0 released 2013-02-21

* Updated JSON conformance test suite
  http://bugs.python.org/issue16559
* simplejson.tool tests and bugfix for Python 3.x
  http://bugs.python.org/issue16549
* Improve error messages for certain kinds of truncated input
  http://bugs.python.org/issue16009
* Moved JSONDecodeError to json.scanner (still available for import
  from json.decoder)
* Changed scanner to use JSONDecodeError directly rather than
  StopIteration to improve error messages

Version 3.0.9 released 2013-02-21

* Fix an off-by-one error in the colno property of JSONDecodeError
  (when lineno == 1)
  http://bugs.python.org/issue17225

Version 3.0.8 released 2013-02-19

* Fix a Python 2.x compiler warning for narrow unicode builds
  https://github.com/simplejson/simplejson/issues/56

Version 3.0.7 released 2013-01-11

* NOTE: this release only changes the license.
* simplejson is now dual-licensed software, MIT or AFL v2.1. It is
  also made explicit that this code is also licensed to the PSF under
  a Contributor Agreement.

Version 3.0.6 released 2013-01-11

* Fix for major Python 2.x ensure_ascii=False encoding regression
  introduced in simplejson 3.0.0. If you use this setting, please
  upgrade immediately.
  https://github.com/simplejson/simplejson/issues/50

Version 3.0.5 released 2013-01-03

* NOTE: this release only changes the tests, it is
  not essential to upgrade
* Tests now run with deprecation warnings printed
* Fixed Python 3 syntax error in simplejson.tool
  https://github.com/simplejson/simplejson/issues/49
* Fixed Python 3.3 deprecation warnings in test suite
  https://github.com/simplejson/simplejson/issues/48

Version 3.0.4 released 2013-01-02

* MSVC compatibility for Python 3.3
  https://github.com/simplejson/simplejson/pull/47

Version 3.0.3 released 2013-01-01

* Fixes for bugs introduced in 3.0.2
* Fixes for Python 2.5 compatibility
* MSVC compatibility for Python 2.x
  https://github.com/simplejson/simplejson/pull/46

Version 3.0.2 released 2013-01-01

* THIS VERSION HAS BEEN REMOVED
* Missed a changeset to _speedups.c in the 3.0.1 branch cut

Version 3.0.1 released 2013-01-01

* THIS VERSION HAS BEEN REMOVED
* Add accumulator optimization to encoder, equivalent to the usage of
  `_Py_Accu` in the Python 3.3 json library. Only relevant if encoding
  very large JSON documents.

Version 3.0.0 released 2012-12-30

* Python 3.3 is now supported, thanks to Vinay Sajip
  https://github.com/simplejson/simplejson/issues/8
* `sort_keys`/`item_sort_key` now sort on the stringified verison of the
  key, rather than the original object. This ensures that the sort
  only compares string types and makes the behavior consistent between
  Python 2.x and Python 3.x.
* Like other number types, Decimal instances used as keys are now
  coerced to strings when use_decimal is True.
2014-01-03 06:11:46 +00:00
wiz
900f9003bc Update to 2.2.1, changelog not found. 2014-01-02 17:55:40 +00:00
schmonz
cc8d93c052 Fix previous for OS X 10.9 with clang (and maybe other non-glibc systems). 2014-01-01 15:50:01 +00:00
wiz
f60b5dbcf2 Remove unneeded patches. ok joerg 2013-12-31 17:29:03 +00:00
ryoon
0aa5a923a6 Fix build on Linux with glibc>=2.16, for example, Fedora 22. 2013-12-31 10:14:14 +00:00
obache
d1f9aa7851 Update skf to 1.99.7.
skf (1.99.7)

  * ruby 2.1.0 support
  * fix bug in MIME encoding under early_mime_out mode
  * further nkf-compatibility
  * trim some terminal sequence sweep behaviors
  * UnicodeData undated to 6.3
  * fix nkf compatible option --cp932 behavior
  * fix some bugs
2013-12-27 08:32:05 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wiz
9ec0f7be40 Update to 0.19.6:
Overview of changes between 0.19.5 and 0.19.6
=============================================
* Fix two minor bidi bugs.
* Build with new libtool to support ppc64le.
2013-12-11 19:45:28 +00:00
wiz
5994e1d598 Remove zlib workaround now that zlib.pc generation for builtin is fixed. 2013-12-11 07:52:25 +00:00
wiz
660ef0258a Unbreak for builtin zlib.
Improve HOMEPAGE.
2013-12-09 15:00:39 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
taca
fde87ca0cf Update ruby-unf to 0.1.3.
## 0.1.3 (2013-10-25)

Features:

  - Make UNF::Normalizer.instance thread-safe, and deprecate .new.
    (GH #5)
2013-12-08 16:37:52 +00:00
wiz
6b15ad4451 Update to 2.27203:
2.27203  Thu Oct 17 19:38:55 2013
	- fixed return/or in _incr_parse
	  reported and patched by MAUKE, sprout and rjbs
	  https://rt.cpan.org/Public/Bug/Display.html?id=86948
2013-12-07 00:44:26 +00:00
richard
2e8b7a842d add support for mdds and let pkg-config find zlib now.
reduce autotools requirements and make sure pthreads are used.
TODO: libixion support (once it is added to pkgsrc)
2013-11-30 16:11:15 +00:00
dholland
595d62c7c4 smbchartool-2.3a_3.0a.diff.gz changed upstream.
(The timestamp in the gzip header changed from January 2005 to November
2007; go figure.)

To cope with this, set DIST_SUBDIR, update the distinfo, and bump
PKGREVISION to 5.
2013-11-28 06:33:49 +00:00
obache
95a2a3390c Update nkf to 2.13, a.k.a. 2.1.3.
* merge NKF_python
* improve guess option
* misc bug fixes
2013-11-25 11:03:39 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
dholland
333c4e2656 Fix broken build with gcc 4.5. 2013-11-22 15:43:05 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
obache
6923e8daca + pyzy 2013-10-23 11:42:47 +00:00
obache
ef869040bb Import pyzy-0.1.0 as converters/pyzy.
This is the Chinese PinYin / Bopomofo (a.k.a Zhuying) conversion library.
You can easily write an application which handles the Chinese with it.
2013-10-23 11:41:25 +00:00
wiz
b321a30260 Update to 0.0.31: changes undocumented. 2013-10-22 11:38:48 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
664ae001a3 Update to 0.99:
0.99  Sun Sep  1 12:46:14 2013
    - by default out-of-range values are treated as if it were U+FFFD
      when UCA_Version >= 22.
    - supported overriding out-of-range values (see 'overrideOut' in POD).
    - modified tests: override.t, illegal.t in t.

0.98  Sat Jun 15 19:44:06 2013
    - typo (see [rt.cpan.org #85655] typo fixes)
2013-10-02 10:59:39 +00:00
wiz
f9a63326d8 Update to 0.37:
0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Windows and C89 fixes
  - Band-aid: Skip test failing due to hash-randomization [Zefram]
2013-10-02 10:58:19 +00:00
wiz
402dc63425 Update to 0.37:
0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Remove spurious SvREFCOUNT_dec, previously causing
    memory management problems on some vary invalid
    input data.
  - Fixed a memory leak on exception.
2013-10-02 10:57:46 +00:00
wiz
f18406c40d Update to 0.18:
0.18  Mon Jul 23 2012
        - Add IO::Wrap dependency to Makefile.PL (RT78412).
        - Change longname() to detect names in newer versions of Outlook.
          (RT78484)
2013-10-02 10:55:18 +00:00
wiz
63f3b5095d Update to 1.123:
1.123 2013-09-06
	- Fixed pod error in debinhex and added pod tests
2013-10-02 10:54:22 +00:00
joerg
8e78102a7c Continue on unused constants for Clang. 2013-09-29 10:17:34 +00:00
joerg
8c62a2b9a0 Update to 0.1.11 to fix the build with Clang due to a broken text
manipulation. Changes include:

- Improved support for various inputs.
- Refactorting
- Bug fixes
2013-09-17 21:17:43 +00:00
taca
e9b8f6fb00 Update ruby-unf to 0.1.2.
## 0.1.2 (2013-08-12)

Features:

  - Add license to gemspec.

  - Adjust dependencies for Ruby 1.8 to satisfy bundler.
2013-09-13 12:37:21 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
joerg
8e214bea8e Make warnings about C++11 features (boost) and unknown pragmas
non-fatal.
2013-08-31 14:45:19 +00:00
wen
87dd96f4bb Update to 0.09
Upstream changes:
0.09    CHANGES:
         * Add ->chroma method to HSV and HSL spaces
         * Add distance metrics in HSV and HSL spaces
         * Allow palette spaces to perform custom closest-match in any color
           space by using its distance metric
2013-08-27 02:18:30 +00:00
wen
3cce96270a Update to 1.122
Upstream changes:
1.122 2013-08-25
    - Added unit tests for OO and CRC code

1.121 2013-08-23
    - Changes file reformatted thanks to Neil Bowers (NEILB)
    - Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync

1.120 2013-08-22
    - First CPAN release by Stephen Nelson (STEPHEN),
      who's now maintaining this module.
2013-08-27 02:15:55 +00:00
jaapb
a53ef5a428 Updated package to latest version, 0.9.9. Removed obsolete patches, took over
maintainership (all this okayed by the old maintainer, Jeremy C. Reed).

Changes from 0.9.2 include (apart from various bugfixes):
- WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso)
- Metadata for wpd2html (David Hislop)
- Change source code layout so that public headers be in inc/ and its
  subdirectories
- libwpd.h and libwpd-stream.h are not generated headers anymore
- Change the way we get version from libwpd build
- Improvements to WPXOLEStream class
- Added MPL2+ to the licenses libwpd is released under
- Revert an accidental ABI change in WPXPropertyList
- Link the Windows static libraries with DLL runtimes
- libwpd-stream: Add experimental support for ZIP storages
- libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum
  (Be sure that you are at offset 0 using it and check return value
  in order to be compatible with lower versions of libwpd)
- New Visual Studio 2008 and Visual Studio 2010 build files
- Don't output points as integer. This solves some rounding issues along
  with possibility of writing 10.5 point font size (Fridrich)
- General improvement of code quality by buiding with -Weffc++ option (Fridrich)
- Improvement of textbox code (Laurent Alonso)
- Improvement of arabic charset mapping (Smokey Ardisson)
- Build system rewrite and improvement (Tomas Chvatal)
- Cleanup of return values (Thomas Klausner)
- Conversion of extended characters in WP 42 parser (Fridrich)
2013-08-24 21:50:24 +00:00
jaapb
c57845758b Added subdir orcus. 2013-08-24 16:13:21 +00:00
jaapb
b4d250296d Packaged converters/orcus, a library that deals with spreadsheet documents
(libreoffice dependency).
2013-08-24 16:12:10 +00:00
jaapb
cb840739ee Added subdir libmwaw. 2013-08-24 16:10:36 +00:00
jaapb
031104521b Packaged converters/libmwaw, a library for reading old (pre-MacOS X)
Mac documents. Dependency of libreoffice.

(pkglint complains about C not being added to USE_LANGUAGES; this is fine,
the package only uses C++)
2013-08-24 16:09:56 +00:00
jaapb
be8f0ab1a6 added libmspub package 2013-08-24 16:07:52 +00:00
jaapb
b1298e9adb Packaged converters/libmspub, a library for importing Microsoft Publisher
documents (used by libreoffice).

(pkglint complains about c not being added to USE_LANGUAGES; this is fine,
as the package only uses c++)
2013-08-24 16:06:56 +00:00
wen
314a54e5e8 Update to 1.35
Upstream changes:
1.35 Tue Aug 13 19:50:55 PDT 2013
    - improve conversion of certain composed characters to MARC8

      Some characters should not be fully decomposed
      before converting them to MARC8.  This patch adds
      a table of such characters, based on Annex A of
      http://www.loc.gov/marc/marbi/2006/2006-04.html
      and on some sample records provided by Jason
      Stephenson of MVLC.

    - recognize G0 and G1 characters properly

      When converting from MARC8 to UTF8, MARC::Charset now
      properly recognizes if a (single-byte) MARC8 character falls
      in G0 or G1.

      This is part of the fix for RT#63271 (converting characters
      in the Extended Cyrillic character set), but should also
      fix similar issues with converting characters in the extended
      Arabic set.

      This commit also means that all MARC8 character sets that support
      both G0 and G1 wll be properly converted, regardless of whether
      they're currently set as the G0 or G1 character set.  For example,
      it is now possible to convert Extended Latin as G0 or Basic Latin
      as G1.

      This fixes RT#63271

    - have MARC::Charset::Code->marc_value() handle G0/G1 conversion

      Since there's at present no need to do things like have
      ANSEL be the G0 character set when converting from UTF8 to
      MARC8, this commit centralizes the logic for deciding
      whether to return the G0 or G1 MARC8 representation of a
      character.

      Also add MARC::Charset::Code->g0_marc_value(), which returns
      the G0 representation of the character for use by the
      character DB.

    - New test cases for converting Vietnamese and Extended Cyrillic
      text.

1.34 Mon Feb 11 09:10:35 PST 2013
    - RT#83257: use AnyDBM_File rather than hardcode GDBM_File

      To improve portability, use AnyDBM_File to select a DBM
      rather than rely on GDBM_File.  GDBM_File apparently used
      to be a core module, but not all distributions included it,
      particularly OS X.  In any event, GDBM_File is no longer
      core.

      This patch also includes a tweak to allow MARC::Charset to
      work with NDBM_File and ODBM_File, neither of which
      support 'exists'.

      I've tested MARC::Charset successfully on the following
      DBMs:

      - GDBM_File
      - DB_File
      - NDBM_File
      - ODBM_File
      - SDBM_File

      This is also my preferred order; SDBM_File is selected last
      because it produces the biggest data file on disk.

    - RT#38912: fix mapping of double diacritics (ligature and double
      tilde).
      Thanks to Thomas P. Ventimiglia for the bug report and test case.
2013-08-15 08:02:23 +00:00
wiz
299741b541 Do not install empty man pages (they confuse makemandb).
Bump PKGREVISION.

Reported upstream at https://bugs.freedesktop.org/show_bug.cgi?id=67714
2013-08-03 15:08:38 +00:00
obache
86a0a7cd26 Update skf to 1.99.6.
skf (1.99.6)

  * Fix typo on LWL error process
  * Fix cygwin python3 compilation

 -- Seiji Kaneko <efialtes@sourceforge.jp> Fri, 26 Jul 2013 23:13:36 +0900

skf (1.99.5)

  * Fix x-0213 unicode mapping
  * further nkf-compatibility
  * fix utf-16 code detection is escaping too early.
  * support UTF-32 input
2013-08-01 12:41:01 +00:00
ryoon
5cd22e8d15 Fix build under Cygwin. 2013-07-26 12:54:39 +00:00
joerg
4c8518dd65 Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
schmonz
1d628f26e0 Update to 3.14. From the changelog:
* Install to 'site' instead of 'perl' when perl version is 5.12+
2013-07-10 02:26:11 +00:00
wiz
918594a102 Add license, now that it's in pkgsrc. 2013-07-09 21:39:32 +00:00
taca
6058dfe237 No need to specify GEM_CLEANBUILD and fix PLIST.
Bump PKGREVISION.
2013-07-07 15:18:11 +00:00
wiz
a5a117b93c + p5-Unicode-EastAsianWidth 2013-07-04 15:59:11 +00:00
wiz
c21c50e632 Import p5-Unicode-EastAsianWidth-1.33 as converters/p5-Unicode-EastAsianWidth.
This module provide user-defined Unicode properties that deal with
width status of East Asian characters, as specified in
http://www.unicode.org/unicode/reports/tr11/.
2013-07-04 15:58:56 +00:00
sno
04d2c4a3ee Updating package for CPAN distribution JSON-Any in onverters/p5-JSON-Any
from 1.29nb2 to 1.30.

Upstream changes:
1.30    2013-06-15
    * Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424 &
      RT#67967. (perigrin)
    * Fix documentation bug RT#86065.
2013-07-03 16:24:57 +00:00
sno
562ce62ca8 Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XS
from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34).

Upstream changes from 2.33:
2.34 Thu May 23 11:30:34 CEST 2013
	- work around bugs in perl 5.18 breaking more than 100
          widely used modules, without a fix in sight because
          p5pers don't care about CPAN anymore.
	- when canonicalising, only allocate up to 64 hash key
          pointers on the stack. for larger hashes, use the heap,
          to avoid using too much stackspace.
        - discuss the problem with setlocale (reported by a few victims).
2013-07-03 13:41:10 +00:00
sno
8cf7be08c2 Updating package for CPAN distribution JSON in converters/p5-JSON from
2.58nb1 to 2.59.

Upstream changes:
2.59  Wed Jun  5 14:35:54 2013
	- PUREPERL_ONLY support was not supported...
	    and finally remove all PP options from Makefile.PL.
	- recommend JSON::XS instead of conditionally requiring it
	     patched by miyagaw
	  ( for example, $ cpanm --with-recommends JSON)
	- Hide more packages from PAUSE (and other stuff)
	     patched by miyagawa
2013-07-03 13:38:50 +00:00
wiz
c6e25c6286 Update to 1.43.3:
Version 1.43		Jun 4, 2013

  * Add explicit include syntax for prepending, replacing or appending to
    generated output for a section.
2013-07-03 08:11:36 +00:00
sno
c82c4c7660 Added packages p5-Sereal-Decoder and p5-Sereal-Encoder 2013-07-03 07:01:18 +00:00
sno
aa261826c7 Adding package for CPAN distribution Sereal-Encoder version 0.36 into
converters/p5-Sereal-Encoder.

This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.

The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.
2013-07-03 06:44:22 +00:00
sno
d8f7b85580 Adding package for CPAN distribution Sereal-Decoder 0.36 into
converters/p5-Sereal-Decoder.

This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal. Its sister module
Sereal::Encoder implements an encoder for this format. The two are released
separately to allow for independent and safer upgrading.

The Sereal protocol version that is compatible with this decoder
implementation is currently protocol version 1. As it stands, it will
refuse to attempt to decode future versions of the protocol, but there
is likely going to be an option to decode the parts of the input that
are compatible with version 1 of the protocol. The protocol was designed
to allow for this.
2013-07-03 06:41:50 +00:00
wiz
9316bebfd3 Update to 1.43.2:
Version 1.43		Jun 4, 2013

  * Add explicit include syntax for prepending, replacing or appending to
    generated output for a section.
2013-06-14 21:07:49 +00:00
taca
29ff9367db Update ruby-unf to 0.1.1.
* Add rdoc.
* Add ruby-head and jruby-head.
* Make "rake test" and "rake rdoc" work.
* It is perfectly fine with newer bundler.
2013-06-14 16:46:12 +00:00
rodent
a18cc9f996 Update to latest release. Use options framework to all user to build a
statically linked package. Buildlink pthread. Simplify HOMEPAGE. USE .bz2
distfile. From NEWS:

Version 3.4.2 (2013.3.1)
------------------------
* Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)

Release Note:
Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
bug have been fixed.
2013-06-09 13:48:50 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
adam
4b2b836b25 Changes 1.42.1:
* Update Vietnamese translation.
* Update Croatian translation.
* Consistently strip path and/or libtool "lt-" prefix from any instance
  of $program derived from --help or --version.
2013-05-29 20:15:38 +00:00
wen
b8ff6ee850 Update to 2.58
Upstream changes:
2.58 Thu May 23 09:04:37 2013
	- support PUREPERL_ONLY install option. (rt#84876)
	   (PERL_ONLY and NO_XS are not yet removed)
	- stop installing JSON::XS automatically on Perl 5.18
2013-05-23 08:16:56 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
joerg
cf39373d08 Use full path. 2013-04-27 23:05:50 +00:00
sbd
87b94069aa Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
obache
058a8366f0 Update skf to 1.99.4.
skf (1.99.4) Sun, 21 Apr 2013 20:24:34 +0900

  * fix in-place suffix stores uninitialized heap area.
  * fix 1.93.3 remaining debug routine
  * fix katakana-zen-han conversion bug
  * utf-16be doesn't properly set default endian.
2013-04-21 13:39:17 +00:00
ryoon
2ee6d43255 Update to 2.57
Changelog:
2.57
	- t/x17_strage_overload.t didn't work correctly.

2.56  Sat Apr  6 09:58:32 2013
	- fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)

2.55
	- update JSON::BackportPP version

2.54  Fri Apr  5 16:15:08 2013
	- fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
	    pathced by mbeijen and modified with demerphq's patch
	- Fixed some spelling (by briandfoy)
	- fixed sppeling (by Perlover)
	- enhanced documents (Thanks to Justin Hunter and Olof Johansson)
	- changed backend module loading for overloaded object behavior
	                                        (reported by tokuhirom)
2013-04-21 12:49:01 +00:00
rodent
927847e57c +gbase 2013-04-17 01:19:49 +00:00
rodent
80b9a9e08e Import gbase-0.5 as converters/gbase.
GBase is a GTK program designed to convert between the four common bases used in
programming (decimal, hexadecimal, octal and binary). It converts numbers
on-the-fly as they are typed in. It can also convert numbers entered on the
command line. It can correctly handle both signed and unsigned 32-bit integers.
2013-04-17 01:19:03 +00:00
adam
9e6d8fcaf1 Changes 1.41.2:
* Update Vietnamese translation
* Update Croatian translation
* Update Brazilian Portuguese translation
2013-04-16 14:28:52 +00:00
obache
9cab89355e Update skf to 1.99.3.
skf (1.99.3) Thu, 11 Apr 2013 20:14:07 +0900

  * fix skfoFILE definition
  * fix ruby 2.0.0 header file inclusion
  * fix unexpected non-registered codeset name use
2013-04-16 11:22:29 +00:00
wiz
1a6f62abe5 Update to 1.41.1:
Version 1.41		December 31, 2012

  * Set filenames in italics.
  * Suppress option/filename handling in EXAMPLES section.
  * Add Croatian translation.
  * Add Serbian translation.
2013-04-10 11:12:28 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
obache
cacb4ea489 Updatge skf to 1.99.2.
* fix MinGW compilation
  * ruby 2.0 support
  * fix type conflict on output side
2013-04-07 10:34:48 +00:00
rodent
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
dea2f05b46 ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
hiramatsu
63fcf27783 Update Unicode-Collate to 0.97.
Changes from previous:
----------------------
0.97  Sat Dec 22 14:25:50 2012
    - bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to
      DUCET for completely ignorable characters, even though the collator
      don't use DUCET.
    - separated t/notable.t from t/test.t.

0.96  Sat Dec 15 19:43:10 2012
    - special noncharancter tailorings ('highestFFFF' and 'minimalFFFE')
      * some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy,
        kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur.
    - U::C::Locale now allows 'entry' to add or override mappings.
    - bug fix: using DUCET through XS wrongly prevented completely ignorable
      characters from tailoring.
    - modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t,
      loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t,
      loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t,
      loc_ur.t, nonchar.t in t.
2013-04-02 01:24:13 +00:00
jperkin
9d4d4d9bbf Convert -shared to -dynamiclib on OSX 10.5. Greatly helps my bulk
builds.
2013-03-25 17:58:32 +00:00
wiz
2212d9ef33 Bump PKGREVISION for more files in PLIST. 2013-03-15 18:57:17 +00:00
drochner
b96684b1e1 build cleanup 2013-03-15 18:40:53 +00:00
wen
1e292edf7d Update to 2.27202
Upstream changes:
2.27202  Wed Mar 13 15:41:22 2013
	- license in Makefile.PL was missing

2.27201  Wed Mar 13 13:22:33 2013
	- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
          (because of hash iterator randomization)
          reported and patched by demerphq
          https://rt.cpan.org/Public/Bug/Display.html?id=83421
2013-03-13 14:48:24 +00:00
taca
f679b6e084 ruby-unf_ext to 0.0.6.
* Provide UNF::Normalizer::VERSION.
* No functional change.
2013-03-10 13:09:33 +00:00
pettai
e67b53b960 Update description 2013-03-05 20:08:37 +00:00
pettai
1e27cc464b Perl extension for hexdumping arbitrary data.
Hexify formats arbitrary (possible binary) data into a format
suitable for hex dumps in the style of xd or hexl.
2013-03-05 20:05:57 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00