Add migemo-xemacs21-mule as a slave port of migemo-emacs20.

This commit is contained in:
Akinori MUSHA 2001-04-11 04:54:06 +00:00
parent e4250de367
commit 603c83d1cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41267
4 changed files with 28 additions and 0 deletions

View File

@ -169,6 +169,7 @@
SUBDIR += mhonarc
SUBDIR += micq
SUBDIR += migemo-emacs20
SUBDIR += migemo-xemacs21-mule
SUBDIR += mimekit
SUBDIR += mnews
SUBDIR += mnews-gnspool

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: Migemo (for xemacs21-mule)
# Date Created: 24 Mar 2001
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../japanese/migemo-emacs20
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
PKGMESSAGE= ${MASTERDIR}/pkg-message
EMACS_PORT_NAME= xemacs21-mule
.include <${MASTERDIR}/Makefile>

View File

@ -0,0 +1 @@
Japanese incremental search tool for xemacs21-mule

View File

@ -0,0 +1,11 @@
Migemo is a Japanese incremental search tool for XEmacs.
You can search Japanese words on XEmacs 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>