diff options
author | obache <obache@pkgsrc.org> | 2008-03-02 02:50:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-02 02:50:45 +0000 |
commit | 453ea3cf50667e2d4b28a8eddfb8a0e392e16084 (patch) | |
tree | 293cb6ee193abdf0cde2265f24bdbf44fa32eb1f /inputmethod | |
parent | b1b2a61162f758001769dc9eef8d15bb9dcedd04 (diff) | |
download | pkgsrc-453ea3cf50667e2d4b28a8eddfb8a0e392e16084.tar.gz |
Import prime-dict version 1.0.0.
PRIME is Japanese PRedictive Input Method Editor.
PRIME predicts the user's input using knowledge of natural languages and the
user's previous input to reduce the difficulty of typing. For example, when the
user types "ap", intending "application", PRIME might suggest "apple",
"application", and "appointment." The user then easily selects "application."
Currently, PRIME only supports Japanese.
This package provides dictionary files for prime.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/prime-dict/DESCR | 9 | ||||
-rw-r--r-- | inputmethod/prime-dict/Makefile | 21 | ||||
-rw-r--r-- | inputmethod/prime-dict/PLIST | 17 | ||||
-rw-r--r-- | inputmethod/prime-dict/distinfo | 5 |
4 files changed, 52 insertions, 0 deletions
diff --git a/inputmethod/prime-dict/DESCR b/inputmethod/prime-dict/DESCR new file mode 100644 index 00000000000..f3f29f1c614 --- /dev/null +++ b/inputmethod/prime-dict/DESCR @@ -0,0 +1,9 @@ +PRIME is Japanese PRedictive Input Method Editor. +PRIME predicts the user's input using knowledge of natural languages and the +user's previous input to reduce the difficulty of typing. For example, when the +user types "ap", intending "application", PRIME might suggest "apple", +"application", and "appointment." The user then easily selects "application." + +Currently, PRIME only supports Japanese. + +This package provides dictionary files for prime. diff --git a/inputmethod/prime-dict/Makefile b/inputmethod/prime-dict/Makefile new file mode 100644 index 00000000000..5a7f640fd9d --- /dev/null +++ b/inputmethod/prime-dict/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:50:45 obache Exp $ +# + +DISTNAME= prime-dict-1.0.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= inputmethod +MASTER_SITES= http://prime.sourceforge.jp/src/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://taiyaki.org/prime/ +COMMENT= Japanese PRedictive Input Method Editor (dictionary) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= # none + +CONFIGURE_ARGS+= --with-rubydir=${RUBY_SITELIBDIR} + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/prime-dict/PLIST b/inputmethod/prime-dict/PLIST new file mode 100644 index 00000000000..0fe9507f899 --- /dev/null +++ b/inputmethod/prime-dict/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 02:50:45 obache Exp $ +${RUBY_SITELIBDIR}/prime/prime-dict-config.rb +share/prime/dict/prime-dict +share/prime/dict/prime-dict-en +share/prime/dict/prime-dict-en-pos +share/prime/dict/prime-dict-en-pos.ary +share/prime/dict/prime-dict-en-pos_literal.ary +share/prime/dict/prime-dict-en.ary +share/prime/dict/prime-dict-en_literal.ary +share/prime/dict/prime-dict-pos +share/prime/dict/prime-dict-pos.ary +share/prime/dict/prime-dict-pos_literal.ary +share/prime/dict/prime-dict.ary +share/prime/dict/prime-dict_literal.ary +@dirrm share/prime/dict +@dirrm share/prime +@dirrm ${RUBY_SITELIBDIR}/prime diff --git a/inputmethod/prime-dict/distinfo b/inputmethod/prime-dict/distinfo new file mode 100644 index 00000000000..616eae303fb --- /dev/null +++ b/inputmethod/prime-dict/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/02 02:50:45 obache Exp $ + +SHA1 (prime-dict-1.0.0.tar.gz) = 1ad84d7ee9e9f2bad183ca12a9f47575c6d81516 +RMD160 (prime-dict-1.0.0.tar.gz) = 0501e534eb45395f7b30f779da370a52b672ce71 +Size (prime-dict-1.0.0.tar.gz) = 6756593 bytes |