diff options
author | obache <obache@pkgsrc.org> | 2010-07-17 08:34:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-17 08:34:39 +0000 |
commit | 6f6565f3e3e50ebdb0a96bd295632871311d1f97 (patch) | |
tree | 6c612d61cce9ce7af2a3629e4e43c48260834aa3 | |
parent | 857b1b38346dab1fdea195611446440fe55a7422 (diff) | |
download | pkgsrc-6f6565f3e3e50ebdb0a96bd295632871311d1f97.tar.gz |
Import skk-jisyo-200708 as inputmethod/skk-jisyo.
Based on packaged by uebayasi@ in pkgsrc-wip-jp,
Modified by Ryo ONODERA in pkgsrc-wip.
A basic set of Kana-Kanji conversion dictionary developed by SKK project.
-rw-r--r-- | inputmethod/skk-jisyo/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/skk-jisyo/Makefile | 28 | ||||
-rw-r--r-- | inputmethod/skk-jisyo/PLIST | 2 | ||||
-rw-r--r-- | inputmethod/skk-jisyo/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/inputmethod/skk-jisyo/DESCR b/inputmethod/skk-jisyo/DESCR new file mode 100644 index 00000000000..50f0f509c8a --- /dev/null +++ b/inputmethod/skk-jisyo/DESCR @@ -0,0 +1 @@ +A basic set of Kana-Kanji conversion dictionary developed by SKK project. diff --git a/inputmethod/skk-jisyo/Makefile b/inputmethod/skk-jisyo/Makefile new file mode 100644 index 00000000000..9861c80c9a9 --- /dev/null +++ b/inputmethod/skk-jisyo/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/17 08:34:39 obache Exp $ +# + +DISTNAME= SKK-JISYO.L.${SKKJISYO_VERS} +PKGNAME= skk-jisyo-${SKKJISYO_VERS} +CATEGORIES= japanese inputmethod +MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=matusita/skk-jisyo/} +EXTRACT_SUFX= .bz2 + +MAINTAINER= ryo_on@yk.rim.or.jp +HOMEPAGE= http://openlab.ring.gr.jp/skk/wiki/wiki.cgi?page=SKK%BC%AD%BD%F1 +COMMENT= Dictionary collection for SKK + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= skkserv<3.9.4nb7 + +NO_BUILD= yes + +SKKJISYO_VERS= 200708 + +INSTALLATION_DIRS+= ${PREFIX}/share/skk + +do-install: + ${INSTALL_DATA} ${WRKDIR}/SKK-JISYO.L.${SKKJISYO_VERS} \ + ${DESTDIR}${PREFIX}/share/skk/SKK-JISYO.L + +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/skk-jisyo/PLIST b/inputmethod/skk-jisyo/PLIST new file mode 100644 index 00000000000..656cf4a4c26 --- /dev/null +++ b/inputmethod/skk-jisyo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/17 08:34:39 obache Exp $ +share/skk/SKK-JISYO.L diff --git a/inputmethod/skk-jisyo/distinfo b/inputmethod/skk-jisyo/distinfo new file mode 100644 index 00000000000..16fe24ab268 --- /dev/null +++ b/inputmethod/skk-jisyo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/17 08:34:39 obache Exp $ + +SHA1 (SKK-JISYO.L.200708.bz2) = 620f94600dd514ffc975eb164b3a7e4036ecfc9a +RMD160 (SKK-JISYO.L.200708.bz2) = d92aae5ad01960f098a087b226bde5102cc8ca54 +Size (SKK-JISYO.L.200708.bz2) = 1681064 bytes |