diff options
author | obache <obache@pkgsrc.org> | 2010-09-15 00:59:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-15 00:59:02 +0000 |
commit | 975f1cfd2f23d61a770a55c7a6aae09ca119c57e (patch) | |
tree | 57ac54f29a59eb94e71ee2c6aabd925d110cbdc7 /converters/p5-nkf | |
parent | 32175f51f5fa72967675378e8376f1853ff60209 (diff) | |
download | pkgsrc-975f1cfd2f23d61a770a55c7a6aae09ca119c57e.tar.gz |
Update nkf to 2.11, a.k.a. 2.1.1.
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.
Diffstat (limited to 'converters/p5-nkf')
-rw-r--r-- | converters/p5-nkf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile index 94ec63d67c3..276f2ba9744 100644 --- a/converters/p5-nkf/Makefile +++ b/converters/p5-nkf/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2010/08/21 16:32:51 seb Exp $ +# $NetBSD: Makefile,v 1.21 2010/09/15 00:59:03 obache Exp $ # .include "../../converters/nkf/Makefile.common" -PKGNAME= p5-nkf-2.10 -PKGREVISION= 1 +PKGNAME= p5-nkf-2.11 SVR4_PKGNAME= p5nkf CATEGORIES= japanese converters perl5 |