summaryrefslogtreecommitdiff
path: root/converters/p5-nkf
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-11-25Update nkf to 2.13, a.k.a. 2.1.3.obache1-3/+2
* merge NKF_python * improve guess option * misc bug fixes
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-09-09Update nkf to 2.12.obache1-3/+2
* fixes decoding of Q-encoded UTF-8 [nkf-bug:55125] * misc test and document fixes.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-15Update nkf to 2.11, a.k.a. 2.1.1.obache1-3/+2
bug fix release * add MS_Kanji as alias of Shift_JIS. * fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and eucJP-ascii. * fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220. * other some bug fixes.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-11-19SUBST workaround is not required anymore after update to 2.10.obache1-6/+1
2009-11-19Update nkf (and p5-nkf) to 2.10.obache1-2/+3
(while here, added commented out LICENSE=zlib-liccense) This release is maintainance release, mainly for bug fixes. * Add install target to Makefile * Let to recognize hankaku-kana in 8bit JIS * Fixes perl module build * Fixes no effect of -Z1, -Z2 and -Z0 option * Fixes input specification for UTF-16 and UTF-32 * Fixes missing BOM output for UTF-32. * Fixes miss guesses and output for 4bytes UTF-8
2009-01-22Update nkf to 2.09.obache2-12/+13
While here, add support of self test if PKGSRC_RUN_TEST=YES, and let p5-nkf to sync with nkf. Changes: * Add -Z4 option. Convert JIS X 0208 KANA to JIS X 0201 KANA (ZENKAKU to HANKAKU). * Add -g=0, -g=1, --guess=0 and --guess=1 option. guesses linefeed code. * Add some comple option. See also config.h for more information. * Some bug fixes. * Change license from original one to zlib's one. * Change SCM from CVS to Git.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-25Update HOMEPAGE to proper URL.taca1-2/+2
2005-06-25Update converters/p5-nkf package to 2.05.taca2-8/+7
1. Added --guess option which print guessed character encoding. 2. Added --cp932inv options which enable to make some characters conversion compatible with Code Page 932 (CP932) when converting to Shift_JIS. 3. Added --prefix option. When converting to Shift_JIS, second byte of converted character may be "meta" character. --prefix option allow escape these characters. 4. Added support for JIS X 0212.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-04-11Update p5-nkf package to 2.04. UTF-8 and MIME support were added.taca2-8/+9
2004-04-11Convert to buildlink3 and fix a typo in DESCR.snj2-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-05-31Reimport of package p5-nkf from japanese/p5-nkf into converters/p5-nkf.seb4-0/+34
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.