Add boiling-egg, a front-end of Egg (Tamago) V4.

PR:		ports/26400
Submitted by:	Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
This commit is contained in:
Akinori MUSHA 2001-04-09 10:30:31 +00:00
parent e0481c23f4
commit 816fa062f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41119
6 changed files with 44 additions and 0 deletions

View file

@ -15,6 +15,7 @@
SUBDIR += biew
SUBDIR += bitmap-emacs20
SUBDIR += bitmap-mule
SUBDIR += boiling-egg
SUBDIR += bpatch
SUBDIR += bvi
SUBDIR += chexedit

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: boiling-egg
# Date created: 9 January 2001
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= boiling-egg
PORTVERSION= 0.02
CATEGORIES= editors elisp
MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/
DISTNAME= ${PORTNAME}.el
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
RUN_DEPENDS= tamago:${PORTSDIR}/editors/tamago
NO_WRKSUBDIR= yes
NO_BUILD= yes
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
do-install:
${MKDIR} ${ELISPDIR}
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (boiling-egg.el) = b5e889b18e7acc8bf4c55b864f8a6313

View file

@ -0,0 +1 @@
A front-end of Egg V4

View file

@ -0,0 +1,11 @@
Boiling egg is a front-end of Egg (Tamago) V4.
You can convert roma-ji to kana without toggling input method.
Put the expression below into your ~/.emacs.
(autoload 'boiling-rK-trans "boiling-egg" "romaji-kanji conversion" t)
(autoload 'boiling-rhkR-trans "boiling-egg" "romaji-kana conversion" t)
(global-set-key "\C-o" 'boiling-rK-trans)
(global-set-key "\eo" 'boiling-rhkR-trans)
WWW: http://www.gcd.org/sengoku/boiling-egg/

View file

@ -0,0 +1 @@
share/emacs/site-lisp/boiling-egg.el