diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
commit | ebf0d1d99ea344e4140763f91689d90c87c1ba82 (patch) | |
tree | f9c07ede1f8f48f98a251b732f12a9ecdc71f231 /japanese/skkinput | |
parent | e8d52ba1b258ae956e594e66a6977141448b19a1 (diff) | |
download | ports-ebf0d1d99ea344e4140763f91689d90c87c1ba82.tar.gz ports-ebf0d1d99ea344e4140763f91689d90c87c1ba82.zip |
Notes
Diffstat (limited to 'japanese/skkinput')
-rw-r--r-- | japanese/skkinput/Makefile | 31 | ||||
-rw-r--r-- | japanese/skkinput/distinfo | 1 | ||||
-rw-r--r-- | japanese/skkinput/files/patch-aa | 10 | ||||
-rw-r--r-- | japanese/skkinput/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/skkinput/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/skkinput/pkg-plist | 11 |
6 files changed, 64 insertions, 0 deletions
diff --git a/japanese/skkinput/Makefile b/japanese/skkinput/Makefile new file mode 100644 index 000000000000..2ea7a1eee26d --- /dev/null +++ b/japanese/skkinput/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: skkinput +# Version required: 2.00-SNAP980123 +# Date created: 28 Jan 1998 +# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp> +# +# $Id$ +# + +DISTNAME= skkinput-2.00-SNAP980123 +PKGNAME= ja-skkinput-2.00-980123 +CATEGORIES= japanese x11 +MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/ + +MAINTAINER= mrt@mickey.ai.kyutech.ac.jp + +RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \ + jman:${PORTSDIR}/japanese/man + +USE_IMAKE= yes +MANLANG= ja_JP.EUC +MAN1= skkinput.1 +MANCOMPRESSED= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${X11BASE}/share/doc/skkinput + @( cd ${WRKSRC} ; \ + ${INSTALL_DATA} *.jis skkinput.doc ${X11BASE}/share/doc/skkinput/ ) +.endif + +.include <bsd.port.mk> diff --git a/japanese/skkinput/distinfo b/japanese/skkinput/distinfo new file mode 100644 index 000000000000..c174ad8d9694 --- /dev/null +++ b/japanese/skkinput/distinfo @@ -0,0 +1 @@ +MD5 (skkinput-2.00-SNAP980123.tar.gz) = bb33fd28c8361d38293c1b24e396042b diff --git a/japanese/skkinput/files/patch-aa b/japanese/skkinput/files/patch-aa new file mode 100644 index 000000000000..8acda143e064 --- /dev/null +++ b/japanese/skkinput/files/patch-aa @@ -0,0 +1,10 @@ +--- Imakefile.org Wed Jan 28 19:19:42 1998 ++++ Imakefile Wed Jan 28 19:19:55 1998 +@@ -1,5 +1,7 @@ + XCOMM $ Imakefile for skkinput,v 0.10 96/10/16 12:45 $ + ++MANDIR = ${PREFIX}/man/ja_JP.EUC/man1 ++ + /* SKK Server Address */ + #define SkkServer localhost + diff --git a/japanese/skkinput/pkg-comment b/japanese/skkinput/pkg-comment new file mode 100644 index 000000000000..93f3a946d19d --- /dev/null +++ b/japanese/skkinput/pkg-comment @@ -0,0 +1 @@ +A SKK-like Japanese input method for X11. diff --git a/japanese/skkinput/pkg-descr b/japanese/skkinput/pkg-descr new file mode 100644 index 000000000000..8e08fa44b934 --- /dev/null +++ b/japanese/skkinput/pkg-descr @@ -0,0 +1,10 @@ +Skkinput is an input method for X11 applications that want Japanese +text input. + +A client that wants kana-kanji conversion service for Japanese text +sends a request to skkinput. Skkinput receives the request, does +kana-kanji conversion, and sends the converted text back to the +client. + +The port was done by Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>. +It requires skk server. diff --git a/japanese/skkinput/pkg-plist b/japanese/skkinput/pkg-plist new file mode 100644 index 000000000000..e0af1517bac7 --- /dev/null +++ b/japanese/skkinput/pkg-plist @@ -0,0 +1,11 @@ +bin/skkinput +lib/X11/app-defaults/Skkinput +man/ja_JP.EUC/man1/skkinput.1.gz +share/doc/skkinput/BUGS.jis +share/doc/skkinput/CHANGES.jis +share/doc/skkinput/FAQ.jis +share/doc/skkinput/PROGRAM.jis +share/doc/skkinput/README.jis +share/doc/skkinput/TODO.jis +share/doc/skkinput/skkinput.doc +@dirrm share/doc/skkinput |