pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/libhangul Update libhangul to 0.0.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7603e3989af8
branches: trunk
changeset: 528600:7603e3989af8
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed May 09 17:29:39 2007 +0000
description:
Update libhangul to 0.0.4.
Changes:
* added HnagulKeyboard, HangulCombination feature
* update test code
* process english character also in hangul mode
diffstat:
inputmethod/libhangul/Makefile | 6 +++---
inputmethod/libhangul/buildlink3.mk | 4 ++--
inputmethod/libhangul/distinfo | 9 +++++----
inputmethod/libhangul/patches/patch-aa | 13 +++++++++++++
4 files changed, 23 insertions(+), 9 deletions(-)
diffs (64 lines):
diff -r ee5e6ab1924e -r 7603e3989af8 inputmethod/libhangul/Makefile
--- a/inputmethod/libhangul/Makefile Wed May 09 13:47:01 2007 +0000
+++ b/inputmethod/libhangul/Makefile Wed May 09 17:29:39 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/05 01:43:59 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/09 17:29:39 minskim Exp $
-DISTNAME= libhangul-0.0.3
+DISTNAME= libhangul-0.0.4
CATEGORIES= inputmethod korean
-MASTER_SITES= http://kldp.net/frs/download.php/3641/
+MASTER_SITES= http://kldp.net/frs/download.php/3733/
MAINTAINER= minskim%NetBSD.org@localhost
HOMEPAGE= http://kldp.net/projects/hangul/
diff -r ee5e6ab1924e -r 7603e3989af8 inputmethod/libhangul/buildlink3.mk
--- a/inputmethod/libhangul/buildlink3.mk Wed May 09 13:47:01 2007 +0000
+++ b/inputmethod/libhangul/buildlink3.mk Wed May 09 17:29:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/05 01:43:59 minskim Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2007/05/09 17:29:39 minskim Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBHANGUL_BUILDLINK3_MK:= ${LIBHANGUL_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libhangul
.if ${LIBHANGUL_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.3
+BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.0.4
BUILDLINK_PKGSRCDIR.libhangul?= ../../inputmethod/libhangul
.endif # LIBHANGUL_BUILDLINK3_MK
diff -r ee5e6ab1924e -r 7603e3989af8 inputmethod/libhangul/distinfo
--- a/inputmethod/libhangul/distinfo Wed May 09 13:47:01 2007 +0000
+++ b/inputmethod/libhangul/distinfo Wed May 09 17:29:39 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/05 01:43:59 minskim Exp $
+$NetBSD: distinfo,v 1.2 2007/05/09 17:29:39 minskim Exp $
-SHA1 (libhangul-0.0.3.tar.gz) = 611c912ed827f90de14e7cef1896f870dd40c793
-RMD160 (libhangul-0.0.3.tar.gz) = 99d50976d7b0b712816e219df062a4214602651f
-Size (libhangul-0.0.3.tar.gz) = 659662 bytes
+SHA1 (libhangul-0.0.4.tar.gz) = e060011a849830eb014ceee67f4c54986ded60c4
+RMD160 (libhangul-0.0.4.tar.gz) = 56552fb503bf89b2c05a0abc2b6a3154a09c2d96
+Size (libhangul-0.0.4.tar.gz) = 689104 bytes
+SHA1 (patch-aa) = fa44cbbd45ecf0c19a838a845ea85217af8f995d
diff -r ee5e6ab1924e -r 7603e3989af8 inputmethod/libhangul/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/libhangul/patches/patch-aa Wed May 09 17:29:39 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/05/09 17:29:39 minskim Exp $
+
+--- Makefile.in.orig 2007-01-05 22:29:02.000000000 -0800
++++ Makefile.in
+@@ -132,7 +132,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = hangul data bindings test
++SUBDIRS = hangul data bindings
+
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = libhangul.pc
Home |
Main Index |
Thread Index |
Old Index