1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Add migemo-emacs22, Japanese incremental search tool for emacs.

This commit is contained in:
MANTANI Nobutaka 2007-08-04 08:05:03 +00:00
parent 2273790ab8
commit af0a4b3d56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197055
3 changed files with 44 additions and 0 deletions

View File

@ -202,6 +202,7 @@
SUBDIR += migemo
SUBDIR += migemo-emacs20
SUBDIR += migemo-emacs21
SUBDIR += migemo-emacs22
SUBDIR += migemo-xemacs-devel-mule
SUBDIR += mikachan-ttfonts
SUBDIR += mime_pls

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: Migemo (for emacs)
# Date created: 4 August 2007
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
COMMENT= Japanese incremental search tool for emacs
MASTERDIR= ${.CURDIR}/../../japanese/migemo
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
PKGMESSAGE= ${MASTERDIR}/pkg-message
USE_EMACS= yes
EMACS_PORT_NAME?= emacs22
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
CONFLICTS= ja-migemo-emacs21-[0-9]*
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
ALL_TARGET= migemo.elc
PLIST_SUB= MIGEMO="@comment " ELISP=""
do-install:
${INSTALL_DATA} ${WRKSRC}/migemo.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
${INSTALL_DATA} ${WRKSRC}/migemo.elc ${PREFIX}/${EMACS_LIBDIR}/site-lisp
.include "${MASTERDIR}/Makefile"

View File

@ -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@FreeBSD.org>