diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-10 23:47:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-10 23:47:20 +0800 |
commit | d0853504e183e7e6b3df3aaa420c39e941eabdca (patch) | |
tree | be0867c821e2667d5799529abe5008251be8be5a /japanese/skkfep | |
parent | adf17ee12c480c5d75208a01a8b9c2e2dba99eda (diff) | |
download | freebsd-ports-gnome-d0853504e183e7e6b3df3aaa420c39e941eabdca.tar.gz freebsd-ports-gnome-d0853504e183e7e6b3df3aaa420c39e941eabdca.tar.zst freebsd-ports-gnome-d0853504e183e7e6b3df3aaa420c39e941eabdca.zip |
SKK-like Kana-to-Kanji FrontEnd Processor
PR: ports/7576
Submitted by: Yusuke NAWANO <azuki@azkey.org>
Diffstat (limited to 'japanese/skkfep')
-rw-r--r-- | japanese/skkfep/Makefile | 32 | ||||
-rw-r--r-- | japanese/skkfep/distinfo | 2 | ||||
-rw-r--r-- | japanese/skkfep/files/patch-aa | 39 | ||||
-rw-r--r-- | japanese/skkfep/files/patch-ab | 28 | ||||
-rw-r--r-- | japanese/skkfep/files/patch-ad | 9 | ||||
-rw-r--r-- | japanese/skkfep/files/patch-ae | 17 | ||||
-rw-r--r-- | japanese/skkfep/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/skkfep/pkg-descr | 4 | ||||
-rw-r--r-- | japanese/skkfep/pkg-plist | 3 |
9 files changed, 135 insertions, 0 deletions
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile new file mode 100644 index 000000000000..1e94463b17a1 --- /dev/null +++ b/japanese/skkfep/Makefile @@ -0,0 +1,32 @@ +# New ports collection Makefile for: skkfep +# Version required: 0.85 +# Date created: 22 Jul 1998 +# Whom: Yusuke Nawano <azuki@azkey.org> +# +# $Id$ +# + +DISTNAME= skkfep0.85 +PKGNAME= ja-skkfep-0.85 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.azkey.org/pub/misc/skkfep/ + +PATCH_SITES= ftp://ftp.azkey.org/pub/misc/skkfep/ +PATCHFILES= skkfep111.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= azuki@azkey.org + +RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk + +NO_WRKSUBDIR= yes + +MAN1= skkfep.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/escmode ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/resetsize ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/japanese/skkfep/distinfo b/japanese/skkfep/distinfo new file mode 100644 index 000000000000..2e4319f7eb10 --- /dev/null +++ b/japanese/skkfep/distinfo @@ -0,0 +1,2 @@ +MD5 (skkfep0.85.tar.gz) = 352fcc62f2d60d98b1d5e3b310ccfa77 +MD5 (skkfep111.diff.gz) = 4e044feb8df7bfad7dc6f1e267c66c5d diff --git a/japanese/skkfep/files/patch-aa b/japanese/skkfep/files/patch-aa new file mode 100644 index 000000000000..057754682fe4 --- /dev/null +++ b/japanese/skkfep/files/patch-aa @@ -0,0 +1,39 @@ +--- config.h.orig Sun Jul 26 21:14:43 1998 ++++ config.h Sun Jul 26 21:16:05 1998 +@@ -2,7 +2,7 @@ + * Configuration for SKKFEP + */ + +-#include "configs/sun.h" ++#include "configs/freebsd.h" + + #if makefile_parameter + CC=gcc +@@ -15,12 +15,12 @@ + #define REGMODE /* enable register mode feature */ + #define USE_SKKSRCH /* use skksrch.c instead of skkserv */ + #define USE_TRIANGLE /* use triangle mark like SKK */ +-#define SKKFEP_LIB /* use skkfep as library for SKK interface on jvim */ ++#undef SKKFEP_LIB /* use skkfep as library for SKK interface on jvim */ + + #define DEFAULT_KANAKEY "^j" + + /* By Y. Kaneko */ +-/*#define KUTOUTEN /* "."->maru, ","->ten */ ++#define KUTOUTEN /* "."->maru, ","->ten */ + + #ifndef SKKFEP_LIB + #define KANJIBS /* do/don't shuft-out BS code in JIS mode */ +@@ -43,10 +43,10 @@ + + #define NATIVECODE euc /* EUC Kanji code */ + +-#define SKK_SERVER_HOST "ei5nazha" /* SKK server host */ ++#define SKK_SERVER_HOST "localhost" /* SKK server host */ + + #ifdef USE_SKKSRCH +-# define SKKSRCH_DIC "/usr/local/skk/lib/SKK-JISYO.L" ++# define SKKSRCH_DIC "/usr/local/share/skkfep/SKK-JISYO.Li" + # define BINARY_SEARCH /* do binary search in skksrch.c */ + # define USE_SERVER + # define openSKKserv openSKKsrch diff --git a/japanese/skkfep/files/patch-ab b/japanese/skkfep/files/patch-ab new file mode 100644 index 000000000000..76573347d31d --- /dev/null +++ b/japanese/skkfep/files/patch-ab @@ -0,0 +1,28 @@ +--- protoMakefile.orig Mon Jul 27 18:59:01 1998 ++++ protoMakefile Mon Jul 27 18:59:17 1998 +@@ -4,19 +4,19 @@ + SRCS=fep.c connsh.c readwrite.c terms.c stty.c keybind.c romkan.c etc.c\ + kkconv.c keymap.c version.c + FEPLIBSRCS=keybind.c romkan.c kkconv.c keymap.c +-#SKKSRCS=skklib.c connserv.c +-SKKSRCS=skklib.c skksrch.c ++SKKSRCS=skklib.c connserv.c ++#SKKSRCS=skklib.c skksrch.c + OBJS=fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o\ + kkconv.o keymap.o version.o + FEPLIBOBJS=keybind.o romkan.o kkconv.o keymap.o +-#SKKOBJS=skklib.o connserv.o +-SKKOBJS=skklib.o skksrch.o ++SKKOBJS=skklib.o connserv.o ++#SKKOBJS=skklib.o skksrch.o + SDICOBJS=simpledic.o + SKKFEP=skkfep + SKKFEPLIB=libskkfep.a + +-all: jc $(SKKFEPLIB) +-#all: jc $(SKKFEP) ++#all: jc $(SKKFEPLIB) ++all: jc $(SKKFEP) + + romkan.c: romkan-org.c jc + ./jc -`./jc -c romkan-org.c`P romkan-org.c > romkan.c diff --git a/japanese/skkfep/files/patch-ad b/japanese/skkfep/files/patch-ad new file mode 100644 index 000000000000..0b0134aa6022 --- /dev/null +++ b/japanese/skkfep/files/patch-ad @@ -0,0 +1,9 @@ +--- configs/freebsd.h.orig Wed Jul 29 05:07:27 1998 ++++ configs/freebsd.h Wed Jul 29 05:07:47 1998 +@@ -12,5 +12,5 @@ + #include <libutil.h> /* for openpty() */ + + #if makefile_parameter +-SYSLIBS=-lutil ++SYSLIBS=-lutil -lxpg4 + #endif diff --git a/japanese/skkfep/files/patch-ae b/japanese/skkfep/files/patch-ae new file mode 100644 index 000000000000..32c45b5bccc0 --- /dev/null +++ b/japanese/skkfep/files/patch-ae @@ -0,0 +1,17 @@ +--- skkfep.1.old Wed Jul 29 04:09:11 1998 ++++ skkfep.1 Wed Jul 29 04:26:46 1998 +@@ -68,6 +68,14 @@ + With this option, ESC key becomes `RETUEN-TO-SKK-MODE' key. + This option is useful for vi-users. + .TP ++.B -viesc ++With this option, ESC + one of 'iaoIASR' key becomes `RETUEN-TO-SKK-MODE' key. ++This option is useful for vi-users. ++.TP ++.B -emacsesc ++With this option, ESC + any key becomes `RETUEN-TO-SKK-MODE' key. ++This option is useful for emacs-users. ++.TP + .B -rs + Reverse status line. + .TP diff --git a/japanese/skkfep/pkg-comment b/japanese/skkfep/pkg-comment new file mode 100644 index 000000000000..74bddc8f2d0e --- /dev/null +++ b/japanese/skkfep/pkg-comment @@ -0,0 +1 @@ +SKK-like Kana-to-Kanji FrontEnd Processor diff --git a/japanese/skkfep/pkg-descr b/japanese/skkfep/pkg-descr new file mode 100644 index 000000000000..6004d4dfca99 --- /dev/null +++ b/japanese/skkfep/pkg-descr @@ -0,0 +1,4 @@ +skkfep is a tool to input Kana and Kanji from the terminal. +This also include some patches for Word registration. + +-Yusuke NAWANO <azuki@azkey.org> diff --git a/japanese/skkfep/pkg-plist b/japanese/skkfep/pkg-plist new file mode 100644 index 000000000000..49a20867303e --- /dev/null +++ b/japanese/skkfep/pkg-plist @@ -0,0 +1,3 @@ +bin/skkfep +bin/escmode +bin/resetsize |