mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add uim-el-xemacs21-mule. uim-el-xemacs21-mule is XEmacs lisp for uim input method library.
This commit is contained in:
parent
2d18566100
commit
25e658047c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151993
@ -754,6 +754,7 @@
|
||||
SUBDIR += ua-ispell
|
||||
SUBDIR += uim
|
||||
SUBDIR += uim-el
|
||||
SUBDIR += uim-el-xemacs21-mule
|
||||
SUBDIR += uni2ascii
|
||||
SUBDIR += unroff
|
||||
SUBDIR += unrtf
|
||||
|
25
textproc/uim-el-xemacs21-mule/Makefile
Normal file
25
textproc/uim-el-xemacs21-mule/Makefile
Normal file
@ -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"
|
13
textproc/uim-el-xemacs21-mule/pkg-descr
Normal file
13
textproc/uim-el-xemacs21-mule/pkg-descr
Normal file
@ -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/
|
14
textproc/uim-el-xemacs21-mule/pkg-plist
Normal file
14
textproc/uim-el-xemacs21-mule/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user