diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 11:50:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 11:50:34 +0000 |
commit | 05e3f717c8c3313c0fa5ab9fb961165e21516906 (patch) | |
tree | 4b9540c01b8b30685fa06fb80a15b9b36399d0a8 /japanese | |
parent | An sj3 frontend. (diff) |
Yet another Japanese imput method method.
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Notes
Notes:
svn path=/head/; revision=3653
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/skk/Makefile | 38 | ||||
-rw-r--r-- | japanese/skk/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/skk/pkg-descr | 13 | ||||
-rw-r--r-- | japanese/skk/pkg-plist | 27 |
4 files changed, 79 insertions, 0 deletions
diff --git a/japanese/skk/Makefile b/japanese/skk/Makefile new file mode 100644 index 000000000000..e3024367b393 --- /dev/null +++ b/japanese/skk/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: skk +# Version required: 8.6 +# Date created: 10 Aug 1996 +# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> +# +# $Id$ +# + +DISTNAME= skk8.6 +PKGNAME= skk-8.6 +CATEGORIES+= japanese +MASTER_SITES= ftp://ftp.cs.keio.ac.jp/pub/misc/skk/ \ + ftp://ftp.tohoku.ac.jp/mirror/skk/8.6/ + +MAINTAINER= hidekazu@cs.titech.ac.jp + +# Don't RUN_DEPENDS on mule because we don't know which version the +# user would want. We can't omit the BUILD_DEPENDS because it needs +# to byte-compile .el files. +BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule + +NO_WRKSUBDIR= yes + +STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/skkserv.sh + +post-install: + @if [ ! -f ${STARTUP_SCRIPT} ]; then \ + echo "Installing ${STARTUP_SCRIPT} file."; \ + echo "#!/bin/sh" > ${STARTUP_SCRIPT}; \ + echo "if [ -f ${PREFIX}/bin/SKK/skkserv ]; then" >> \ + ${STARTUP_SCRIPT}; \ + echo " echo -n ' skkserv'; ${PREFIX}/bin/SKK/skkserv" >> \ + ${STARTUP_SCRIPT}; \ + echo "fi" >> ${STARTUP_SCRIPT}; \ + chmod 755 ${STARTUP_SCRIPT}; \ + fi + +.include <bsd.port.mk> diff --git a/japanese/skk/pkg-comment b/japanese/skk/pkg-comment new file mode 100644 index 000000000000..88b0615dc23e --- /dev/null +++ b/japanese/skk/pkg-comment @@ -0,0 +1 @@ +A emacs-lisp Japanese input method for mule. diff --git a/japanese/skk/pkg-descr b/japanese/skk/pkg-descr new file mode 100644 index 000000000000..d042f984558e --- /dev/null +++ b/japanese/skk/pkg-descr @@ -0,0 +1,13 @@ +This is Skk-8.6, a Japanese input method based emacs-lisp for mule. +When you use this, you can choose to use skkserv or not. +If you use skkserv, you must add a following entry into +/etc/services file or NIS/YP services map. + +skkserv 1178/tcp + +This also include some patches for FreeBSD or others. +(Fix a bug of emacs-lisp and change make rule.) +If there are any problem in this patches, please know me via E-mail. + +Hidekazu Kuroki +(hidekazu@cs.titech.ac.jp) diff --git a/japanese/skk/pkg-plist b/japanese/skk/pkg-plist new file mode 100644 index 000000000000..2c888f4edf77 --- /dev/null +++ b/japanese/skk/pkg-plist @@ -0,0 +1,27 @@ +bin/SKK/skkserv +bin/SKK/skkjisyo-entries +bin/SKK/skkjisyo-expr +bin/SKK/skkjisyo-sort +etc/rc.d/skkserv.sh +info/skk +lib/mule/site-lisp/skk-isearch.el +lib/mule/site-lisp/skk-isearch.elc +lib/mule/site-lisp/skk-tools.el +lib/mule/site-lisp/skk-tools.elc +lib/mule/site-lisp/skk-tut.el +lib/mule/site-lisp/skk-tut.elc +lib/mule/site-lisp/skk.el +lib/mule/site-lisp/skk.elc +lib/mule/19.28/i386--freebsd/emacs-sort +lib/mule/19.28/etc/SKK.tut +lib/mule/19.28/etc/SKK.tut.E +lib/skk/SKK-JISYO.JIS2 +lib/skk/SKK-JISYO.L +lib/skk/SKK-JISYO.M +lib/skk/SKK-JISYO.S +lib/skk/latexinfo.sty +lib/skk/skk-romkan.tex +lib/skk/skk.ps +lib/skk/skk.tex +lib/skk/tabular.sty +lib/skk/dict/SKK-JISYO.L |