diff options
author | obache <obache@pkgsrc.org> | 2011-02-27 09:06:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-27 09:06:34 +0000 |
commit | bb4d9fc51972be157e19e4e12e188cfde56e2b8f (patch) | |
tree | a34ff5c6122bb46ebd53a5ed09d15b94ba868f53 /inputmethod | |
parent | d1788027d97b35037022f4f5777a1fbf73acf9e1 (diff) | |
download | pkgsrc-bb4d9fc51972be157e19e4e12e188cfde56e2b8f.tar.gz |
Update libhangul to 0.0.12.
0.0.12
* add dubeolsik yetgeul keyboard
* make sebeolsik yetgeul keyboard layout conform to HWP
* add API to get builtin keyboard list
* use Unicode jamo for incomplete syllable
* gettextize
* bug fix for Unicode 5.2
* fix wrong characters in ahnmatae(#31548)
* add command line tool hangul
0.0.11
* fixed preedit string bug: #315256
* added Ahnmatae method
* updated hanja frequency data and reordered hanja table according to it:
#315200
* fixed bugs in hanja data
* updated old hangul jamo combination table according to Unicode standard 5.2:
#315127
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libhangul/Makefile | 11 | ||||
-rw-r--r-- | inputmethod/libhangul/PLIST | 4 | ||||
-rw-r--r-- | inputmethod/libhangul/distinfo | 9 | ||||
-rw-r--r-- | inputmethod/libhangul/patches/patch-aa | 13 |
4 files changed, 15 insertions, 22 deletions
diff --git a/inputmethod/libhangul/Makefile b/inputmethod/libhangul/Makefile index 9fe099f1c11..5b7cb911cb3 100644 --- a/inputmethod/libhangul/Makefile +++ b/inputmethod/libhangul/Makefile @@ -1,19 +1,24 @@ -# $NetBSD: Makefile,v 1.7 2009/11/01 08:47:23 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/27 09:06:34 obache Exp $ -DISTNAME= libhangul-0.0.10 +DISTNAME= libhangul-0.0.12 CATEGORIES= inputmethod korean -MASTER_SITES= http://kldp.net/frs/download.php/5417/ +MASTER_SITES= http://kldp.net/frs/download.php/5855/ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://kldp.net/projects/hangul/ COMMENT= Library used by Korean input methods +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c99 USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake PKGCONFIG_OVERRIDE+= ${WRKSRC}/libhangul.pc.in GNU_CONFIGURE= yes +BROKEN_GETTEXT_DETECTION= yes + +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/libhangul/PLIST b/inputmethod/libhangul/PLIST index 935f02563e9..a51542ced75 100644 --- a/inputmethod/libhangul/PLIST +++ b/inputmethod/libhangul/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2009/11/01 08:47:23 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/02/27 09:06:34 obache Exp $ +bin/hangul include/hangul-1.0/hangul.h lib/libhangul.la lib/pkgconfig/libhangul.pc share/libhangul/hanja/hanja.txt +share/locale/ko/LC_MESSAGES/libhangul.mo diff --git a/inputmethod/libhangul/distinfo b/inputmethod/libhangul/distinfo index ddc2f983224..9d8253f38d6 100644 --- a/inputmethod/libhangul/distinfo +++ b/inputmethod/libhangul/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/11/01 08:47:23 obache Exp $ +$NetBSD: distinfo,v 1.6 2011/02/27 09:06:34 obache Exp $ -SHA1 (libhangul-0.0.10.tar.gz) = 3fdbb1b4ea2f5f12bd3c6760bb2ad609e2eebbaa -RMD160 (libhangul-0.0.10.tar.gz) = 88c03fbbf954addb8c534491a9e3cfd0fdc373dc -Size (libhangul-0.0.10.tar.gz) = 2828525 bytes -SHA1 (patch-aa) = d6bfe5a2af157bd9f56ee2974329b2f15dd8a1f7 +SHA1 (libhangul-0.0.12.tar.gz) = 5e02fe61c8f51ace03bebb1ec75875a2262e3cd5 +RMD160 (libhangul-0.0.12.tar.gz) = 084e2f9ba9e9e0660954394372facb43220551be +Size (libhangul-0.0.12.tar.gz) = 2879381 bytes diff --git a/inputmethod/libhangul/patches/patch-aa b/inputmethod/libhangul/patches/patch-aa deleted file mode 100644 index 8318d700f1d..00000000000 --- a/inputmethod/libhangul/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2009/11/01 08:47:23 obache Exp $ - ---- Makefile.in.orig 2009-10-29 14:23:09.000000000 +0000 -+++ Makefile.in -@@ -191,7 +191,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = hangul data test -+SUBDIRS = hangul data - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = libhangul.pc - EXTRA_DIST = \ |