diff options
author | obache <obache@pkgsrc.org> | 2009-05-15 08:55:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-15 08:55:35 +0000 |
commit | 67fedd3ed15c0fff3e8cf8f5009b7231fd3b0628 (patch) | |
tree | 43edadbef7488e3dd76a925fb5100d65c40bb031 /devel/libthai/Makefile | |
parent | c94758f5d6e8dcf5c58cb5e1dcaea0464a0cbdbc (diff) | |
download | pkgsrc-67fedd3ed15c0fff3e8cf8f5009b7231fd3b0628.tar.gz |
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 (limited to 'devel/libthai/Makefile')
-rw-r--r-- | devel/libthai/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 01e1e156be7..2ca9d2d30d1 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -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 |