pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libthai Import libthai version 0.1.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88348fe91123
branches:  trunk
changeset: 538504:88348fe91123
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Feb 11 02:20:44 2008 +0000

description:
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.

diffstat:

 devel/libthai/DESCR         |   4 ++++
 devel/libthai/Makefile      |  23 +++++++++++++++++++++++
 devel/libthai/PLIST         |  25 +++++++++++++++++++++++++
 devel/libthai/buildlink3.mk |  21 +++++++++++++++++++++
 devel/libthai/distinfo      |   5 +++++
 5 files changed, 78 insertions(+), 0 deletions(-)

diffs (98 lines):

diff -r 6675d62c7f90 -r 88348fe91123 devel/libthai/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libthai/DESCR       Mon Feb 11 02:20:44 2008 +0000
@@ -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.
diff -r 6675d62c7f90 -r 88348fe91123 devel/libthai/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libthai/Makefile    Mon Feb 11 02:20:44 2008 +0000
@@ -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@localhost
+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"
diff -r 6675d62c7f90 -r 88348fe91123 devel/libthai/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libthai/PLIST       Mon Feb 11 02:20:44 2008 +0000
@@ -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
diff -r 6675d62c7f90 -r 88348fe91123 devel/libthai/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libthai/buildlink3.mk       Mon Feb 11 02:20:44 2008 +0000
@@ -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/+$//}
diff -r 6675d62c7f90 -r 88348fe91123 devel/libthai/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libthai/distinfo    Mon Feb 11 02:20:44 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index