Import libthai version 0.1.9.
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.
This commit is contained in:
parent
91c47e57e5
commit
99f4f81d79
5 changed files with 78 additions and 0 deletions
4
devel/libthai/DESCR
Normal file
4
devel/libthai/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
23
devel/libthai/Makefile
Normal file
23
devel/libthai/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/02/11 02:20:44 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libthai-0.1.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://linux.thai.net/projects/libthai
|
||||
COMMENT= Thai language support routines
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libthai.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --disable-doxygen-doc
|
||||
|
||||
.include "../../devel/libdatrie/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
devel/libthai/PLIST
Normal file
25
devel/libthai/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/11 02:20:44 obache Exp $
|
||||
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.la
|
||||
lib/pkgconfig/libthai.pc
|
||||
share/libthai/thbrk.br
|
||||
share/libthai/thbrk.sbm
|
||||
share/libthai/thbrk.tl
|
||||
@dirrm share/libthai
|
||||
@dirrm include/thai
|
21
devel/libthai/buildlink3.mk
Normal file
21
devel/libthai/buildlink3.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/02/11 02:20:44 obache Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBTHAI_BUILDLINK3_MK:= ${LIBTHAI_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= libthai
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibthai}
|
||||
BUILDLINK_PACKAGES+= libthai
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libthai
|
||||
|
||||
.if ${LIBTHAI_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libthai+= libthai>=0.1.9
|
||||
BUILDLINK_PKGSRCDIR.libthai?= ../../devel/libthai
|
||||
.endif # LIBTHAI_BUILDLINK3_MK
|
||||
|
||||
.include "../../devel/libdatrie/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
devel/libthai/distinfo
Normal file
5
devel/libthai/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/02/11 02:20:44 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
|
Loading…
Reference in a new issue