diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-09-23 15:06:57 +0000 |
commit | 241fddd816691f29190619e5d0689640e7466b56 (patch) | |
tree | 0ef82f55ffe232e60c7ef19ebf5cb02b8a114082 /inputmethod/canna-dict | |
parent | 01d6befc359eb7bb4d2a4be100424712b78e5e0a (diff) | |
download | pkgsrc-241fddd816691f29190619e5d0689640e7466b56.tar.gz |
1) Update Canna to 3.6p4.
* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.
2) Make Canuum use Canna's common make files. From Osamu Oishi in PR 22244.
Diffstat (limited to 'inputmethod/canna-dict')
-rw-r--r-- | inputmethod/canna-dict/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/canna-dict/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/inputmethod/canna-dict/Makefile b/inputmethod/canna-dict/Makefile index c5150bc34f2..c35bb66e026 100644 --- a/inputmethod/canna-dict/Makefile +++ b/inputmethod/canna-dict/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2003/05/31 08:28:33 uebayasi Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/23 15:06:59 uebayasi Exp $ # .include "../canna/Makefile.common" CANNA_MODULE= dict -BUILD_DEPENDS+= Canna-server-bin>=${CANNA_VERSION}:../canna-server-bin +BUILD_DEPENDS+= Canna-server>=${CANNA_VERSION}:../canna-server NO_MTREE= yes OWN_DIRS= ${PREFIX}/canna -EVAL_PREFIX+= CANNASERVERBINDIR=Canna-server-bin +EVAL_PREFIX+= CANNASERVERBINDIR=Canna-server .for cmd in MERGE FORCPP FORSORT SPLITWORD MERGEWORD CRXGRAM CRXDIC CRFREQ KPDIC CANNA_CMD_SED_SCRIPT+=-e 's|\(${cmd} = \).*/\(.*\)|\1${CANNASERVERBINDIR}/bin/\2|' .endfor diff --git a/inputmethod/canna-dict/PLIST b/inputmethod/canna-dict/PLIST index 1961a80c42c..71b879d3390 100644 --- a/inputmethod/canna-dict/PLIST +++ b/inputmethod/canna-dict/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/10 09:05:09 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/23 15:06:59 uebayasi Exp $ canna/canna/bushu.cld canna/canna/chimei.ctd canna/canna/dics.dir canna/canna/fuzokugo.cbd -canna/canna/fuzokugo.cld canna/canna/hojomwd.ctd canna/canna/hojoswd.ctd canna/canna/iroha.cbd |