aboutsummaryrefslogtreecommitdiff
path: root/japanese/skk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-07 05:53:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-07 05:53:18 +0000
commit2fad50c06e0d15bfe6edcb5d314ab34a7957251b (patch)
treef82dab1bb8b8246c12aa409921ed50e3018db10c /japanese/skk
parentb32cc0f32adc0fee4f65084416181d2406ace08f (diff)
downloadports-2fad50c06e0d15bfe6edcb5d314ab34a7957251b.tar.gz
ports-2fad50c06e0d15bfe6edcb5d314ab34a7957251b.zip
Add back the skk and skkfep ports, which were erroneously removed: the
skk port is a meta-port and (presumably) does not require skk-elisp to run. I have removed the skk-elisp dependency from skk. The skkfep port did not depend on skk-elisp explicitly, only via the skk port.
Notes
Notes: svn path=/head/; revision=86443
Diffstat (limited to 'japanese/skk')
-rw-r--r--japanese/skk/Makefile32
-rw-r--r--japanese/skk/pkg-descr11
-rw-r--r--japanese/skk/pkg-plist1
3 files changed, 44 insertions, 0 deletions
diff --git a/japanese/skk/Makefile b/japanese/skk/Makefile
new file mode 100644
index 000000000000..3ba12e5aa424
--- /dev/null
+++ b/japanese/skk/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: skk
+# Date created: 04 Mar 1997
+# Whom: Makoto Matsushita <matusita@jp.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= skk
+PORTVERSION= 9.6
+CATEGORIES= japanese elisp
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= matusita@FreeBSD.org
+COMMENT=The "meta-port" for the SKK Japanese-input software
+
+RUN_DEPENDS= ${LOCALBASE}/share/skk/${SKKJISYO}:${PORT_SKK_JISYO} \
+ ${LOCALBASE}/bin/skkdic-count:${PORT_SKK_TOOLS} \
+ ${LOCALBASE}/sbin/skkserv:${PORT_SKK_SERV}
+
+NO_BUILD= yes
+
+SKKJISYO_SIZE?= L
+SKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE}
+PORT_SKK_JISYO= ${.CURDIR}/../../japanese/skk-jisyo
+PORT_SKK_TOOLS= ${.CURDIR}/../../japanese/skk-tools
+PORT_SKK_SERV= ${.CURDIR}/../../japanese/skkserv
+
+do-install: # empty
+
+.include <bsd.port.mk>
diff --git a/japanese/skk/pkg-descr b/japanese/skk/pkg-descr
new file mode 100644
index 000000000000..7eaaee600524
--- /dev/null
+++ b/japanese/skk/pkg-descr
@@ -0,0 +1,11 @@
+SKK (Simple Kana Kanji Convertor) is a very fast and efficient Japanese input
+method system, written in emacs-lisp. SKK runs on NEmacs (Japanized Emacs18),
+Mule (MULtilingual Emacs), and Demacs (DOS version of Emacs18/NEmacs).
+
+WWW: http://skk.kuis.kyoto-u.ac.jp/skk/
+
+This package does not contain anything by itself -- it is a "meta-port"
+that depends on other SKK packages (skkserv, skk-elisp, skk-jisyo,
+and skk-tools). Its sole purpose is to require dependencies so users can
+install this package only and have all the SKK stuff pulled in by the
+port/package dependency mechanism.
diff --git a/japanese/skk/pkg-plist b/japanese/skk/pkg-plist
new file mode 100644
index 000000000000..549a621fec0c
--- /dev/null
+++ b/japanese/skk/pkg-plist
@@ -0,0 +1 @@
+@comment this plist intentionally left empty