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 | |
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')
-rw-r--r-- | converters/nkf/Makefile | 4 | ||||
-rw-r--r-- | converters/nkf/Makefile.common | 6 | ||||
-rw-r--r-- | converters/nkf/distinfo | 8 | ||||
-rw-r--r-- | converters/p5-nkf/Makefile | 5 |
4 files changed, 11 insertions, 12 deletions
diff --git a/converters/nkf/Makefile b/converters/nkf/Makefile index e0e88b1c60f..e8e7896b8d0 100644 --- a/converters/nkf/Makefile +++ b/converters/nkf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2009/11/19 05:42:02 obache Exp $ +# $NetBSD: Makefile,v 1.14 2010/09/15 00:59:02 obache Exp $ .include "${.CURDIR}/Makefile.common" -PKGNAME= nkf-2.10 +PKGNAME= nkf-2.11 CATEGORIES= japanese converters MAINTAINER= cjs@NetBSD.org diff --git a/converters/nkf/Makefile.common b/converters/nkf/Makefile.common index ad740588982..999d85275d7 100644 --- a/converters/nkf/Makefile.common +++ b/converters/nkf/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2009/11/19 05:42:02 obache Exp $ +# $NetBSD: Makefile.common,v 1.3 2010/09/15 00:59:02 obache Exp $ # used by converters/nkf/Makefile # used by converters/p5-nkf/Makefile -DISTNAME= nkf-2.1.0 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nkf/44486/} +DISTNAME= nkf-2.1.1 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nkf/48945/} HOMEPAGE= http://sourceforge.jp/projects/nkf/ diff --git a/converters/nkf/distinfo b/converters/nkf/distinfo index 0928f13424c..811c6b41515 100644 --- a/converters/nkf/distinfo +++ b/converters/nkf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/11/19 05:42:02 obache Exp $ +$NetBSD: distinfo,v 1.8 2010/09/15 00:59:02 obache Exp $ -SHA1 (nkf-2.1.0.tar.gz) = 6c88c12d973abbdb4c61ade47a470e01f7bbcc95 -RMD160 (nkf-2.1.0.tar.gz) = 77cf750e00fbc6b7b2178a25c152a4ed7b623a35 -Size (nkf-2.1.0.tar.gz) = 156716 bytes +SHA1 (nkf-2.1.1.tar.gz) = ce6f15adda1a87d6534aa1799031b6b969d6996a +RMD160 (nkf-2.1.1.tar.gz) = 06e0dbda6e90502ab4bafe4d44a9d05beed248c5 +Size (nkf-2.1.1.tar.gz) = 157459 bytes 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 |