diff options
author | garga <garga@FreeBSD.org> | 2006-03-28 19:14:15 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-28 19:14:15 +0800 |
commit | 8ec234ba11e91ba238742a79cc42dbbd5abcfe68 (patch) | |
tree | 2d3a4c56453dddcc941b46302a75eb3d5d2294c2 /devel/libthai | |
parent | 2e2576a3c210673396ae49da85e88c8a57148e87 (diff) | |
download | freebsd-ports-gnome-8ec234ba11e91ba238742a79cc42dbbd5abcfe68.tar.gz freebsd-ports-gnome-8ec234ba11e91ba238742a79cc42dbbd5abcfe68.tar.zst freebsd-ports-gnome-8ec234ba11e91ba238742a79cc42dbbd5abcfe68.zip |
Add libthai 0.1.5, thai language support library.
PR: ports/95003
Submitted by: Thawatchai Piyawat <piyawat@usablelabs.com>
Diffstat (limited to 'devel/libthai')
-rw-r--r-- | devel/libthai/Makefile | 28 | ||||
-rw-r--r-- | devel/libthai/distinfo | 3 | ||||
-rw-r--r-- | devel/libthai/pkg-descr | 19 | ||||
-rw-r--r-- | devel/libthai/pkg-plist | 27 |
4 files changed, 77 insertions, 0 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile new file mode 100644 index 000000000000..ed1c71e7359b --- /dev/null +++ b/devel/libthai/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libthai +# Date created: 28 March 2006 +# Whom: Thawatchai Piyawat <piyawat@usablelabs.com> +# +# $FreeBSD$ +# + +PORTNAME= libthai +PORTVERSION= 0.1.5 +CATEGORIES= devel +MASTER_SITES= http://www.usablelabs.com/download/ + +MAINTAINER= piyawat@usablelabs.com +COMMENT= Thai language support library + +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_AUTOTOOLS= automake:15 autoconf:259 libtool:15 + +ALL_TARGET= all check + +MAN3= libthai.3 thctype.3 wtt.3 + +pre-configure: + ${SH} ${WRKSRC}/autogen.sh + +.include <bsd.port.mk> diff --git a/devel/libthai/distinfo b/devel/libthai/distinfo new file mode 100644 index 000000000000..2517006d744a --- /dev/null +++ b/devel/libthai/distinfo @@ -0,0 +1,3 @@ +MD5 (libthai-0.1.5.tar.gz) = 707d3de8e84f0fdff94adb537a8a5b71 +SHA256 (libthai-0.1.5.tar.gz) = a968896a8b15aa360bd98d5d94832d317c570accc5abf1375178394115d479da +SIZE (libthai-0.1.5.tar.gz) = 915209 diff --git a/devel/libthai/pkg-descr b/devel/libthai/pkg-descr new file mode 100644 index 000000000000..60765107b893 --- /dev/null +++ b/devel/libthai/pkg-descr @@ -0,0 +1,19 @@ +LibThai is a set of Thai language support routines aimed to ease +developers' tasks to incorporate Thai language support in their +applications. It includes important Thai-specific functions e.g. +word breaking, input and output methods as well as basic charac- +ter and string supports. LibThai is an Open Source and collabora- +tive effort initiated by Thai Linux Working Group and opened for +all contributors. + +LibThai includes Thai language support routines: + +* Thai character set support: TIS 620, ISO/IEC 10646 +* Thai character properties +* Thai string manipulators +* Thai string collation +* Thai word breaking +* Thai input method +* Thai output method + +WWW: http://linux.thai.net/plone/TLWG/libthai/ diff --git a/devel/libthai/pkg-plist b/devel/libthai/pkg-plist new file mode 100644 index 000000000000..de70a3f39192 --- /dev/null +++ b/devel/libthai/pkg-plist @@ -0,0 +1,27 @@ +bin/cttex +include/thai/thailib.h +include/thai/thbrk.h +include/thai/thcell.h +include/thai/thcoll.h +include/thai/thctype.h +include/thai/thinp.h +include/thai/thrend.h +include/thai/thstr.h +include/thai/thwbrk.h +include/thai/thwchar.h +include/thai/thwcoll.h +include/thai/thwctype.h +include/thai/thwinp.h +include/thai/thwrend.h +include/thai/thwstr.h +include/thai/tis.h +include/thai/wtt.h +lib/libthai.a +lib/libthai.la +lib/libthai.so +lib/libthai.so.0 +lib/pkgconfig/libthai.pc +share/nls/en_US.US-ASCII +share/nls/POSIX +@dirrm lib/pkgconfig +@dirrm include/thai |