summaryrefslogtreecommitdiff
path: root/inputmethod/imhangul
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 08:58:17 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 08:58:17 +0000
commit0f530327479dd462fc26b0cd419ce4711674b37a (patch)
tree6f4977c429a4765421b132b956e9bc78fdba6a4e /inputmethod/imhangul
parentf90a3d9bf82af3d74a66d23471037706a770c971 (diff)
downloadpkgsrc-0f530327479dd462fc26b0cd419ce4711674b37a.tar.gz
Import imhangul-0.9.9 from pkgsrc-wip.
Imhangul is a Hangul input module for GTK+ 2. This supports Korean Hangul input with several types of keyboards widely used in Korea.
Diffstat (limited to 'inputmethod/imhangul')
-rw-r--r--inputmethod/imhangul/DESCR2
-rw-r--r--inputmethod/imhangul/Makefile20
-rw-r--r--inputmethod/imhangul/PLIST5
-rw-r--r--inputmethod/imhangul/distinfo5
-rw-r--r--inputmethod/imhangul/patches/patch-aa12
5 files changed, 44 insertions, 0 deletions
diff --git a/inputmethod/imhangul/DESCR b/inputmethod/imhangul/DESCR
new file mode 100644
index 00000000000..7eb5c084943
--- /dev/null
+++ b/inputmethod/imhangul/DESCR
@@ -0,0 +1,2 @@
+Imhangul is a Hangul input module for GTK+ 2. This supports Korean
+Hangul input with several types of keyboards widely used in Korea.
diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile
new file mode 100644
index 00000000000..d61bf3a8bbc
--- /dev/null
+++ b/inputmethod/imhangul/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $
+
+DISTNAME= imhangul-0.9.9
+CATEGORIES= inputmethod korean
+MASTER_SITES= http://download.kldp.net/imhangul/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://imhangul.kldp.net/
+COMMENT= GTK+-2.0 Hangul Input Module
+
+USE_BUILDLINK3= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GTK2_IMMODULES= YES
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/imhangul/PLIST b/inputmethod/imhangul/PLIST
new file mode 100644
index 00000000000..1a6a8b00a0d
--- /dev/null
+++ b/inputmethod/imhangul/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $
+lib/gtk-2.0/immodules/im-hangul.a
+lib/gtk-2.0/immodules/im-hangul.la
+lib/gtk-2.0/immodules/im-hangul.so
+@dirrm lib/gtk-2.0/immodules
diff --git a/inputmethod/imhangul/distinfo b/inputmethod/imhangul/distinfo
new file mode 100644
index 00000000000..e5e645b9138
--- /dev/null
+++ b/inputmethod/imhangul/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $
+
+SHA1 (imhangul-0.9.9.tar.bz2) = acaa813dbf37b8584219a0ad19a577c48b19f63d
+Size (imhangul-0.9.9.tar.bz2) = 259108 bytes
+SHA1 (patch-aa) = bfb6a9a72abbee7eb03c4b597f2f971439265ad1
diff --git a/inputmethod/imhangul/patches/patch-aa b/inputmethod/imhangul/patches/patch-aa
new file mode 100644
index 00000000000..a0e9178353a
--- /dev/null
+++ b/inputmethod/imhangul/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/10 08:58:17 minskim Exp $
+
+--- Makefile.in.orig 2003-12-20 07:35:45.000000000 -0600
++++ Makefile.in
+@@ -696,6 +696,7 @@ uninstall-am: uninstall-info-am uninstal
+
+
+ install-data-hook:
++no-install-data-hook:
+ if test -z "$(DESTDIR)" ; then \
+ $(mkinstalldirs) $(sysconfdir)/gtk-2.0; \
+ gtk-query-immodules-2.0 > $(DESTDIR)/$(GTK_IMMODULES); \