From owner-svn-ports-all@FreeBSD.ORG Fri Feb 1 14:21:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14EBE6F7; Fri, 1 Feb 2013 14:21:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 07AA5985; Fri, 1 Feb 2013 14:21:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11ELSmr040519; Fri, 1 Feb 2013 14:21:28 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11ELSZT040514; Fri, 1 Feb 2013 14:21:28 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302011421.r11ELSZT040514@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 1 Feb 2013 14:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311377 - head/devel/libthai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 14:21:29 -0000 Author: danfe Date: Fri Feb 1 14:21:27 2013 New Revision: 311377 URL: http://svnweb.freebsd.org/changeset/ports/311377 Log: - Update to version 0.1.19 - Conditionally install Doxygen-generated HTML documentation - Cleanup Makefile and reformat port description while here Modified: head/devel/libthai/Makefile head/devel/libthai/distinfo head/devel/libthai/pkg-descr head/devel/libthai/pkg-plist Modified: head/devel/libthai/Makefile ============================================================================== --- head/devel/libthai/Makefile Fri Feb 1 14:10:45 2013 (r311376) +++ head/devel/libthai/Makefile Fri Feb 1 14:21:27 2013 (r311377) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libthai -PORTVERSION= 0.1.5 -PORTREVISION= 4 +PORTVERSION= 0.1.19 CATEGORIES= devel MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ @@ -12,27 +11,24 @@ COMMENT= Thai language support library LICENSE= LGPL21 +LIB_DEPENDS= datrie:${PORTSDIR}/devel/libdatrie + +USE_XZ= yes +GNU_CONFIGURE= yes 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_GNOME= gnomehack USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE=yes +USE_PKGCONFIG= build -MAN3= libthai.3 thctype.3 wtt.3 +OPTIONS_DEFINE= DOXYGEN -.include +.include -.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 -ALL_TARGET= all +.if ${PORT_OPTIONS:MDOXYGEN} +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +PORTDOCS= * .else -ALL_TARGET= all check +CONFIGURE_ARGS= --disable-doxygen-doc .endif -post-patch: - @${REINPLACE_CMD} -e \ - '/^pkgconfigdir/s|=.*|= $$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am - -.include +.include Modified: head/devel/libthai/distinfo ============================================================================== --- head/devel/libthai/distinfo Fri Feb 1 14:10:45 2013 (r311376) +++ head/devel/libthai/distinfo Fri Feb 1 14:21:27 2013 (r311377) @@ -1,2 +1,2 @@ -SHA256 (libthai-0.1.5.tar.gz) = a968896a8b15aa360bd98d5d94832d317c570accc5abf1375178394115d479da -SIZE (libthai-0.1.5.tar.gz) = 915209 +SHA256 (libthai-0.1.19.tar.xz) = 901429d0b040d23a06f2fe418cbdfbcb5ba4da48cb05e982f83c6f84b00e14b1 +SIZE (libthai-0.1.19.tar.xz) = 373420 Modified: head/devel/libthai/pkg-descr ============================================================================== --- head/devel/libthai/pkg-descr Fri Feb 1 14:10:45 2013 (r311376) +++ head/devel/libthai/pkg-descr Fri Feb 1 14:21:27 2013 (r311377) @@ -1,18 +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 character and string -supports. LibThai is an Open Source and collaborative 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 input method -* Thai output method + - 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/projects/libthai/ Modified: head/devel/libthai/pkg-plist ============================================================================== --- head/devel/libthai/pkg-plist Fri Feb 1 14:10:45 2013 (r311376) +++ head/devel/libthai/pkg-plist Fri Feb 1 14:21:27 2013 (r311377) @@ -1,4 +1,3 @@ -bin/cttex include/thai/thailib.h include/thai/thbrk.h include/thai/thcell.h @@ -19,6 +18,8 @@ include/thai/wtt.h lib/libthai.a lib/libthai.la lib/libthai.so -lib/libthai.so.0 +lib/libthai.so.2 libdata/pkgconfig/libthai.pc +share/libthai/thbrk.tri +@dirrm share/libthai @dirrm include/thai