Import ibus-el-0.1.1 as wip/ibus-el.
ibus.el is a IBus client for GNU Emacs. This program allows users on-the-spot style input with IBus. The input statuses are individually kept for each buffer, and prefix-keys such as C-x and C-c can be used even if IBus is active. So you can input various languages fast and comfortably by using it.
This commit is contained in:
parent
1e66744ab9
commit
7b400ccb43
4 changed files with 55 additions and 0 deletions
4
ibus-el/DESCR
Normal file
4
ibus-el/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
ibus.el is a IBus client for GNU Emacs. This program allows users on-the-spot
|
||||
style input with IBus. The input statuses are individually kept for each
|
||||
buffer, and prefix-keys such as C-x and C-c can be used even if IBus is active.
|
||||
So you can input various languages fast and comfortably by using it.
|
42
ibus-el/Makefile
Normal file
42
ibus-el/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/06/23 07:47:02 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ibus-el-0.1.1
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://www11.atwiki.jp/s-irie/pages/21.html
|
||||
COMMENT= IBus client for GNU Emacs
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ibus>=1.2:../../wip/ibus
|
||||
DEPENDS+= ${PYPKGPREFIX}-xlib-[0-9]*:../../wip/py-xlib
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
REPLACE_PYTHON= ibus-el-agent
|
||||
# then execute directly
|
||||
SUBST_CLASSES+= pycmd
|
||||
SUBST_STAGE.pycmd= pre-build
|
||||
SUBST_FILES.pycmd= ibus.el
|
||||
SUBST_SED.pycmd= -e 's|"python"|nil|'
|
||||
|
||||
do-build:
|
||||
${RUN} cd ${WRKSRC}; \
|
||||
${SETENV} ${PKGSRC_MAKE_ENV} \
|
||||
${EMACS_BIN} --no-init-file --no-site-file -batch \
|
||||
-f batch-byte-compile ibus.el
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
${INSTALL_DATA} ${WRKSRC}/ibus.el ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
${INSTALL_DATA} ${WRKSRC}/ibus.elc ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ibus-el-agent ${DESTDIR}${EMACS_LISPPREFIX}
|
||||
|
||||
.include "../../editors/emacs/modules.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
ibus-el/PLIST
Normal file
4
ibus-el/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/23 07:47:02 obache Exp $
|
||||
${EMACS_LISPPREFIX}/ibus-el-agent
|
||||
${EMACS_LISPPREFIX}/ibus.el
|
||||
${EMACS_LISPPREFIX}/ibus.elc
|
5
ibus-el/distinfo
Normal file
5
ibus-el/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/06/23 07:47:02 obache Exp $
|
||||
|
||||
SHA1 (ibus-el-0.1.1.tar.gz) = 8771682054952cbd2d5e85fdd086164272ab07bb
|
||||
RMD160 (ibus-el-0.1.1.tar.gz) = fadbdea2c94f2f2a39b15cd33e395ab9aee492b1
|
||||
Size (ibus-el-0.1.1.tar.gz) = 46810 bytes
|
Loading…
Reference in a new issue