diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-06-01 11:40:57 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-06-01 11:40:57 +0000 |
commit | 09650a58d525feddcfadc33d37ee6cde38f45091 (patch) | |
tree | c9b1f0d2e49ae386e84d521fd29073522fdecd10 | |
parent | 3865293a5f02cfa38cde9b19b05cd2c0d1d50439 (diff) | |
download | pkgsrc-09650a58d525feddcfadc33d37ee6cde38f45091.tar.gz |
Make sure these are removed. Noted by Toru Takamizu.
-rw-r--r-- | inputmethod/canna-server/DESCR | 13 | ||||
-rw-r--r-- | inputmethod/canna-server/Makefile | 20 | ||||
-rw-r--r-- | inputmethod/canna-server/PLIST | 1 |
3 files changed, 0 insertions, 34 deletions
diff --git a/inputmethod/canna-server/DESCR b/inputmethod/canna-server/DESCR deleted file mode 100644 index 14268d78991..00000000000 --- a/inputmethod/canna-server/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Canna is a Kana-Kanji conversion server. -Support Mule(Multi-lingal extention Emacs), kinput2 X11 input method, -cannum front end and some others. - - To use from Mule (CANNA version), in .emacs file: - - (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE? - (progn - (load-library "canna") - (canna) )) - - Then kana-kanji conversion begin to `C-o' key. Show more detail -Info, and/or documents. diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile deleted file mode 100644 index ce39b0004d7..00000000000 --- a/inputmethod/canna-server/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2002/12/27 08:41:25 uebayasi Exp $ - -DISTNAME= Canna-server-3.6.1 -CATEGORIES= japanese inputmethod -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= tech-pkg-ja@jp.netbsd.org -COMMENT= Kana-Kanji conversion system (server) - -DEPENDS+= Canna-server-bin>=3.6.1:../canna-server-bin -DEPENDS+= Canna-dict>=3.6.1:../canna-dict - -EXTRACT_ONLY= # empty -NO_BUILD= YES -NO_CHECKSUM= YES - -do-install: # empty - -.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/canna-server/PLIST b/inputmethod/canna-server/PLIST deleted file mode 100644 index 8fcaf2dce7e..00000000000 --- a/inputmethod/canna-server/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/06/10 09:52:15 sakamoto Exp $ |