summaryrefslogtreecommitdiffstats
path: root/japanese/skkinput3
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1998-03-12 16:05:02 +0000
committeritojun <itojun@FreeBSD.org>1998-03-12 16:05:02 +0000
commit1782871f9e5f3b2912cedfdbc51c71004b6df10f (patch)
treecdb4c4ea9e89993c80b84ecf86310bc80b2761ae /japanese/skkinput3
parent435f4f744cb7e591b83bf3b1f9d701c8ccf251a9 (diff)
downloadFreeBSD-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/skkinput3')
-rw-r--r--japanese/skkinput3/Makefile31
-rw-r--r--japanese/skkinput3/distinfo1
-rw-r--r--japanese/skkinput3/files/patch-aa10
-rw-r--r--japanese/skkinput3/pkg-comment1
-rw-r--r--japanese/skkinput3/pkg-descr10
-rw-r--r--japanese/skkinput3/pkg-plist11
6 files changed, 64 insertions, 0 deletions
diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile
new file mode 100644
index 0000000..2ea7a1e
--- /dev/null
+++ b/japanese/skkinput3/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/skkinput3/distinfo b/japanese/skkinput3/distinfo
new file mode 100644
index 0000000..c174ad8
--- /dev/null
+++ b/japanese/skkinput3/distinfo
@@ -0,0 +1 @@
+MD5 (skkinput-2.00-SNAP980123.tar.gz) = bb33fd28c8361d38293c1b24e396042b
diff --git a/japanese/skkinput3/files/patch-aa b/japanese/skkinput3/files/patch-aa
new file mode 100644
index 0000000..8acda14
--- /dev/null
+++ b/japanese/skkinput3/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/skkinput3/pkg-comment b/japanese/skkinput3/pkg-comment
new file mode 100644
index 0000000..93f3a94
--- /dev/null
+++ b/japanese/skkinput3/pkg-comment
@@ -0,0 +1 @@
+A SKK-like Japanese input method for X11.
diff --git a/japanese/skkinput3/pkg-descr b/japanese/skkinput3/pkg-descr
new file mode 100644
index 0000000..8e08fa4
--- /dev/null
+++ b/japanese/skkinput3/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/skkinput3/pkg-plist b/japanese/skkinput3/pkg-plist
new file mode 100644
index 0000000..e0af151
--- /dev/null
+++ b/japanese/skkinput3/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
OpenPOWER on IntegriCloud