diff options
author | obache <obache@pkgsrc.org> | 2010-02-15 13:35:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-15 13:35:21 +0000 |
commit | 778d65ea5f04ca8061bbad5d504e051983a88961 (patch) | |
tree | 40e1f213a84ec8f81a20482616fc6a2c2c5beb5f /inputmethod/sj3-client | |
parent | 982390a4ca9cfd61198fa51efb90f685952cbe1e (diff) | |
download | pkgsrc-778d65ea5f04ca8061bbad5d504e051983a88961.tar.gz |
Update sj3 to 2.0.1.23p1.
Re-arranged packages:
* sj3-lib:removed
* sj3-dict: removed
* sj3-server-bin: removed
* sj3-client: added (lib + client tools)
* sj3-server: no more meta-pkg (server + dict)
* sj3: added (sj3-server + sj3-client)
Notable changes since 2.0.1.21:
* changed to gnu-configure.
* sj3lib is shared library.
* using lua for server settings.
* sj3 command was removed.
* sj3serv no longer listen network socket. Set "false" to "strict_auth" and
invoke sj3proxy additionaly if require it.
* dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
On pkgsrc, new location is ${VARBASE}/sj3/dict.
Diffstat (limited to 'inputmethod/sj3-client')
-rw-r--r-- | inputmethod/sj3-client/DESCR | 3 | ||||
-rw-r--r-- | inputmethod/sj3-client/Makefile | 16 | ||||
-rw-r--r-- | inputmethod/sj3-client/PLIST | 9 | ||||
-rw-r--r-- | inputmethod/sj3-client/buildlink3.mk | 13 |
4 files changed, 41 insertions, 0 deletions
diff --git a/inputmethod/sj3-client/DESCR b/inputmethod/sj3-client/DESCR new file mode 100644 index 00000000000..a87b65eba05 --- /dev/null +++ b/inputmethod/sj3-client/DESCR @@ -0,0 +1,3 @@ +SJ3 is is a Japanese input system developed by Sony Corporation. + +This package contains the Kana-Kanji conversion library and client utilities. diff --git a/inputmethod/sj3-client/Makefile b/inputmethod/sj3-client/Makefile new file mode 100644 index 00000000000..11df0ccdade --- /dev/null +++ b/inputmethod/sj3-client/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2010/02/15 13:35:21 obache Exp $ +# + +.include "../../inputmethod/sj3/Makefile.common" + +PKGNAME= ${DISTNAME:S/sj3-/sj3-client-/} + +COMMENT= SJ3 Japanese input method client & library + +CONFLICTS= sj3-lib-[0-9]* sj3-server-bin-[0-9]* + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS+= --enable-client + +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/sj3-client/PLIST b/inputmethod/sj3-client/PLIST new file mode 100644 index 00000000000..467c862a7d6 --- /dev/null +++ b/inputmethod/sj3-client/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2010/02/15 13:35:21 obache Exp $ +bin/sj3dic +bin/sj3stat +include/sj3lib.h +lib/libsj3lib.la +lib/pkgconfig/sj3lib.pc +man/man1/sj3dic.1 +share/doc/sj3/Nihongo.ps +share/doc/sj3/sj3lib.ms diff --git a/inputmethod/sj3-client/buildlink3.mk b/inputmethod/sj3-client/buildlink3.mk new file mode 100644 index 00000000000..64ba48cf51f --- /dev/null +++ b/inputmethod/sj3-client/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2010/02/15 13:35:21 obache Exp $ +# + +BUILDLINK_TREE+= sj3-client + +.if !defined(SJ3_CLIENT_BUILDLINK3_MK) +SJ3_CLIENT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.sj3-client+= sj3-client>=2.0.1.23 +BUILDLINK_PKGSRCDIR.sj3-client?= ../../inputmethod/sj3-client +.endif # SJ3_CLIENT_BUILDLINK3_MK + +BUILDLINK_TREE+= -sj3-client |