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:
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
|
@ -15,6 +15,7 @@
|
||||||
SUBDIR += biew
|
SUBDIR += biew
|
||||||
SUBDIR += bitmap-emacs20
|
SUBDIR += bitmap-emacs20
|
||||||
SUBDIR += bitmap-mule
|
SUBDIR += bitmap-mule
|
||||||
|
SUBDIR += boiling-egg
|
||||||
SUBDIR += bpatch
|
SUBDIR += bpatch
|
||||||
SUBDIR += bvi
|
SUBDIR += bvi
|
||||||
SUBDIR += chexedit
|
SUBDIR += chexedit
|
||||||
|
|
29
editors/boiling-egg/Makefile
Normal file
29
editors/boiling-egg/Makefile
Normal 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>
|
1
editors/boiling-egg/distinfo
Normal file
1
editors/boiling-egg/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (boiling-egg.el) = b5e889b18e7acc8bf4c55b864f8a6313
|
1
editors/boiling-egg/pkg-comment
Normal file
1
editors/boiling-egg/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A front-end of Egg V4
|
11
editors/boiling-egg/pkg-descr
Normal file
11
editors/boiling-egg/pkg-descr
Normal 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/
|
1
editors/boiling-egg/pkg-plist
Normal file
1
editors/boiling-egg/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
share/emacs/site-lisp/boiling-egg.el
|
Loading…
Reference in a new issue