summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-06-23 12:30:29 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-06-23 12:30:29 +0000
commit1d9dcfb5a2c93af55770ae0f34e2550623271b95 (patch)
tree2256eb5f34c5682ed6c99b779eb9a3b736848d5f /japanese
parentUpgrade to 1.5. (diff)
New port, kcc:
Yet another kanji-code converter. PR: 3932 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=7048
Diffstat (limited to 'japanese')
-rw-r--r--japanese/kcc/Makefile20
-rw-r--r--japanese/kcc/distinfo1
-rw-r--r--japanese/kcc/files/patch-aa23
-rw-r--r--japanese/kcc/pkg-comment1
-rw-r--r--japanese/kcc/pkg-descr3
-rw-r--r--japanese/kcc/pkg-plist2
6 files changed, 50 insertions, 0 deletions
diff --git a/japanese/kcc/Makefile b/japanese/kcc/Makefile
new file mode 100644
index 000000000000..40e17374eeb1
--- /dev/null
+++ b/japanese/kcc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: kcc
+# Version required: 2.0
+# Date created: 26 May 1997
+# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= kcc
+PKGNAME= jp-kcc-1.0
+CATEGORIES= japanese
+MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/
+
+MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+
+INSTALL_TARGET= install install.man
+MANLANG= ja_JP.EUC
+MAN1= kcc.1
+
+.include <bsd.port.mk>
diff --git a/japanese/kcc/distinfo b/japanese/kcc/distinfo
new file mode 100644
index 000000000000..7332a1d4c390
--- /dev/null
+++ b/japanese/kcc/distinfo
@@ -0,0 +1 @@
+MD5 (kcc.tar.gz) = ae22fdd91b6160f6cfe322e33fb1502f
diff --git a/japanese/kcc/files/patch-aa b/japanese/kcc/files/patch-aa
new file mode 100644
index 000000000000..37f68748f1a3
--- /dev/null
+++ b/japanese/kcc/files/patch-aa
@@ -0,0 +1,23 @@
+--- Makefile.orig Mon Mar 28 20:05:28 1994
++++ Makefile Mon Jun 23 21:24:12 1997
+@@ -7,15 +7,16 @@
+
+ # @(#)Makefile 2.3 (Y.Tonooka) 3/28/94
+
+- BINPATH = /usr/local/bin
+- MANPATH = /usr/local/man
+- JMANDIR = japanese
++ PREFIX?= /usr/local
++ BINPATH = ${PREFIX}/bin
++ MANPATH = ${PREFIX}/man
++ JMANDIR = ja_JP.EUC
+ CFLAGS = -O
+
+ SHELL = /bin/sh
+ CP = cp
+ MAKE = make
+- INSTALL = install
++ INSTALL = install -c
+
+ CMDS = kcc
+ SRCS = kcc.c
diff --git a/japanese/kcc/pkg-comment b/japanese/kcc/pkg-comment
new file mode 100644
index 000000000000..efd7f1c0a0ad
--- /dev/null
+++ b/japanese/kcc/pkg-comment
@@ -0,0 +1 @@
+Kanji code conversion Filter
diff --git a/japanese/kcc/pkg-descr b/japanese/kcc/pkg-descr
new file mode 100644
index 000000000000..5525cac85410
--- /dev/null
+++ b/japanese/kcc/pkg-descr
@@ -0,0 +1,3 @@
+Kcc is a yet another kanji code converter. It converts input kanji
+code (you need not specify the kanji code) to designated kanji code
+such as 7-bit JIS, MS-kanji (shifted-JIS) or EUC
diff --git a/japanese/kcc/pkg-plist b/japanese/kcc/pkg-plist
new file mode 100644
index 000000000000..20d36d6bcdb0
--- /dev/null
+++ b/japanese/kcc/pkg-plist
@@ -0,0 +1,2 @@
+bin/kcc
+man/ja_JP.EUC/man1/kcc.1.gz