aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/uim-el-xemacs21-mule/Makefile25
-rw-r--r--textproc/uim-el-xemacs21-mule/pkg-descr13
-rw-r--r--textproc/uim-el-xemacs21-mule/pkg-plist14
4 files changed, 53 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 32de53b0c15b..377fa4d4e4a6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -754,6 +754,7 @@
SUBDIR += ua-ispell
SUBDIR += uim
SUBDIR += uim-el
+ SUBDIR += uim-el-xemacs21-mule
SUBDIR += uni2ascii
SUBDIR += unroff
SUBDIR += unrtf
diff --git a/textproc/uim-el-xemacs21-mule/Makefile b/textproc/uim-el-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..4094e41a0f1a
--- /dev/null
+++ b/textproc/uim-el-xemacs21-mule/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: uim-el-xemacs21-mule
+# Date created: 24 December 2005
+# Whom: MANTANI Nobutaka <nobutaka@freebsd.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@freebsd.org
+
+COMMENT= XEmacs lisp for uim input method library
+
+CONFLICTS= uim-el-emacs21-[0-9]*
+
+CONFIGURE_ARGS=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp
+
+EMACS_PORT_NAME=xemacs21-mule
+EMACS_PACKAGESDIR= lib/xemacs/site-packages
+
+PLIST= ${.CURDIR}/pkg-plist
+DESCR= ${.CURDIR}/pkg-descr
+PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
+
+MASTERDIR= ${.CURDIR}/../uim-el
+
+.include "${MASTERDIR}/Makefile"
diff --git a/textproc/uim-el-xemacs21-mule/pkg-descr b/textproc/uim-el-xemacs21-mule/pkg-descr
new file mode 100644
index 000000000000..ec492ec69b2b
--- /dev/null
+++ b/textproc/uim-el-xemacs21-mule/pkg-descr
@@ -0,0 +1,13 @@
+uim aims for multilingual input method library.
+It works as an XIM server or an input module of GTK+ 2.x.
+And currently it supports following input methods.
+
+ Chinese: Pinyin
+ Japanese: Anthy, Prime, SKK, T-code, TUT-code
+ Korean: Hangul, Romaja
+ Vietnamese: VIQR
+ Other: IPA
+
+This port installs XEmacs lisp files for uim.
+
+WWW: http://uim.freedesktop.org/
diff --git a/textproc/uim-el-xemacs21-mule/pkg-plist b/textproc/uim-el-xemacs21-mule/pkg-plist
new file mode 100644
index 000000000000..7edb88a7900f
--- /dev/null
+++ b/textproc/uim-el-xemacs21-mule/pkg-plist
@@ -0,0 +1,14 @@
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-candidate.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-debug.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-key.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-keymap.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-leim.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-preedit.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-util.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim-var.el
+%%EMACS_PACKAGESDIR%%/lisp/uim-el/uim.el
+%%PORTDOCS%%%%DOCSDIR_JA%%/README.ja
+%%PORTDOCS%%%%DOCSDIR%%/README
+@dirrm %%EMACS_PACKAGESDIR%%/lisp/uim-el
+%%PORTDOCS%%@dirrm %%DOCSDIR_JA%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%