From 957dac64d90cf5611bfdf0379232c3a7633cc837 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 7 Aug 2003 05:53:18 +0000 Subject: 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. --- japanese/skk/Makefile | 32 ++++++++++++++++++++++++++++++++ japanese/skk/pkg-descr | 11 +++++++++++ japanese/skk/pkg-plist | 1 + 3 files changed, 44 insertions(+) create mode 100644 japanese/skk/Makefile create mode 100644 japanese/skk/pkg-descr create mode 100644 japanese/skk/pkg-plist (limited to 'japanese/skk') 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 +# +# $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 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 -- cgit