diff options
author | taca <taca@pkgsrc.org> | 2005-06-25 03:26:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-06-25 03:26:15 +0000 |
commit | 32499a3f23b0f9be806d98e5e6dbf31fe48c46a2 (patch) | |
tree | 268d616f26f83adef026cd1ff743a96bc16320d9 /converters/p5-nkf | |
parent | 9f5081fdbeed24389a673f909e8593caba1374bf (diff) | |
download | pkgsrc-32499a3f23b0f9be806d98e5e6dbf31fe48c46a2.tar.gz |
Update converters/p5-nkf package to 2.05.
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.
Diffstat (limited to 'converters/p5-nkf')
-rw-r--r-- | converters/p5-nkf/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-nkf/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile index 1e1eb912289..9efbb391e82 100644 --- a/converters/p5-nkf/Makefile +++ b/converters/p5-nkf/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/25 03:26:15 taca Exp $ # -DISTNAME= nkf204 -PKGNAME= p5-nkf-2.04 +DISTNAME= nkf205 +PKGNAME= p5-nkf-2.05 SVR4_PKGNAME= p5nkf -PKGREVISION= 1 CATEGORIES= japanese converters perl5 MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/ diff --git a/converters/p5-nkf/distinfo b/converters/p5-nkf/distinfo index dd5dacdcac8..6d2f702fbde 100644 --- a/converters/p5-nkf/distinfo +++ b/converters/p5-nkf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 16:12:34 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/06/25 03:26:15 taca Exp $ -SHA1 (nkf204.tar.gz) = fec166bdb30ac6d9b7272776b56648ed14fb6eac -RMD160 (nkf204.tar.gz) = a5a83c0957d8d7cf59691ac0df6b170c91d11bb5 -Size (nkf204.tar.gz) = 107085 bytes +SHA1 (nkf205.tar.gz) = 78f1321d0dec16dd9bb6f046a349aadc86c027b4 +RMD160 (nkf205.tar.gz) = 55d48e281f6491c299897c3f22c3f0a2b2a13b16 +Size (nkf205.tar.gz) = 149809 bytes |