summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-server
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 04:55:23 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 04:55:23 +0000
commitcc4ac9bbccc2fea65aa034fa8e79035512b82ac5 (patch)
treeb5c019d07a13a58aa3f6b4fafd49a7ab8498460a /inputmethod/sj3-server
parent366f3b7f81ee1faebd5affba8e805bbcde568651 (diff)
downloadpkgsrc-cc4ac9bbccc2fea65aa034fa8e79035512b82ac5.tar.gz
* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.
* Fully convert to pkginstall framework by properly using OWN_DIRS* to manage required directories during package installation and deinstallation. * Drop the need to explicitly set PREFIX in the package Makefiles. We now install into ${LOCALBASE} like all other pkgsrc packages and use symlinks and file copies to put the right files into ${IMDICTDIR}. * Change default dependency relationship in sj3-lib/buildlink3.mk to a build dependency since it the package only installs headers and a static library archive. * Move some important setup instructions from the DESCR file to MESSAGE files so that the admin will see them at package installation. * Rewrite the sj3 rc.d script so that all necessary directories are created before the daemon is started. * Miscellaneous touch ups to the DESCR and MESSAGE files. Bump the PKGREVISIONs on the sj3* packages.
Diffstat (limited to 'inputmethod/sj3-server')
-rw-r--r--inputmethod/sj3-server/DESCR24
-rw-r--r--inputmethod/sj3-server/Makefile10
2 files changed, 9 insertions, 25 deletions
diff --git a/inputmethod/sj3-server/DESCR b/inputmethod/sj3-server/DESCR
index f794a1fa9ce..447a901c972 100644
--- a/inputmethod/sj3-server/DESCR
+++ b/inputmethod/sj3-server/DESCR
@@ -1,20 +1,4 @@
-This is SJ3 2.0.1.20, a Japanese input method.
-This system developed by Sony Corporation.
-SJ3 is composed of Kana-Kanji conversion server(sj3serv),
-Kana-Kanji conversion client for terminal(sj3) and Kana-Kanji
-conversion library(sj3lib).
-
-If you start up sj3serv, you must add a following entry into
-/etc/services file or NIS/YP services map.
-
-sj3 3086/tcp
-
-This port number may be changed by the setup file(See manpages).
-
-This also include many patches for FreeBSD or others.
-(Remove warning, support pseudo-terminal of FreeBSD,
- some bug fix and change make rules.) If there are any problem
-in this patches, please know me via E-mail.
-
-Hidekazu Kuroki
-(hidekazu@cs.titech.ac.jp)
+SJ3 is a Japanese input method developed by Sony Corporation. SJ3 is
+composed of a Kana-Kanji conversion server (sj3serv), a Kana-Kanji
+conversion client for terminals (sj3) and Kana-Kanji conversion library
+(sj3lib).
diff --git a/inputmethod/sj3-server/Makefile b/inputmethod/sj3-server/Makefile
index 17b5c35d339..66c8fe83688 100644
--- a/inputmethod/sj3-server/Makefile
+++ b/inputmethod/sj3-server/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2005/09/28 18:22:11 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2006/07/05 04:55:24 jlam Exp $
DISTNAME= sj3-server-2.0.1.20
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= japanese inputmethod
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-COMMENT= Japanese input method (server)
+COMMENT= SJ3 Japanese input method server
-DEPENDS+= sj3-server-bin>=2.0.1.20nb1:../../inputmethod/sj3-server-bin
-DEPENDS+= sj3-dict>=2.0.1.20nb1:../../inputmethod/sj3-dict
+DEPENDS+= sj3-server-bin>=2.0.1.20nb6:../../inputmethod/sj3-server-bin
+DEPENDS+= sj3-dict>=2.0.1.20nb3:../../inputmethod/sj3-dict
EXTRACT_ONLY= # empty
NO_CONFIGURE= YES