pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim-mozc Import uim-mozc-1.13.1651.102 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d24e580beaa
branches:  trunk
changeset: 629350:4d24e580beaa
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jan 20 10:45:57 2014 +0000

description:
Import uim-mozc-1.13.1651.102 as inputmethod/uim-mozc.

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 provides mozc module for uim inputmethod.

diffstat:

 inputmethod/uim-mozc/DEINSTALL |   6 ++++
 inputmethod/uim-mozc/DESCR     |   5 ++++
 inputmethod/uim-mozc/INSTALL   |   6 ++++
 inputmethod/uim-mozc/Makefile  |  52 ++++++++++++++++++++++++++++++++++++++++++
 inputmethod/uim-mozc/PLIST     |   9 +++++++
 inputmethod/uim-mozc/distinfo  |   8 ++++++
 6 files changed, 86 insertions(+), 0 deletions(-)

diffs (110 lines):

diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/DEINSTALL    Mon Jan 20 10:45:57 2014 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: DEINSTALL,v 1.1 2014/01/20 10:45:57 ryoon Exp $
+case ${STAGE} in
+POST-INSTALL)
+       ${PREFIX}/bin/uim-module-manager --unregister mozc
+       ;;
+esac
diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/DESCR        Mon Jan 20 10:45:57 2014 +0000
@@ -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 provides mozc module for uim inputmethod.
diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/INSTALL      Mon Jan 20 10:45:57 2014 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: INSTALL,v 1.1 2014/01/20 10:45:57 ryoon Exp $
+case ${STAGE} in
+POST-INSTALL)
+       ${PREFIX}/bin/uim-module-manager --register mozc
+       ;;
+esac
diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/Makefile     Mon Jan 20 10:45:57 2014 +0000
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1 2014/01/20 10:45:57 ryoon Exp $
+
+PKGNAME=       uim-${DISTNAME}
+
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz
+SITES.uim-mozc-331.tar.xz=     ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
+
+CONFLICTS+=    ibus-mozc<=1.13.1651.102
+
+INSTALLATION_DIRS+=    lib/uim/plugin share/uim/pixmaps
+
+DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
+DEPENDS+=      mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer
+DEPENDS+=      mozc-server-[0-9]*:../../inputmethod/mozc-server
+DEPENDS+=      mozc-tool-[0-9]*:../../inputmethod/mozc-tool
+
+SUBST_CLASSES+=                        mozc_tool
+SUBST_STAGE.mozc_tool=         pre-configure
+SUBST_MESSAGE.mozc_tool=       Fixing mozc_tool path
+SUBST_FILES.mozc_tool=         scm/mozc-custom.scm
+SUBST_SED.mozc_tool=           -e 's,/usr/lib/mozc/mozc_tool,${PREFIX}/libexec/mozc_tool,g'
+
+post-extract:
+       mv ${WRKDIR}/uim-mozc-331/uim ${WRKSRC}/unix
+       mv ${WRKDIR}/uim-mozc-331/scm ${WRKSRC}
+
+do-build:
+       cd ${WRKSRC} && env ${MAKE_ENV} \
+               ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
+                       unix/uim/uim.gyp:uim-mozc \
+                       renderer/renderer.gyp:mozc_renderer
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/libuim-mozc.so \
+               ${DESTDIR}${PREFIX}/lib/uim/plugin
+       ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ime_product_icon_opensource-32.png \
+               ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc.png
+       ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-tool.png \
+               ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_selector.png
+       ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-properties.png \
+               ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_config_dialog.png
+       ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-dictionary.png \
+               ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_dictionary_tool.png
+       ${INSTALL_DATA} ${WRKSRC}/scm/mozc-custom.scm \
+               ${DESTDIR}${PREFIX}/share/uim
+       ${INSTALL_DATA} ${WRKSRC}/scm/mozc-key-custom.scm \
+               ${DESTDIR}${PREFIX}/share/uim
+       ${INSTALL_DATA} ${WRKSRC}/scm/mozc.scm \
+               ${DESTDIR}${PREFIX}/share/uim
+
+.include "../../inputmethod/uim/buildlink3.mk"
+.include "../../inputmethod/mozc-server/Makefile.common"
diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/PLIST        Mon Jan 20 10:45:57 2014 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/20 10:45:57 ryoon Exp $
+lib/uim/plugin/libuim-mozc.so
+share/uim/mozc-custom.scm
+share/uim/mozc-key-custom.scm
+share/uim/mozc.scm
+share/uim/pixmaps/mozc.png
+share/uim/pixmaps/mozc_tool_config_dialog.png
+share/uim/pixmaps/mozc_tool_dictionary_tool.png
+share/uim/pixmaps/mozc_tool_selector.png
diff -r 30ea11072c3c -r 4d24e580beaa inputmethod/uim-mozc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim-mozc/distinfo     Mon Jan 20 10:45:57 2014 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2014/01/20 10:45:57 ryoon Exp $
+
+SHA1 (mozc-1.13.1651.102.tar.bz2) = 24680b3d350e5332f2235b9c1342127f6ef0fd63
+RMD160 (mozc-1.13.1651.102.tar.bz2) = 260a23c2f9f3b909aefe63c865f3b87013d2fb53
+Size (mozc-1.13.1651.102.tar.bz2) = 31635636 bytes
+SHA1 (uim-mozc-331.tar.xz) = 760d1deb5964358d1dc064e44d45eec38d94d9ec
+RMD160 (uim-mozc-331.tar.xz) = db4df92b8adc0e6202cf7f61c326b1503e157d9b
+Size (uim-mozc-331.tar.xz) = 30580 bytes



Home | Main Index | Thread Index | Old Index