From owner-svn-ports-head@freebsd.org Mon Oct 19 20:21:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0827FA19310; Mon, 19 Oct 2015 20:21:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE6F2822; Mon, 19 Oct 2015 20:21:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JKLNeg030115; Mon, 19 Oct 2015 20:21:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JKLNK3030112; Mon, 19 Oct 2015 20:21:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510192021.t9JKLNK3030112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Oct 2015 20:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399769 - head/converters/p5-Text-Bidi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 20:21:25 -0000 Author: sunpoet Date: Mon Oct 19 20:21:23 2015 New Revision: 399769 URL: https://svnweb.freebsd.org/changeset/ports/399769 Log: - Update to 2.10 - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Text-Bidi/Changes Modified: head/converters/p5-Text-Bidi/Makefile head/converters/p5-Text-Bidi/distinfo head/converters/p5-Text-Bidi/pkg-plist Modified: head/converters/p5-Text-Bidi/Makefile ============================================================================== --- head/converters/p5-Text-Bidi/Makefile Mon Oct 19 20:21:18 2015 (r399768) +++ head/converters/p5-Text-Bidi/Makefile Mon Oct 19 20:21:23 2015 (r399769) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Bidi -PORTVERSION= 2.09 -PORTREVISION= 2 +PORTVERSION= 2.10 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,20 @@ COMMENT= Perl interface to the libfribid LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig +BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi USE_PERL5= configure USES= perl5 +pre-build: + ${LOCALBASE}/bin/swig3.0 -perl -Wall -I${LOCALBASE}/include/fribidi -o ${WRKSRC}/private.c -outdir ${WRKSRC}/lib/Text/Bidi/ ${WRKSRC}/swig/fribidi.i + +post-build: + ${INSTALL_DATA} ${WRKSRC}/lib/Text/Bidi/private.pm ${WRKSRC}/blib/lib/Text/Bidi/private.pm + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Bidi/private/private.so + .include Modified: head/converters/p5-Text-Bidi/distinfo ============================================================================== --- head/converters/p5-Text-Bidi/distinfo Mon Oct 19 20:21:18 2015 (r399768) +++ head/converters/p5-Text-Bidi/distinfo Mon Oct 19 20:21:23 2015 (r399769) @@ -1,2 +1,2 @@ -SHA256 (Text-Bidi-2.09.tar.gz) = 8b614f8c26d5900b3f1183ae0c255b7fc3370edd38a846d9bf9cad31be843d6c -SIZE (Text-Bidi-2.09.tar.gz) = 599759 +SHA256 (Text-Bidi-2.10.tar.gz) = c1ffa8aa551ddfa9b756f4b924ec6b5607861b6055efaba8135b328f7da8d854 +SIZE (Text-Bidi-2.10.tar.gz) = 1036045 Modified: head/converters/p5-Text-Bidi/pkg-plist ============================================================================== --- head/converters/p5-Text-Bidi/pkg-plist Mon Oct 19 20:21:18 2015 (r399768) +++ head/converters/p5-Text-Bidi/pkg-plist Mon Oct 19 20:21:23 2015 (r399769) @@ -7,11 +7,10 @@ bin/fribidi.pl %%SITE_ARCH%%/Text/Bidi/Paragraph.pm %%SITE_ARCH%%/Text/Bidi/private.pm %%SITE_ARCH%%/auto/Text/Bidi/private/private.so +%%PERL5_MAN1%%/fribidi.pl.1.gz %%PERL5_MAN3%%/Text::Bidi.3.gz %%PERL5_MAN3%%/Text::Bidi::Array.3.gz %%PERL5_MAN3%%/Text::Bidi::Array::Byte.3.gz %%PERL5_MAN3%%/Text::Bidi::Array::Long.3.gz %%PERL5_MAN3%%/Text::Bidi::Constants.3.gz %%PERL5_MAN3%%/Text::Bidi::Paragraph.3.gz -%%PERL5_MAN3%%/Text::Bidi::private.3.gz -%%PERL5_MAN1%%/fribidi.pl.1.gz