summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2013-07-04+ p5-Unicode-EastAsianWidthwiz1-1/+2
2013-07-04Import p5-Unicode-EastAsianWidth-1.33 as converters/p5-Unicode-EastAsianWidth.wiz3-0/+24
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-03Updating package for CPAN distribution JSON-Any in onverters/p5-JSON-Anysno2-7/+6
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-03Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XSsno2-7/+6
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-03Updating package for CPAN distribution JSON in converters/p5-JSON fromsno2-7/+6
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-03Update to 1.43.3:wiz2-6/+6
Version 1.43 Jun 4, 2013 * Add explicit include syntax for prepending, replacing or appending to generated output for a section.
2013-07-03Added packages p5-Sereal-Decoder and p5-Sereal-Encodersno1-1/+3
2013-07-03Adding package for CPAN distribution Sereal-Encoder version 0.36 intosno3-0/+30
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-03Adding package for CPAN distribution Sereal-Decoder 0.36 intosno3-0/+34
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-06-14Update to 1.43.2:wiz2-7/+6
Version 1.43 Jun 4, 2013 * Add explicit include syntax for prepending, replacing or appending to generated output for a section.
2013-06-14Update ruby-unf to 0.1.1.taca3-7/+8
* Add rdoc. * Add ruby-head and jruby-head. * Make "rake test" and "rake rdoc" work. * It is perfectly fine with newer bundler.
2013-06-09Update to latest release. Use options framework to all user to build arodent3-8/+24
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-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz3-6/+6
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron5-10/+10
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz5-9/+10
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-05-31Bump all packages for perl-5.18, thatwiz45-80/+90
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-29Changes 1.42.1:adam2-6/+6
* 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-23Update to 2.58wen2-6/+6
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-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-04-27Use full path.joerg1-2/+2
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd2-4/+4
2013-04-21Update skf to 1.99.4.obache2-7/+7
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-21Update to 2.57ryoon2-7/+6
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-17+gbaserodent1-1/+2
2013-04-17Import gbase-0.5 as converters/gbase.rodent5-0/+60
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-16Changes 1.41.2:adam2-15/+15
* Update Vietnamese translation * Update Croatian translation * Update Brazilian Portuguese translation
2013-04-16Update skf to 1.99.3.obache2-7/+7
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-10Update to 1.41.1:wiz2-6/+6
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-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-04-07Updatge skf to 1.99.2.obache3-12/+12
* fix MinGW compilation * ruby 2.0 support * fix type conflict on output side
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent1-2/+2
2013-04-06".for variable names should not contain uppercase letters"rodent1-4/+4
2013-04-06Fixes:rodent1-4/+4
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-02Update Unicode-Collate to 0.97.hiramatsu2-6/+6
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-03-25Convert -shared to -dynamiclib on OSX 10.5. Greatly helps my bulkjperkin1-1/+9
builds.
2013-03-15Bump PKGREVISION for more files in PLIST.wiz1-1/+2
2013-03-15build cleanupdrochner4-29/+30
2013-03-13Update to 2.27202wen2-7/+6
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-10ruby-unf_ext to 0.0.6.taca3-8/+9
* Provide UNF::Normalizer::VERSION. * No functional change.
2013-03-05Update descriptionpettai1-2/+1
2013-03-05Perl extension for hexdumping arbitrary data.pettai4-1/+27
Hexify formats arbitrary (possible binary) data into a format suitable for hex dumps in the style of xd or hexl.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron2-4/+4
2013-02-22Update pkgsrc patch to support SunOS as well as BSD.jperkin2-11/+15
2013-02-16Recursive bump for png-1.6.wiz4-7/+8
2013-02-15recursive bump from boost-lib shlib update.obache1-1/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Update to 6.0.3ryoon2-7/+6
Changelog: 2013-01-25: Version 6.0.3 * Source code compiles with Microsoft Visual C. * Print system error when writing output fails.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam4-7/+8
2013-01-16Update skf to 1.99.1.obache2-8/+7
skf (1.99.1) * fix wrong initialization for BIG5-UAO table *
2013-01-10(1) Bump version 0.10.9 to 0.19.5 based on PR pkg/47410mef5-68/+0
Deleting renamed patches.