pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/uim Update to 0.4.6, provided by Ei Ohno i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78a14abe736c
branches: trunk
changeset: 491777:78a14abe736c
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 29 18:47:51 2005 +0000
description:
Update to 0.4.6, provided by Ei Ohno in PR 29812; originally from Jun
Yamashiro.
Changes in 0.4.6:
A GUI preference tool was introduced, both for Gtk and Qt. uim-kdehelper and
UimQt were merged. A plugin system was introduced.
Package changes:
conversion engine anthy or canna can select by setting the
PKG_OPTIONS.uim variable.
buildlink3.mk added.
diffstat:
inputmethod/uim/DESCR | 3 +
inputmethod/uim/MESSAGE | 7 --
inputmethod/uim/Makefile | 19 ++++-
inputmethod/uim/PLIST | 78 -------------------------
inputmethod/uim/PLIST.anthy | 2 +
inputmethod/uim/PLIST.canna | 2 +
inputmethod/uim/PLIST.common | 118 +++++++++++++++++++++++++++++++++++++++
inputmethod/uim/PLIST.qt | 7 ++
inputmethod/uim/buildlink3.mk | 18 +++++
inputmethod/uim/distinfo | 9 +-
inputmethod/uim/options.mk | 51 ++++++++++++++++
inputmethod/uim/patches/patch-aa | 21 ------
12 files changed, 219 insertions(+), 116 deletions(-)
diffs (truncated from 414 to 300 lines):
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/DESCR
--- a/inputmethod/uim/DESCR Tue Mar 29 18:44:38 2005 +0000
+++ b/inputmethod/uim/DESCR Tue Mar 29 18:47:51 2005 +0000
@@ -1,2 +1,5 @@
Uim is a lightweight and full featured multilingual input method library
and is simple, secure and flexible.
+
+Supported languages:
+Japanese, Chinese(PinYin), Korean, Vietnamese
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/MESSAGE
--- a/inputmethod/uim/MESSAGE Tue Mar 29 18:44:38 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/12/28 17:10:17 wiz Exp $
-
- For Japanese Kanji input, consider installing the
- inputmethod/anthy package.
-
-===========================================================================
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/Makefile
--- a/inputmethod/uim/Makefile Tue Mar 29 18:44:38 2005 +0000
+++ b/inputmethod/uim/Makefile Tue Mar 29 18:47:51 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/01/10 16:30:18 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/29 18:47:52 wiz Exp $
#
-DISTNAME= uim-0.4.5
-PKGREVISION= 1
+DISTNAME= uim-0.4.6
CATEGORIES= inputmethod
-MASTER_SITES= http://freedesktop.org/~tkng/
+MASTER_SITES= http://uim.freedesktop.org/releases/
MAINTAINER= VEG03617%nifty.com@localhost
HOMEPAGE= http://uim.freedesktop.org/wiki/
@@ -14,22 +13,32 @@
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_NCURSES= # clear_screen, clr_eos
+USE_GNU_TOOLS+= make
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= YES
USE_X11= YES
GTK2_IMMODULES= YES
+.include "options.mk"
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/README.ja ${PREFIX}/share/doc/uim
${INSTALL_DATA} ${WRKSRC}/doc/HELPER-CANDWIN ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/HELPER-PROTOCOL ${PREFIX}/share/doc/uim
${INSTALL_DATA} ${WRKSRC}/doc/KEY ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/PLUGIN ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/UIM-SCM ${PREFIX}/share/doc/uim
${INSTALL_DATA} ${WRKSRC}/doc/UIM-SH ${PREFIX}/share/doc/uim
${INSTALL_DATA} ${WRKSRC}/doc/XIM-SERVER ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim/uim-fep
+ ${INSTALL_DATA} ${WRKSRC}/fep/README ${PREFIX}/share/doc/uim/uim-fep
+ ${INSTALL_DATA} ${WRKSRC}/fep/README.ja ${PREFIX}/share/doc/uim/uim-fep
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk2/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/PLIST
--- a/inputmethod/uim/PLIST Tue Mar 29 18:44:38 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 17:10:17 wiz Exp $
-bin/uim-candwin-gtk
-bin/uim-fep
-bin/uim-fep-tick
-bin/uim-helper-candwin-gtk
-bin/uim-helper-server
-bin/uim-helper-toolbar-gtk
-bin/uim-helper-toolbar-gtk-systray
-bin/uim-im-switcher
-bin/uim-input-pad-ja
-bin/uim-sh
-bin/uim-toolbar-gtk
-bin/uim-toolbar-gtk-systray
-bin/uim-xim
-include/uim/uim-helper.h
-include/uim/uim-im-switcher.h
-include/uim/uim-scm.h
-include/uim/uim-util.h
-include/uim/uim.h
-lib/gtk-2.0/2.4.0/immodules/im-uim.la
-lib/libuim.la
-lib/pkgconfig/uim.pc
-${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/uim.mo
-share/doc/uim/HELPER-CANDWIN
-share/doc/uim/KEY
-share/doc/uim/UIM-SH
-share/doc/uim/XIM-SERVER
-share/uim/PY.scm
-share/uim/anthy.scm
-share/uim/canna.scm
-share/uim/custom.scm
-share/uim/default-im.scm
-share/uim/default.scm
-share/uim/generic-key.scm
-share/uim/generic.scm
-share/uim/hangul.scm
-share/uim/hangul2.scm
-share/uim/hangul3.scm
-share/uim/hk.scm
-share/uim/i18n.scm
-share/uim/icons/alphabet_a.png
-share/uim/im.scm
-share/uim/ipa.scm
-share/uim/japanese-azik.scm
-share/uim/japanese-kana.scm
-share/uim/japanese.scm
-share/uim/key.scm
-share/uim/latin.scm
-share/uim/loader.scm
-share/uim/m17nlib.scm
-share/uim/pinyin-big5.scm
-share/uim/prime.scm
-share/uim/pyload.scm
-share/uim/pyunihan.scm
-share/uim/rk.scm
-share/uim/romaja.scm
-share/uim/skk-editor.scm
-share/uim/skk.scm
-share/uim/spellcheck.scm
-share/uim/tables/japanese-azik.table
-share/uim/tables/japanese-kana.table
-share/uim/tables/japanese-roma.table
-share/uim/tables/japanese-tcode.table
-share/uim/tables/japanese-tutcode.table
-share/uim/tables/korean-hangul2.table
-share/uim/tables/korean-hangul3.table
-share/uim/tcode.scm
-share/uim/tutcode.scm
-share/uim/uim-sh.scm
-share/uim/util.scm
-share/uim/viqr.scm
-share/uim/zaurus.scm
-@dirrm share/uim/tables
-@dirrm share/uim/icons
-@dirrm share/uim
-@dirrm share/doc/uim
-@comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/immodules
-@dirrm include/uim
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/PLIST.anthy
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim/PLIST.anthy Tue Mar 29 18:47:51 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.anthy,v 1.1 2005/03/29 18:47:52 wiz Exp $
+lib/uim/plugin/libuim-anthy.la
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/PLIST.canna
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim/PLIST.canna Tue Mar 29 18:47:51 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.canna,v 1.1 2005/03/29 18:47:52 wiz Exp $
+lib/uim/plugin/libuim-canna.la
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/PLIST.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim/PLIST.common Tue Mar 29 18:47:51 2005 +0000
@@ -0,0 +1,118 @@
+@comment $NetBSD: PLIST.common,v 1.1 2005/03/29 18:47:52 wiz Exp $
+bin/uim-candwin-gtk
+bin/uim-fep
+bin/uim-fep-tick
+bin/uim-helper-candwin-gtk
+bin/uim-helper-server
+bin/uim-helper-toolbar-gtk
+bin/uim-helper-toolbar-gtk-systray
+bin/uim-im-switcher-gtk
+bin/uim-input-pad-ja
+bin/uim-pref-gtk
+bin/uim-sh
+bin/uim-toolbar-gtk
+bin/uim-toolbar-gtk-systray
+bin/uim-xim
+include/uim/plugin.h
+include/uim/uim-compat-scm.h
+include/uim/uim-custom.h
+include/uim/uim-helper.h
+include/uim/uim-im-switcher.h
+include/uim/uim-scm.h
+include/uim/uim-util.h
+include/uim/uim.h
+lib/gtk-2.0/2.4.0/immodules/im-uim.la
+lib/libuim-custom.la
+lib/libuim.la
+lib/pkgconfig/uim.pc
+lib/uim/plugin/libuim-custom-enabler.la
+lib/uim/plugin/libuim-skk.la
+share/applications/uim.desktop
+share/doc/uim/HELPER-CANDWIN
+share/doc/uim/HELPER-PROTOCOL
+share/doc/uim/KEY
+share/doc/uim/PLUGIN
+share/doc/uim/README
+share/doc/uim/README.ja
+share/doc/uim/UIM-SCM
+share/doc/uim/UIM-SH
+share/doc/uim/XIM-SERVER
+share/doc/uim/uim-fep/README
+share/doc/uim/uim-fep/README.ja
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/uim.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/uim.mo
+share/uim/PY.scm
+share/uim/action.scm
+share/uim/anthy-custom.scm
+share/uim/anthy-key-custom.scm
+share/uim/anthy.scm
+share/uim/canna-custom.scm
+share/uim/canna-key-custom.scm
+share/uim/canna.scm
+share/uim/custom-rt.scm
+share/uim/custom.scm
+share/uim/default.scm
+share/uim/direct.scm
+share/uim/generic-custom.scm
+share/uim/generic-key-custom.scm
+share/uim/generic.scm
+share/uim/hangul.scm
+share/uim/hangul2.scm
+share/uim/hangul3.scm
+share/uim/i18n.scm
+share/uim/im-custom.scm
+share/uim/im.scm
+share/uim/init.scm
+share/uim/installed-modules.scm
+share/uim/ipa-x-sampa.scm
+share/uim/japanese-azik.scm
+share/uim/japanese-kana.scm
+share/uim/japanese.scm
+share/uim/key.scm
+share/uim/latin.scm
+share/uim/lazy-load.scm
+share/uim/load-action.scm
+share/uim/loader.scm
+share/uim/m17nlib.scm
+share/uim/manage-modules.scm
+share/uim/pinyin-big5.scm
+share/uim/pixmaps/configure-qt.png
+share/uim/pixmaps/switcher-icon.png
+share/uim/plugin.scm
+share/uim/prime-custom.scm
+share/uim/prime-key-custom.scm
+share/uim/prime.scm
+share/uim/pyload.scm
+share/uim/pyunihan.scm
+share/uim/rk.scm
+share/uim/romaja.scm
+share/uim/skk-custom.scm
+share/uim/skk-editor.scm
+share/uim/skk-key-custom.scm
+share/uim/skk.scm
+share/uim/spellcheck-custom.scm
+share/uim/spellcheck.scm
+share/uim/tables/japanese-azik.table
+share/uim/tables/japanese-kana.table
+share/uim/tables/japanese-roma.table
+share/uim/tables/japanese-tcode.table
+share/uim/tables/japanese-tutcode.table
+share/uim/tables/korean-hangul2.table
+share/uim/tables/korean-hangul3.table
+share/uim/tcode.scm
+share/uim/tutcode-key-custom.scm
+share/uim/tutcode.scm
+share/uim/uim-sh.scm
+share/uim/ustr.scm
+share/uim/util.scm
+share/uim/viqr.scm
+share/uim/zaurus.scm
+@dirrm share/uim/tables
+@dirrm share/uim/pixmaps
+@dirrm share/uim
+@dirrm share/doc/uim/uim-fep
+@dirrm share/doc/uim
+@dirrm lib/uim/plugin
+@dirrm lib/uim
+@comment in gtk2: @dirrm lib/gtk-2.0/2.4.0/immodules
+@dirrm include/uim
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/PLIST.qt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim/PLIST.qt Tue Mar 29 18:47:51 2005 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST.qt,v 1.1 2005/03/29 18:47:52 wiz Exp $
+bin/uim-candwin-qt
+bin/uim-chardict-qt
+bin/uim-im-switcher-qt
+bin/uim-pref-qt
+bin/uim-toolbar-qt
+share/uim/helperdata/bushu.t
diff -r 7f1c62412180 -r 78a14abe736c inputmethod/uim/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
Home |
Main Index |
Thread Index |
Old Index