Date: Thu, 13 Dec 2012 11:55:37 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308847 - head/devel/libthai Message-ID: <201212131155.qBDBtbBr025280@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Thu Dec 13 11:55:36 2012 New Revision: 308847 URL: http://svnweb.freebsd.org/changeset/ports/308847 Log: - Update MASTER_SITES. - Update WWW on pkg-descr. - Add LICENSE. - Fix USE_AUTOTOOLS usage. PR: ports/172226 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/devel/libthai/Makefile (contents, props changed) head/devel/libthai/pkg-descr (contents, props changed) Modified: head/devel/libthai/Makefile ============================================================================== --- head/devel/libthai/Makefile Thu Dec 13 11:54:14 2012 (r308846) +++ head/devel/libthai/Makefile Thu Dec 13 11:55:36 2012 (r308847) @@ -1,43 +1,38 @@ -# New ports collection makefile for: libthai -# Date created: 28 March 2006 -# Whom: Thawatchai Piyawat <piyawat@usablelabs.com> -# +# Created by: Thawatchai Piyawat <piyawat@usablelabs.com> # $FreeBSD$ -# PORTNAME= libthai PORTVERSION= 0.1.5 PORTREVISION= 4 CATEGORIES= devel -MASTER_SITES= http://www.usablelabs.com/download/ +MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ MAINTAINER= ports@FreeBSD.org COMMENT= Thai language support library -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOTOOLS= automake autoconf libtool -AUTOTOOLSFILES= autogen.sh -MAKE_JOBS_UNSAFE= yes +LICENSE= LGPL21 -ALL_TARGET= all check +USE_GMAKE= yes +USE_AUTOTOOLS= libtoolize aclocal automake autoconf +LIBTOOLIZE_ARGS=--copy --force +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign +USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes MAN3= libthai.3 thctype.3 wtt.3 -post-patch: - @${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \ - ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's,15,-%%AUTOMAKE_VERSION%%,' -e 's,259,-%%AUTOCONF_VERSION%%,' \ - ${WRKSRC}/autogen.sh - -pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh - .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 ALL_TARGET= all +.else +ALL_TARGET= all check .endif +post-patch: + @${REINPLACE_CMD} -e \ + '/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.am + .include <bsd.port.post.mk> Modified: head/devel/libthai/pkg-descr ============================================================================== --- head/devel/libthai/pkg-descr Thu Dec 13 11:54:14 2012 (r308846) +++ head/devel/libthai/pkg-descr Thu Dec 13 11:55:36 2012 (r308847) @@ -1,19 +1,18 @@ -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 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 character and string +supports. LibThai is an Open Source and collaborative 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 string collation +* Thai word breaking * Thai input method * Thai output method -WWW: http://linux.thai.net/plone/TLWG/libthai/ +WWW: http://linux.thai.net/projects/libthai/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212131155.qBDBtbBr025280>