Wed Mar 13 15:07:38 2013 UTC ()
Import mozc-elisp-1.6.1187.102 as inputmethod/mozc-elisp.

Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package includes Emacs LISP and helper program to use mozc on emacs.

This package is based on PR pkg/47573.


(ryoon)
diff -r0 -r1.1 pkgsrc/inputmethod/mozc-elisp/DESCR
diff -r0 -r1.1 pkgsrc/inputmethod/mozc-elisp/MESSAGE
diff -r0 -r1.1 pkgsrc/inputmethod/mozc-elisp/Makefile
diff -r0 -r1.1 pkgsrc/inputmethod/mozc-elisp/PLIST

File Added: pkgsrc/inputmethod/mozc-elisp/DESCR
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package includes Emacs LISP and helper program to use mozc on emacs.

File Added: pkgsrc/inputmethod/mozc-elisp/MESSAGE
===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/03/13 15:07:38 ryoon Exp $

To activate mozc on emacs, you will need to add the following lines to
your .emacs or ${EMACS_LISPPREFIX}/site-start.el:

	(set-language-environment "Japanese")
	(require 'mozc)
	(setq default-input-method "japanese-mozc")

===========================================================================

File Added: pkgsrc/inputmethod/mozc-elisp/Makefile
# $NetBSD: Makefile,v 1.1 2013/03/13 15:07:38 ryoon Exp $
#

PKGNAME=	${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
CATEGORIES=	inputmethod editors

EMACS_MODULES=	base leim

.include "../../editors/emacs/modules.mk"

INSTALLATION_DIRS=	${EMACS_LISPPREFIX} bin

do-build:
	cd ${WRKSRC} && env ${MAKE_ENV} \
		${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
			unix/emacs/emacs.gyp:mozc_emacs_helper
	cd ${WRKSRC}/unix/emacs && \
		${EMACS_BIN} -q -batch -no-site-file -no-init-file \
			-f batch-byte-compile mozc.el

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_emacs_helper \
		${DESTDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/unix/emacs/mozc.el \
		${DESTDIR}${EMACS_LISPPREFIX}
	${INSTALL_DATA} ${WRKSRC}/unix/emacs/mozc.elc \
		${DESTDIR}${EMACS_LISPPREFIX}

.include "../../inputmethod/ibus-mozc/Makefile.common"

File Added: pkgsrc/inputmethod/mozc-elisp/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/03/13 15:07:38 ryoon Exp $
bin/mozc_emacs_helper
${EMACS_LISPPREFIX}/mozc.el
${EMACS_LISPPREFIX}/mozc.elc