pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/prime-dict Import prime-dict version 1.0.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6befc8b82020
branches: trunk
changeset: 539230:6befc8b82020
user: obache <obache%pkgsrc.org@localhost>
date: Sun Mar 02 02:50:45 2008 +0000
description:
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:
inputmethod/prime-dict/DESCR | 9 +++++++++
inputmethod/prime-dict/Makefile | 21 +++++++++++++++++++++
inputmethod/prime-dict/PLIST | 17 +++++++++++++++++
inputmethod/prime-dict/distinfo | 5 +++++
4 files changed, 52 insertions(+), 0 deletions(-)
diffs (68 lines):
diff -r e568df4b9923 -r 6befc8b82020 inputmethod/prime-dict/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-dict/DESCR Sun Mar 02 02:50:45 2008 +0000
@@ -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 -r e568df4b9923 -r 6befc8b82020 inputmethod/prime-dict/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-dict/Makefile Sun Mar 02 02:50:45 2008 +0000
@@ -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@localhost
+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 -r e568df4b9923 -r 6befc8b82020 inputmethod/prime-dict/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-dict/PLIST Sun Mar 02 02:50:45 2008 +0000
@@ -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 -r e568df4b9923 -r 6befc8b82020 inputmethod/prime-dict/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-dict/distinfo Sun Mar 02 02:50:45 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index