diff options
author | max <max@FreeBSD.org> | 1997-06-23 12:30:29 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-23 12:30:29 +0000 |
commit | a0396b2af54be8a6a10a4201ceb272bf1b36d3a1 (patch) | |
tree | 88026c895d2138cb8fb2658302abf5a2b45e3ab3 /japanese | |
parent | b75d888e1eb286f74d53b8b2c244469bab3dba46 (diff) | |
download | FreeBSD-ports-a0396b2af54be8a6a10a4201ceb272bf1b36d3a1.zip FreeBSD-ports-a0396b2af54be8a6a10a4201ceb272bf1b36d3a1.tar.gz |
New port, kcc:
Yet another kanji-code converter.
PR: 3932
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kcc/Makefile | 20 | ||||
-rw-r--r-- | japanese/kcc/distinfo | 1 | ||||
-rw-r--r-- | japanese/kcc/files/patch-aa | 23 | ||||
-rw-r--r-- | japanese/kcc/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/kcc/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/kcc/pkg-plist | 2 |
6 files changed, 50 insertions, 0 deletions
diff --git a/japanese/kcc/Makefile b/japanese/kcc/Makefile new file mode 100644 index 0000000..40e1737 --- /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 0000000..7332a1d --- /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 0000000..37f6874 --- /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 0000000..efd7f1c --- /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 0000000..5525cac --- /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 0000000..20d36d6 --- /dev/null +++ b/japanese/kcc/pkg-plist @@ -0,0 +1,2 @@ +bin/kcc +man/ja_JP.EUC/man1/kcc.1.gz |