diff options
author | taca <taca@pkgsrc.org> | 2005-06-25 03:23:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-06-25 03:23:03 +0000 |
commit | 9f5081fdbeed24389a673f909e8593caba1374bf (patch) | |
tree | 0466500bda4a440cddf7c5adae9563a2820359a7 /converters | |
parent | 79bb34b4fd479c71f458bc215b36f84c18f8524b (diff) | |
download | pkgsrc-9f5081fdbeed24389a673f909e8593caba1374bf.tar.gz |
Update converters/nkf 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')
-rw-r--r-- | converters/nkf/Makefile | 6 | ||||
-rw-r--r-- | converters/nkf/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/nkf/Makefile b/converters/nkf/Makefile index e9c30c86fc8..2281bd2269b 100644 --- a/converters/nkf/Makefile +++ b/converters/nkf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/25 03:23:03 taca Exp $ -DISTNAME= nkf204 -PKGNAME= nkf-2.04 +DISTNAME= nkf205 +PKGNAME= nkf-2.05 CATEGORIES= japanese converters MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/ diff --git a/converters/nkf/distinfo b/converters/nkf/distinfo index dd5dacdcac8..da026b9b453 100644 --- a/converters/nkf/distinfo +++ b/converters/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:23:03 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 |