pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-nkf Update converters/p5-nkf package to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3872d6f253e
branches:  trunk
changeset: 496301:a3872d6f253e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 25 03:26:15 2005 +0000

description:
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:

 converters/p5-nkf/Makefile |  7 +++----
 converters/p5-nkf/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 9b3a6a651d29 -r a3872d6f253e converters/p5-nkf/Makefile
--- a/converters/p5-nkf/Makefile        Sat Jun 25 03:23:03 2005 +0000
+++ b/converters/p5-nkf/Makefile        Sat Jun 25 03:26:15 2005 +0000
@@ -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 -r 9b3a6a651d29 -r a3872d6f253e converters/p5-nkf/distinfo
--- a/converters/p5-nkf/distinfo        Sat Jun 25 03:23:03 2005 +0000
+++ b/converters/p5-nkf/distinfo        Sat Jun 25 03:26:15 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index