summaryrefslogtreecommitdiff
path: root/japanese/nkf
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-28 08:52:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-28 08:52:05 +0000
commit124f5a144032066cf21f4e9da206057c44802604 (patch)
treead10504ee887241d67a874fd95b8710b83f69546 /japanese/nkf
parentDon't use gnumalloc, we've got a better malloc in libc now. (diff)
Upgrade, 1.5.1 -> 1.6.
Submitted by: max@sfc.wide.ad.jp
Notes
Notes: svn path=/head/; revision=3712
Diffstat (limited to 'japanese/nkf')
-rw-r--r--japanese/nkf/Makefile9
-rw-r--r--japanese/nkf/distinfo2
-rw-r--r--japanese/nkf/pkg-descr14
3 files changed, 9 insertions, 16 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
index 97a701135546..702cae9efcdb 100644
--- a/japanese/nkf/Makefile
+++ b/japanese/nkf/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: nkf
-# Version required: 1.5 pl 1
+# Version required: 1.6
# Date created: 5 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.5 1995/04/07 05:48:10 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/20 18:05:40 asami Exp $
#
-DISTNAME= nkf-1.5pl1
-PKGNAME= nkf-1.5.1
+DISTNAME= nkf-1.6
CATEGORIES+= japanese
-MASTER_SITES= ftp://www.hitachi-sk.co.jp/pub/Japanese/filter/
+MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
MAINTAINER= asami@FreeBSD.ORG
diff --git a/japanese/nkf/distinfo b/japanese/nkf/distinfo
index 5bc6a1d64881..5baa5fa4f0df 100644
--- a/japanese/nkf/distinfo
+++ b/japanese/nkf/distinfo
@@ -1 +1 @@
-MD5 (nkf-1.5pl1.tar.gz) = 6063d66609fae44cb30c32a3ac01e42a
+MD5 (nkf-1.6.tar.gz) = 0173569b4824af1f245546d3072c4e56
diff --git a/japanese/nkf/pkg-descr b/japanese/nkf/pkg-descr
index 6ee5a32f2d50..5b53c04dcea1 100644
--- a/japanese/nkf/pkg-descr
+++ b/japanese/nkf/pkg-descr
@@ -1,15 +1,9 @@
Nkf is a yet another kanji code converter among networks, hosts and
terminals. It converts input kanji code to designated kanji code such
-as 7-bit JIS, shifted-JIS or EUC.
+as 7-bit JIS, MS-kanji (shifted-JIS) or EUC.
One of the most unique facicility of nkf is the guess of the input
-kanji code. It currently recognizes 7-bit JIS, shifted-JIS and EUC.
-So users needn't the input kanji code specification.
+kanji code. It currently recognizes 7-bit JIS, MS-kanji (shifted-JIS)
+and EUC. So users needn't the input kanji code specification.
-The original author is Itaru Ichikawa (ichikawa@flab.fujitsu.co.jp).
-This port for FreeBSD includes patches posted to fj.sources by
-Shinji Kono (kono@csl.sony.co.jp). It has the unofficial version
-number 1.5pl1.
-
-- Satoshi
-(asami@cs.berkeley.edu)
+- Masafumi