Skip to content

Commit

Permalink
Update nkf to 2.11, a.k.a. 2.1.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
obache committed Sep 15, 2010
1 parent 95d80b8 commit 5f5c685
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions converters/nkf/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions converters/nkf/Makefile.common
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
8 changes: 4 additions & 4 deletions converters/nkf/distinfo
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions converters/p5-nkf/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5f5c685

Please sign in to comment.