mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add libthai 0.1.5, thai language support library.
PR: ports/95003 Submitted by: Thawatchai Piyawat <piyawat@usablelabs.com>
This commit is contained in:
parent
7e0a0166ab
commit
643692965a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158307
@ -533,6 +533,7 @@
|
||||
SUBDIR += libtap
|
||||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libthai
|
||||
SUBDIR += libticalcs
|
||||
SUBDIR += libtifiles
|
||||
SUBDIR += libtool15
|
||||
|
28
devel/libthai/Makefile
Normal file
28
devel/libthai/Makefile
Normal file
@ -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>
|
3
devel/libthai/distinfo
Normal file
3
devel/libthai/distinfo
Normal file
@ -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
|
19
devel/libthai/pkg-descr
Normal file
19
devel/libthai/pkg-descr
Normal file
@ -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/
|
27
devel/libthai/pkg-plist
Normal file
27
devel/libthai/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user