diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-25 06:10:54 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-25 06:10:54 +0000 |
commit | 25e658047ca6b796b0a3c72255a180a500050105 (patch) | |
tree | e022991f1905013cf0d80a0d9da1219d5c913dff /textproc/uim-el-xemacs21-mule | |
parent | 2d18566100e942f53a7a8ca26fb0ea22a28bb7c6 (diff) |
Notes
Diffstat (limited to 'textproc/uim-el-xemacs21-mule')
-rw-r--r-- | textproc/uim-el-xemacs21-mule/Makefile | 25 | ||||
-rw-r--r-- | textproc/uim-el-xemacs21-mule/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/uim-el-xemacs21-mule/pkg-plist | 14 |
3 files changed, 52 insertions, 0 deletions
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%% |