summaryrefslogtreecommitdiff
path: root/japanese/nkf
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-06 05:28:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-06 05:28:26 +0000
commit11f6aecd8db92bb4e409831cebf7c3ed06509060 (patch)
tree901f6438c31dd2d68edfd6fb58679d9a5a669eb4 /japanese/nkf
parentOops - typo. (diff)
nkf-1.4, Network Kanji code conversion Filter
Notes
Notes: svn path=/head/; revision=892
Diffstat (limited to 'japanese/nkf')
-rw-r--r--japanese/nkf/Makefile31
-rw-r--r--japanese/nkf/distinfo3
-rw-r--r--japanese/nkf/pkg-comment1
-rw-r--r--japanese/nkf/pkg-descr15
-rw-r--r--japanese/nkf/pkg-plist5
5 files changed, 55 insertions, 0 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
new file mode 100644
index 000000000000..441e62b3950a
--- /dev/null
+++ b/japanese/nkf/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: nkf
+# Version required: 1.4 + patches
+# Date created: 5 February 1995
+# Whom: asami
+#
+# $Id: Makefile,v 1.4 1994/11/25 18:20:48 asami Exp $
+#
+
+DISTNAME= nkf-1.4
+MASTER_SITES= ftp://utsun.s.u-tokyo.ac.jp/fj/nkf/
+DISTFILES= nkf-1.4.tar.gz nkf-patches.tar.gz nkf-speedup-patch.gz
+EXTRACT_ONLY= nkf-1.4.tar.gz
+WRKSRC= ${WRKDIR}/nkf
+
+pre-patch: ${PATCH_COOKIE}
+ @echo "===> Applying unofficial patches for ${DISTNAME}"
+ @(mkdir ${WRKDIR}/patches)
+ @(tar -C ${WRKDIR}/patches -xzf ${DISTDIR}/nkf-patches.tar.gz)
+ @(cd ${WRKSRC}; \
+ for i in 1 2 3; do \
+ patch -s nkf.c < ${WRKDIR}/patches/patch$$i; \
+ done; \
+ for i in 4 5; do \
+ patch -s < ${WRKDIR}/patches/patch$$i; \
+ done; \
+ zcat ${DISTDIR}/nkf-speedup-patch.gz | patch -s; \
+ )
+ @echo "===> Installing custom Makefile for ${DISTNAME}"
+ @(cp ${FILESDIR}/Makefile ${WRKSRC})
+
+.include <bsd.port.mk>
diff --git a/japanese/nkf/distinfo b/japanese/nkf/distinfo
new file mode 100644
index 000000000000..4db6f1bc7383
--- /dev/null
+++ b/japanese/nkf/distinfo
@@ -0,0 +1,3 @@
+MD5 (nkf-1.4.tar.gz) = 502f058f92999c5783f19ae3583f793c
+MD5 (nkf-patches.tar.gz) = 2dcb866ad3dfa20996c2337c1a36a891
+MD5 (nkf-speedup-patch.gz) = f25d1e7ae508ab59bec786bc7c28fe95
diff --git a/japanese/nkf/pkg-comment b/japanese/nkf/pkg-comment
new file mode 100644
index 000000000000..b4650fff7cd9
--- /dev/null
+++ b/japanese/nkf/pkg-comment
@@ -0,0 +1 @@
+nkf-1.4, Network Kanji code conversion Filter
diff --git a/japanese/nkf/pkg-descr b/japanese/nkf/pkg-descr
new file mode 100644
index 000000000000..0947c290f5e9
--- /dev/null
+++ b/japanese/nkf/pkg-descr
@@ -0,0 +1,15 @@
+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.
+
+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.
+
+The original author is Itaru Ichikawa (ichikawa@flab.fujitsu.co.jp).
+This port for FreeBSD includes patches posted to fj.sources by
+Kusakabe Youichi (void@merope.pleiades.or.jp) and NIDE Naoyuki
+(nide@ics.nara-wu.ac.jp).
+
+- Satoshi
+(asami@cs.berkeley.edu)
diff --git a/japanese/nkf/pkg-plist b/japanese/nkf/pkg-plist
new file mode 100644
index 000000000000..09186f8e0673
--- /dev/null
+++ b/japanese/nkf/pkg-plist
@@ -0,0 +1,5 @@
+@cwd /usr/local
+@mode 755
+bin/nkf
+@mode 644
+man/man1/nkf.1.gz