summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-09-23 15:10:08 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-09-23 15:10:08 +0000
commitdec905464d6b1b3fcd1a7ed2080d579d98beef14 (patch)
tree16e34b6dad1d607ca5453ddd0da2b488358d8860 /inputmethod
parent241fddd816691f29190619e5d0689640e7466b56 (diff)
downloadpkgsrc-dec905464d6b1b3fcd1a7ed2080d579d98beef14.tar.gz
Redo part of previous.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/canna-server-bin/DESCR1
-rw-r--r--inputmethod/canna-server-bin/INSTALL11
-rw-r--r--inputmethod/canna-server-bin/MESSAGE20
-rw-r--r--inputmethod/canna-server-bin/Makefile44
-rw-r--r--inputmethod/canna-server-bin/PLIST76
5 files changed, 0 insertions, 152 deletions
diff --git a/inputmethod/canna-server-bin/DESCR b/inputmethod/canna-server-bin/DESCR
deleted file mode 100644
index 9b248ec6bde..00000000000
--- a/inputmethod/canna-server-bin/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Server part of Canna Japanese input method.
diff --git a/inputmethod/canna-server-bin/INSTALL b/inputmethod/canna-server-bin/INSTALL
deleted file mode 100644
index 2156c4bd109..00000000000
--- a/inputmethod/canna-server-bin/INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: INSTALL,v 1.2 2003/08/30 20:22:54 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- (${GREP} -v ^# /etc/services | ${GREP} 'canna.*5680' >/dev/null) || \
- (${ECHO} "" >> /etc/services; \
- ${ECHO} "# canna package" >> /etc/services; \
- ${ECHO} "canna 5680/tcp" >> /etc/services; \
- )
- ;;
-esac
diff --git a/inputmethod/canna-server-bin/MESSAGE b/inputmethod/canna-server-bin/MESSAGE
deleted file mode 100644
index adeb69fe59f..00000000000
--- a/inputmethod/canna-server-bin/MESSAGE
+++ /dev/null
@@ -1,20 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2003/07/29 19:53:20 jmmv Exp $
-
-If you want Canna server to boot automatically,
-
- 1) Copy ${PREFIX}/etc/rc.d/canna to /etc/rc.d/.
- 2) Add the following line to /etc/rc.conf.
-
- canna=YES canna_flags="-u ${CANNA_USER}"
-
-canna_flags="-u ${CANNA_USER}" is not required, but recommended. Note that our
-Canna package no longer uses setuid(2) to make the server run as user
-"${CANNA_USER}", owing to the implementation of "-u" option (3.6 and above). See
-cannaserver(1M).
-
-Also note that by default cannaserver(1M) no longer allows connections
-through tcp port 5680. You need to explicitly specify the port by the
-"-inet" option.
-
-===========================================================================
diff --git a/inputmethod/canna-server-bin/Makefile b/inputmethod/canna-server-bin/Makefile
deleted file mode 100644
index e516645dfb1..00000000000
--- a/inputmethod/canna-server-bin/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2003/09/23 15:07:00 uebayasi Exp $
-#
-.include "../canna/Makefile.common"
-
-CANNA_MODULE= server
-
-USE_BUILDLINK2= # defined
-INSTALL_TARGET= instserver
-
-USE_PKGINSTALL= YES
-INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= CANNA_USER CANNA_GROUP
-MESSAGE_SUBST+= CANNA_USER="${CANNA_USER}"
-MESSAGE_SUBST+= CANNA_GROUP="${CANNA_GROUP}"
-
-PKG_GROUPS= ${CANNA_GROUP}
-PKG_USERS= ${CANNA_USER}:${CANNA_GROUP}::Canna\\ user
-
-OWN_DIRS_PERMS= ${CANNA_SPOOL} ${CANNA_USER} ${CANNA_GROUP} ${CANNA_MODE}
-
-RCD_SCRIPTS= canna
-
-post-patch:
- ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
- ${SED} -e 's|\(SUBDIRS = \).*|\1 canna lib server cmd doc|' \
- -e 's|\(SERVERDIR = \).*|\1 server cmd doc|' \
- ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
- ${MV} ${WRKSRC}/Canna.conf ${WRKSRC}/Canna.conf.orig
- ${SED} -e 's|\(DicDir.*=\).*|\1${IMDICTDIR}/canna|' \
- ${WRKSRC}/Canna.conf.orig > ${WRKSRC}/Canna.conf
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}
-
-post-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/canna ${PREFIX}/etc/rc.d/canna
-
-.include "../../devel/nbitools/buildlink2.mk"
-.include "../../inputmethod/canna-lib/buildlink2.mk"
-
-.include "../canna/Makefile.include"
diff --git a/inputmethod/canna-server-bin/PLIST b/inputmethod/canna-server-bin/PLIST
deleted file mode 100644
index a09511937a5..00000000000
--- a/inputmethod/canna-server-bin/PLIST
+++ /dev/null
@@ -1,76 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2003/07/29 19:42:54 jmmv Exp $
-bin/addwords
-bin/canlisp
-bin/cannacheck
-bin/cannastat
-bin/catdic
-bin/chmoddic
-bin/cpdic
-bin/crfreq
-bin/crxdic
-bin/crxgram
-bin/cshost
-bin/ctow
-bin/delwords
-bin/dicar
-bin/dpbindic
-bin/dpromdic
-bin/dpxdic
-bin/forcpp
-bin/forsort
-bin/kpdic
-bin/lsdic
-bin/mergeword
-bin/mkbindic
-bin/mkdic
-bin/mkromdic
-bin/mvdic
-bin/rmdic
-bin/splitword
-bin/syncdic
-bin/wtoc
-etc/rc.d/canna
-man/ja_JP.EUC/man1/addwords.1
-man/ja_JP.EUC/man1/cannacheck.1
-man/ja_JP.EUC/man1/cannakill.1
-man/ja_JP.EUC/man1/cannaserver.1
-man/ja_JP.EUC/man1/cannastat.1
-man/ja_JP.EUC/man1/catdic.1
-man/ja_JP.EUC/man1/cpdic.1
-man/ja_JP.EUC/man1/cshost.1
-man/ja_JP.EUC/man1/ctow.1
-man/ja_JP.EUC/man1/delwords.1
-man/ja_JP.EUC/man1/dicar.1
-man/ja_JP.EUC/man1/dpbindic.1
-man/ja_JP.EUC/man1/dpromdic.1
-man/ja_JP.EUC/man1/lsdic.1
-man/ja_JP.EUC/man1/mkbindic.1
-man/ja_JP.EUC/man1/mkdic.1
-man/ja_JP.EUC/man1/mkromdic.1
-man/ja_JP.EUC/man1/mvdic.1
-man/ja_JP.EUC/man1/rmdic.1
-man/ja_JP.EUC/man1/splitword.1
-man/ja_JP.EUC/man1/wtoc.1
-man/man1/addwords.1
-man/man1/cannacheck.1
-man/man1/cannakill.1
-man/man1/cannaserver.1
-man/man1/cannastat.1
-man/man1/catdic.1
-man/man1/cpdic.1
-man/man1/cshost.1
-man/man1/ctow.1
-man/man1/delwords.1
-man/man1/dicar.1
-man/man1/dpbindic.1
-man/man1/dpromdic.1
-man/man1/lsdic.1
-man/man1/mkbindic.1
-man/man1/mkdic.1
-man/man1/mkromdic.1
-man/man1/mvdic.1
-man/man1/rmdic.1
-man/man1/splitword.1
-man/man1/wtoc.1
-sbin/cannakill
-sbin/cannaserver