pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/imhangul Import imhangul-0.9.9 from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c7de3a3009
branches:  trunk
changeset: 468076:20c7de3a3009
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 10 08:58:17 2004 +0000

description:
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:

 inputmethod/imhangul/DESCR            |   2 ++
 inputmethod/imhangul/Makefile         |  20 ++++++++++++++++++++
 inputmethod/imhangul/PLIST            |   5 +++++
 inputmethod/imhangul/distinfo         |   5 +++++
 inputmethod/imhangul/patches/patch-aa |  12 ++++++++++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r e50f601ae094 -r 20c7de3a3009 inputmethod/imhangul/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul/DESCR        Tue Feb 10 08:58:17 2004 +0000
@@ -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 -r e50f601ae094 -r 20c7de3a3009 inputmethod/imhangul/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul/Makefile     Tue Feb 10 08:58:17 2004 +0000
@@ -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@localhost
+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 -r e50f601ae094 -r 20c7de3a3009 inputmethod/imhangul/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul/PLIST        Tue Feb 10 08:58:17 2004 +0000
@@ -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 -r e50f601ae094 -r 20c7de3a3009 inputmethod/imhangul/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul/distinfo     Tue Feb 10 08:58:17 2004 +0000
@@ -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 -r e50f601ae094 -r 20c7de3a3009 inputmethod/imhangul/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/imhangul/patches/patch-aa     Tue Feb 10 08:58:17 2004 +0000
@@ -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); \



Home | Main Index | Thread Index | Old Index