Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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.

View File

@@ -0,0 +1,11 @@
===========================================================================
$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")
===========================================================================

View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.5 2013/06/06 12:54:38 wiz Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
PKGREVISION= 3
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/mozc-server/Makefile.common"

View File

@@ -0,0 +1,4 @@
@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