pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libthai Update libthai to 0.1.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13259301f736
branches:  trunk
changeset: 392997:13259301f736
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 15 08:55:35 2009 +0000

description:
Update libthai to 0.1.11.

LibThai 0.1.11 (6 April 2009):
* Diminished link flags in pkg-config info, for less dependency for clients.
* More words in word break dictionary.

LibThai 0.1.10 (30 March 2009):
* More dictionary capacity with libdatrie 0.2.
* Dictionary clean-up on unload.
* Some performance fine-tuning.
* More words in word break dictionary.

diffstat:

 devel/libthai/Makefile      |  9 ++++++---
 devel/libthai/PLIST         |  6 ++----
 devel/libthai/buildlink3.mk |  4 ++--
 devel/libthai/distinfo      |  8 ++++----
 4 files changed, 14 insertions(+), 13 deletions(-)

diffs (73 lines):

diff -r e0e799f65c3c -r 13259301f736 devel/libthai/Makefile
--- a/devel/libthai/Makefile    Fri May 15 08:52:57 2009 +0000
+++ b/devel/libthai/Makefile    Fri May 15 08:55:35 2009 +0000
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2008/03/17 12:52:00 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/15 08:55:35 obache Exp $
 #
 
-DISTNAME=      libthai-0.1.9
+DISTNAME=      libthai-0.1.11
 CATEGORIES=    devel
-MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/ \
+               ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://linux.thai.net/projects/libthai
 COMMENT=       Thai language support routines
 
+LICENSE=       gnu-lgpl-v2.1
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
diff -r e0e799f65c3c -r 13259301f736 devel/libthai/PLIST
--- a/devel/libthai/PLIST       Fri May 15 08:52:57 2009 +0000
+++ b/devel/libthai/PLIST       Fri May 15 08:55:35 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/11 02:20:44 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/05/15 08:55:35 obache Exp $
 include/thai/thailib.h
 include/thai/thbrk.h
 include/thai/thcell.h
@@ -18,8 +18,6 @@
 include/thai/wtt.h
 lib/libthai.la
 lib/pkgconfig/libthai.pc
-share/libthai/thbrk.br
-share/libthai/thbrk.sbm
-share/libthai/thbrk.tl
+share/libthai/thbrk.tri
 @dirrm share/libthai
 @dirrm include/thai
diff -r e0e799f65c3c -r 13259301f736 devel/libthai/buildlink3.mk
--- a/devel/libthai/buildlink3.mk       Fri May 15 08:52:57 2009 +0000
+++ b/devel/libthai/buildlink3.mk       Fri May 15 08:55:35 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:23 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2009/05/15 08:55:35 obache Exp $
 
 BUILDLINK_TREE+=       libthai
 
 .if !defined(LIBTHAI_BUILDLINK3_MK)
 LIBTHAI_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libthai+=        libthai>=0.1.9
+BUILDLINK_API_DEPENDS.libthai+=        libthai>=0.1.10
 BUILDLINK_PKGSRCDIR.libthai?=  ../../devel/libthai
 
 .include "../../devel/libdatrie/buildlink3.mk"
diff -r e0e799f65c3c -r 13259301f736 devel/libthai/distinfo
--- a/devel/libthai/distinfo    Fri May 15 08:52:57 2009 +0000
+++ b/devel/libthai/distinfo    Fri May 15 08:55:35 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/11 02:20:44 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/05/15 08:55:35 obache Exp $
 
-SHA1 (libthai-0.1.9.tar.gz) = 236c3af13dc08c364a1d623705cd2e33877ac942
-RMD160 (libthai-0.1.9.tar.gz) = 68912107094969dd0297f94dbf0a770f3ff5fe01
-Size (libthai-0.1.9.tar.gz) = 491038 bytes
+SHA1 (libthai-0.1.11.tar.gz) = 0df32815881f3c174b26b315c1c05eb20842dd8e
+RMD160 (libthai-0.1.11.tar.gz) = 884bbbe983b5d815def6021e05681da61c5706dc
+Size (libthai-0.1.11.tar.gz) = 462122 bytes



Home | Main Index | Thread Index | Old Index