summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-12-12 08:57:59 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-12-12 08:57:59 +0000
commit838f33c1c4905d1f010f79f67db7e378b9635e41 (patch)
tree0f59ea196373179b752298d4e0b9cbd2a785222f
parentChase the libxine.so version change. (diff)
Add migemo-emacs21, a Japanese incremental search tool for emacs21.
Reviewed by: knu
Notes
Notes: svn path=/head/; revision=51391
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/migemo-emacs21/Makefile34
-rw-r--r--japanese/migemo-emacs21/pkg-comment1
-rw-r--r--japanese/migemo-emacs21/pkg-descr11
4 files changed, 47 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 7614b4a66342..8f6ba28abb39 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -203,6 +203,7 @@
SUBDIR += micq
SUBDIR += migemo
SUBDIR += migemo-emacs20
+ SUBDIR += migemo-emacs21
SUBDIR += migemo-xemacs21-mule
SUBDIR += mimekit
SUBDIR += mnews
diff --git a/japanese/migemo-emacs21/Makefile b/japanese/migemo-emacs21/Makefile
new file mode 100644
index 000000000000..85cb4a9bb945
--- /dev/null
+++ b/japanese/migemo-emacs21/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: Migemo (for emacs21)
+# Date created: 8 Nov 2001
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+
+MASTERDIR= ${.CURDIR}/../../japanese/migemo
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+PKGMESSAGE= ${MASTERDIR}/pkg-message
+
+EMACS_PORT_NAME= emacs21
+BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel
+RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel \
+ migemo:${PORTSDIR}/japanese/migemo
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
+ALL_TARGET= migemo.elc
+
+PLIST_SUB= MIGEMO="@comment " ELISP=""
+
+do-install:
+ ${MKDIR} ${PREFIX}/${EMACS_LIBDIR}/site-lisp/migemo
+ ${INSTALL_DATA} ${WRKSRC}/migemo.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+ ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include "${MASTERDIR}/Makefile"
diff --git a/japanese/migemo-emacs21/pkg-comment b/japanese/migemo-emacs21/pkg-comment
new file mode 100644
index 000000000000..68063da55b45
--- /dev/null
+++ b/japanese/migemo-emacs21/pkg-comment
@@ -0,0 +1 @@
+Japanese incremental search tool for emacs21
diff --git a/japanese/migemo-emacs21/pkg-descr b/japanese/migemo-emacs21/pkg-descr
new file mode 100644
index 000000000000..a62fc3603cc2
--- /dev/null
+++ b/japanese/migemo-emacs21/pkg-descr
@@ -0,0 +1,11 @@
+Migemo is a Japanese incremental search tool for Emacs.
+You can search Japanese words on Emacs without Kanji conversion.
+
+To use Migemo, you must set following elisp to your own .emacs file.
+
+(load-library "migemo")
+
+WWW: http://migemo.namazu.org/
+
+--
+MANTANI Nobutaka <nobutaka@nobutaka.com>