diff options
author | itojun <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
commit | 1782871f9e5f3b2912cedfdbc51c71004b6df10f (patch) | |
tree | cdb4c4ea9e89993c80b84ecf86310bc80b2761ae /japanese/skkinput | |
parent | 435f4f744cb7e591b83bf3b1f9d701c8ccf251a9 (diff) | |
download | FreeBSD-ports-1782871f9e5f3b2912cedfdbc51c71004b6df10f.zip FreeBSD-ports-1782871f9e5f3b2912cedfdbc51c71004b6df10f.tar.gz |
ports/japanese/skkinput
"A SKK-like Japanese input method for X11."
PR: 5631
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 0000000..2ea7a1e --- /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 0000000..c174ad8 --- /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 0000000..8acda14 --- /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 0000000..93f3a94 --- /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 0000000..8e08fa4 --- /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 0000000..e0af151 --- /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 |