summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorminskim <minskim>2008-12-20 23:00:27 +0000
committerminskim <minskim>2008-12-20 23:00:27 +0000
commitdef6676ee73cdf6bf513381b5142c79758358795 (patch)
treed7a0e79aa0b98ea35d2164db3a17ddd0a4082e42 /inputmethod
parentb782b792ac2538c4c735caacd73f9ad7ff5ae532 (diff)
downloadpkgsrc-def6676ee73cdf6bf513381b5142c79758358795.tar.gz
Update libhangul to 0.9.14.
Changes: - Depend on libhangul to build Korean characters from syllables. - Add sample configurations. - Bug fixes.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/imhangul/Makefile10
-rw-r--r--inputmethod/imhangul/distinfo10
-rw-r--r--inputmethod/imhangul/patches/patch-aa38
3 files changed, 37 insertions, 21 deletions
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile
index f43dea7e155..4a53c4d7aef 100644
--- a/inputmethod/imhangul/Makefile
+++ b/inputmethod/imhangul/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2008/07/14 12:56:07 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/12/20 23:00:27 minskim Exp $
-DISTNAME= imhangul-0.9.13
-PKGREVISION= 3
+DISTNAME= imhangul-0.9.14
CATEGORIES= inputmethod korean
-MASTER_SITES= http://kldp.net/frs/download.php/2808/
+MASTER_SITES= http://kldp.net/frs/download.php/4944/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
@@ -19,5 +18,8 @@ SHLIBTOOL_OVERRIDE= # empty
USE_PKGLOCALEDIR= YES
GTK2_IMMODULES= YES
+BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.9
+
+.include "../../inputmethod/libhangul/buildlink3.mk"
.include "../../x11/gtk2/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/imhangul/distinfo b/inputmethod/imhangul/distinfo
index a018d7483b9..72a2cafea3e 100644
--- a/inputmethod/imhangul/distinfo
+++ b/inputmethod/imhangul/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/10/11 01:46:32 minskim Exp $
+$NetBSD: distinfo,v 1.7 2008/12/20 23:00:27 minskim Exp $
-SHA1 (imhangul-0.9.13.tar.bz2) = 2e9a20263973466ea94be8400ac0e4ac433647e7
-RMD160 (imhangul-0.9.13.tar.bz2) = 252d2b7ccbf3fbb2fd7df6eddef2eab07b133d21
-Size (imhangul-0.9.13.tar.bz2) = 364508 bytes
-SHA1 (patch-aa) = c1daac3fc9bc5aeadef9acb142875c29f4ce9722
+SHA1 (imhangul-0.9.14.tar.bz2) = 8c48e206f49f49f26781a9c8fe35b6a12a66854e
+RMD160 (imhangul-0.9.14.tar.bz2) = 92e167e9ee0a7b79a31fab64f688db9eba92f29b
+Size (imhangul-0.9.14.tar.bz2) = 251167 bytes
+SHA1 (patch-aa) = a0ecb21074cc5172043633a21c31d7dacfeadf3c
diff --git a/inputmethod/imhangul/patches/patch-aa b/inputmethod/imhangul/patches/patch-aa
index 167c41f43e2..54cd2f0b0ba 100644
--- a/inputmethod/imhangul/patches/patch-aa
+++ b/inputmethod/imhangul/patches/patch-aa
@@ -1,23 +1,37 @@
-$NetBSD: patch-aa,v 1.4 2005/10/11 01:46:32 minskim Exp $
+$NetBSD: patch-aa,v 1.5 2008/12/20 23:00:27 minskim Exp $
---- Makefile.in.orig 2005-09-10 20:20:25.000000000 -0700
+--- Makefile.in.orig 2008-12-20 05:59:15.000000000 -0800
+++ Makefile.in
-@@ -829,12 +829,12 @@ uninstall-info: uninstall-info-recursive
+@@ -815,19 +815,19 @@ uninstall-info: uninstall-info-recursive
install-data-hook:
- if test -z "$(DESTDIR)" ; then \
-- if test ! -d `dirname $(IM_HANGUL_GTK_IMMODULE_FILE)`; then \
-- $(mkinstalldirs) `dirname $(IM_HANGUL_GTK_IMMODULE_FILE)`; \
-- fi;\
-- gtk-query-immodules-2.0 > $(IM_HANGUL_GTK_IMMODULE_FILE); \
+- GTK_IM_MODULE_FILE=$(GTK_IM_MODULE_FILE) ; \
+- GTK_QUERY_IM_MODULE=`which gtk-query-immodules-2.0` ; \
+- GTK_IM_MODULE_FILE_DIR=`dirname $$GTK_IM_MODULE_FILE` ; \
+- if test ! -d $$GTK_IM_MODULE_FILE_DIR ; then \
+- $(mkinstalldirs) $$GTK_IM_MODULE_FILE_DIR; \
+- fi; \
+- if test -x $$GTK_QUERY_IM_MODULE; then \
+- if test -w $$GTK_IM_MODULE_FILE_DIR; then \
+- $$GTK_QUERY_IM_MODULE > $$GTK_IM_MODULE_FILE ; \
+- fi; \
+- fi; \
- fi
+# if test -z "$(DESTDIR)" ; then \
-+# if test ! -d `dirname $(IM_HANGUL_GTK_IMMODULE_FILE)`; then \
-+# $(mkinstalldirs) `dirname $(IM_HANGUL_GTK_IMMODULE_FILE)`; \
-+# fi;\
-+# gtk-query-immodules-2.0 > $(IM_HANGUL_GTK_IMMODULE_FILE); \
++# GTK_IM_MODULE_FILE=$(GTK_IM_MODULE_FILE) ; \
++# GTK_QUERY_IM_MODULE=`which gtk-query-immodules-2.0` ; \
++# GTK_IM_MODULE_FILE_DIR=`dirname $$GTK_IM_MODULE_FILE` ; \
++# if test ! -d $$GTK_IM_MODULE_FILE_DIR ; then \
++# $(mkinstalldirs) $$GTK_IM_MODULE_FILE_DIR; \
++# fi; \
++# if test -x $$GTK_QUERY_IM_MODULE; then \
++# if test -w $$GTK_IM_MODULE_FILE_DIR; then \
++# $$GTK_QUERY_IM_MODULE > $$GTK_IM_MODULE_FILE ; \
++# fi; \
++# fi; \
+# fi
- uninstall:
+ uninstall-hook:
if test -z "$(DESTDIR)" ; then \