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.
This commit is contained in:
parent
b0b6127800
commit
c0a88fe55c
4 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
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
|
||||
|
|
|
@ -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/tis.h
|
|||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue