pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/prime-el Import prime-el version 1.5.1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/96abf7b19381
branches: trunk
changeset: 539231:96abf7b19381
user: obache <obache%pkgsrc.org@localhost>
date: Sun Mar 02 02:51:51 2008 +0000
description:
Import prime-el version 1.5.1.3.
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 contains an emacs client of PRIME.
diffstat:
inputmethod/prime-el/DESCR | 9 +++++++++
inputmethod/prime-el/Makefile | 32 ++++++++++++++++++++++++++++++++
inputmethod/prime-el/PLIST | 43 +++++++++++++++++++++++++++++++++++++++++++
inputmethod/prime-el/distinfo | 5 +++++
4 files changed, 89 insertions(+), 0 deletions(-)
diffs (105 lines):
diff -r 6befc8b82020 -r 96abf7b19381 inputmethod/prime-el/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-el/DESCR Sun Mar 02 02:51:51 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 contains an emacs client of PRIME.
diff -r 6befc8b82020 -r 96abf7b19381 inputmethod/prime-el/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-el/Makefile Sun Mar 02 02:51:51 2008 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:51:51 obache Exp $
+#
+
+DISTNAME= prime-el-1.5.1.3
+PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+CATEGORIES= inputmethod
+MASTER_SITES= http://prime.sourceforge.jp/src/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://taiyaki.org/prime/emacs/
+COMMENT= PRIME client for emacsen
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= ${EMACS_PKGNAME_PREFIX}suikyo-elisp-[0-9]*:../../textproc/suikyo-elisp
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+
+CONFIGURE_ARGS+= --with-emacs-sitelispdir=${EMACS_LISPPREFIX}
+CONFIGURE_ARGS+= --with-prime-configdir=${PKG_SYSCONFDIR}
+
+PKG_SYSCONFSUBDIR= prime
+
+CONF_FILES+= ${PREFIX}/share/doc/prime/examples/Custom_prime-el.el \
+ ${PKG_SYSCONFDIR}/Custom_prime-el.el
+
+.include "../../devel/apel/buildlink3.mk"
+.include "../../devel/mell/buildlink3.mk"
+.include "../../inputmethod/prime/buildlink3.mk"
+.include "../../mk/emacs.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6befc8b82020 -r 96abf7b19381 inputmethod/prime-el/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-el/PLIST Sun Mar 02 02:51:51 2008 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/02 02:51:51 obache Exp $
+share/doc/prime/emacs/customize.html
+share/doc/prime/emacs/figures/screenshots/conversion_1.png
+share/doc/prime/emacs/figures/screenshots/conversion_2.png
+share/doc/prime/emacs/figures/screenshots/conversion_3.png
+share/doc/prime/emacs/figures/screenshots/enum-mode_off.png
+share/doc/prime/emacs/figures/screenshots/enum-mode_on.png
+share/doc/prime/emacs/figures/screenshots/input_d.png
+share/doc/prime/emacs/figures/screenshots/input_da.png
+share/doc/prime/emacs/figures/screenshots/input_dam.png
+share/doc/prime/emacs/figures/screenshots/mode_conv.png
+share/doc/prime/emacs/figures/screenshots/mode_fund.png
+share/doc/prime/emacs/figures/screenshots/mode_input.png
+share/doc/prime/emacs/figures/screenshots/mode_list.png
+share/doc/prime/emacs/figures/screenshots/mode_narrow.png
+share/doc/prime/emacs/figures/screenshots/mode_off.png
+share/doc/prime/emacs/figures/screenshots/mode_on.png
+share/doc/prime/emacs/figures/screenshots/para-multi-phrase_1.png
+share/doc/prime/emacs/figures/screenshots/para-multi-phrase_2.png
+share/doc/prime/emacs/figures/screenshots/para-multi-phrase_3.png
+share/doc/prime/emacs/index.html
+share/doc/prime/emacs/usage.html
+share/doc/prime/examples/Custom_prime-el.el
+${EMACS_LISPPREFIX}/init-prime.el
+${EMACS_LISPPREFIX}/prime-el/contrib/insparens.el
+${EMACS_LISPPREFIX}/prime-el/prime-conf.el
+${EMACS_LISPPREFIX}/prime-el/prime-conv-mode.el
+${EMACS_LISPPREFIX}/prime-el/prime-enum-mode.el
+${EMACS_LISPPREFIX}/prime-el/prime-fund-mode.el
+${EMACS_LISPPREFIX}/prime-el/prime-init.el
+${EMACS_LISPPREFIX}/prime-el/prime-input-mode.el
+${EMACS_LISPPREFIX}/prime-el/prime-log.el
+${EMACS_LISPPREFIX}/prime-el/prime-main.el
+${EMACS_LISPPREFIX}/prime-el/prime-process.el
+${EMACS_LISPPREFIX}/prime-el/prime-server.el
+${EMACS_LISPPREFIX}/prime-el/prime-socialite.el
+${EMACS_LISPPREFIX}/prime-el/prime-style.el
+${EMACS_LISPPREFIX}/prime-el/prime.el
+@dirrm ${EMACS_LISPPREFIX}/prime-el/contrib
+@dirrm ${EMACS_LISPPREFIX}/prime-el
+@dirrm share/doc/prime/emacs/figures/screenshots
+@dirrm share/doc/prime/emacs/figures
+@dirrm share/doc/prime/emacs
diff -r 6befc8b82020 -r 96abf7b19381 inputmethod/prime-el/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/prime-el/distinfo Sun Mar 02 02:51:51 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/02 02:51:51 obache Exp $
+
+SHA1 (prime-el-1.5.1.3.tar.gz) = 64a1ef184a99d1a0373b797ef7da2c9c06e6e7e8
+RMD160 (prime-el-1.5.1.3.tar.gz) = c20ba166d4cef4d32d605b189eedad83957fadb2
+Size (prime-el-1.5.1.3.tar.gz) = 145403 bytes
Home |
Main Index |
Thread Index |
Old Index