From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 06:50:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B00A3E0F; Wed, 11 Sep 2013 06:50:02 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6F62884; Wed, 11 Sep 2013 06:50:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6o2KR022689; Wed, 11 Sep 2013 06:50:02 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B6nwfr022535; Wed, 11 Sep 2013 06:49:58 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110649.r8B6nwfr022535@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 06:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326944 - in head/textproc: p5-CSS-Simple p5-HTML-CTPP2 p5-HTML-Entities-ImodePictogram p5-Makefile-DOM p5-PDF-Table p5-Parse-CSV p5-Sort-Naturally p5-Spreadsheet-XLSX p5-TeX-Hyphen p5-... 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.14 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: Wed, 11 Sep 2013 06:50:02 -0000 Author: az Date: Wed Sep 11 06:49:58 2013 New Revision: 326944 URL: http://svnweb.freebsd.org/changeset/ports/326944 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/textproc/p5-CSS-Simple/Makefile (contents, props changed) head/textproc/p5-HTML-CTPP2/Makefile (contents, props changed) head/textproc/p5-HTML-Entities-ImodePictogram/Makefile (contents, props changed) head/textproc/p5-Makefile-DOM/Makefile (contents, props changed) head/textproc/p5-PDF-Table/Makefile (contents, props changed) head/textproc/p5-Parse-CSV/Makefile (contents, props changed) head/textproc/p5-Sort-Naturally/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-XLSX/Makefile (contents, props changed) head/textproc/p5-TeX-Hyphen/Makefile (contents, props changed) head/textproc/p5-Text-Delimited/Makefile (contents, props changed) head/textproc/p5-Text-Match-FastAlternatives/Makefile (contents, props changed) head/textproc/p5-Text-Striphigh/Makefile (contents, props changed) head/textproc/p5-Text-Textile/Makefile (contents, props changed) head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile head/textproc/p5-XML-AutoWriter/Makefile (contents, props changed) head/textproc/p5-XML-Clean/Makefile (contents, props changed) head/textproc/p5-XML-Compile-Dumper/Makefile (contents, props changed) head/textproc/p5-XML-Descent/Makefile (contents, props changed) head/textproc/xqilla/Makefile (contents, props changed) Modified: head/textproc/p5-CSS-Simple/Makefile ============================================================================== --- head/textproc/p5-CSS-Simple/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-CSS-Simple/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CSS-Simple -# Date created: Thu Oct 28 09:56:23 EDT 2010 -# Whom: Vivek Khera -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= CSS-Simple PORTVERSION= 3211 @@ -17,7 +13,8 @@ COMMENT= Interface through which to read BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSS::Simple.3 PLIST_FILES= %%SITE_PERL%%/CSS/Simple.pm \ Modified: head/textproc/p5-HTML-CTPP2/Makefile ============================================================================== --- head/textproc/p5-HTML-CTPP2/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-HTML-CTPP2/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-CTPP2 -# Date Created: 20 Mar, 2008 -# Whom: Andrei V. Shetuhin -# +# Created by: Andrei V. Shetuhin # $FreeBSD$ -# PORTNAME= HTML-CTPP2 PORTVERSION= 2.6.7 @@ -18,7 +14,8 @@ COMMENT= Perl interface module to CTPP2 BUILD_DEPENDS= ctpp2>=2.5.1:${PORTSDIR}/textproc/ctpp2 LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::CTPP2.3 Modified: head/textproc/p5-HTML-Entities-ImodePictogram/Makefile ============================================================================== --- head/textproc/p5-HTML-Entities-ImodePictogram/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-HTML-Entities-ImodePictogram/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-HTML-Entities-ImodePictogram -# Date created: 17 Aug 2007 -# Whom: Shinsuke Matsui -# +# Created by: Shinsuke Matsui # $FreeBSD$ -# PORTNAME= HTML-Entities-ImodePictogram PORTVERSION= 0.06 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= smatsui@karashi.org COMMENT= HTML::Entities::ImodePictogram - encode / decode i-mode pictogram -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Entities::ImodePictogram.3 \ HTML::Entities::ImodePictogram.ja.3 Modified: head/textproc/p5-Makefile-DOM/Makefile ============================================================================== --- head/textproc/p5-Makefile-DOM/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Makefile-DOM/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Makefile-DOM -# Date created: 2008-04-17 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Makefile-DOM PORTVERSION= 0.006 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Clone>=0.18:${PORTSDIR}/ p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MDOM::Dumper.3 \ MDOM::Element.3 \ Modified: head/textproc/p5-PDF-Table/Makefile ============================================================================== --- head/textproc/p5-PDF-Table/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-PDF-Table/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -13,7 +13,8 @@ COMMENT= A utility class for building ta BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.h3//} Modified: head/textproc/p5-Parse-CSV/Makefile ============================================================================== --- head/textproc/p5-Parse-CSV/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Parse-CSV/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-CSV -# Date created: 2006-10-19 -# Whom: Jin-Shan Tseng -# +# Created by: Jin-Shan Tseng # $FreeBSD$ -# PORTNAME= Parse-CSV PORTVERSION= 2.00 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Params-Util>=0.22:${PO RUN_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::CSV.3 Modified: head/textproc/p5-Sort-Naturally/Makefile ============================================================================== --- head/textproc/p5-Sort-Naturally/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Sort-Naturally/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sort-Naturally -# Date created: 30 December 2004 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Sort-Naturally PORTVERSION= 1.03 @@ -17,7 +13,8 @@ COMMENT= Sort lexically, but sort numera LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Naturally.3 Modified: head/textproc/p5-Spreadsheet-XLSX/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-XLSX/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Spreadsheet-XLSX/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Spreadsheet-XLSX -# Date created: 2011-08-12 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Spreadsheet-XLSX PORTVERSION= 0.13 @@ -22,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Spreadsheet::XLSX.3 Spreadsheet::XLSX::Fmt2007.3 Spreadsheet::XLSX::Utility2007.3 Modified: head/textproc/p5-TeX-Hyphen/Makefile ============================================================================== --- head/textproc/p5-TeX-Hyphen/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-TeX-Hyphen/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-TeX-Hyphen -# Date created: Oct 22, 2002 -# Whom: kuriyama@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= TeX-Hyphen PORTVERSION= 1.01 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Hyphenate words using TeX's patterns -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= TeX::Hyphen.3 TeX::Hyphen::czech.3 TeX::Hyphen::german.3 Modified: head/textproc/p5-Text-Delimited/Makefile ============================================================================== --- head/textproc/p5-Text-Delimited/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Text-Delimited/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Delimited -# Date created: 2006-08-01 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Text-Delimited PORTVERSION= 2.00 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Module for parsing delimited text files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Delimited.3 Modified: head/textproc/p5-Text-Match-FastAlternatives/Makefile ============================================================================== --- head/textproc/p5-Text-Match-FastAlternatives/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Text-Match-FastAlternatives/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Match-FastAlternatives -# Date created: 30 April 2010 -# Whom: Kevin Lo -# +# Created by: Kevin Lo # $FreeBSD$ -# PORTNAME= Text-Match-FastAlternatives PORTVERSION= 1.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= Efficient search for many strings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Match::FastAlternatives.3 Modified: head/textproc/p5-Text-Striphigh/Makefile ============================================================================== --- head/textproc/p5-Text-Striphigh/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Text-Striphigh/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Striphigh -# Date created: Mon Nov 10 2003 -# Whom: kai -# +# Created by: kai # $FreeBSD$ -# PORTNAME= Text-Striphigh PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kai@xs4all.nl COMMENT= Perl extension to strip the high bit off of ISO-8859-1 text -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION} MAN3= Text::Striphigh.3 Modified: head/textproc/p5-Text-Textile/Makefile ============================================================================== --- head/textproc/p5-Text-Textile/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-Text-Textile/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Text-Textile -# Date created: May 4, 2005 -# Whom: Travis Campbell -# +# Created by: Travis Campbell # $FreeBSD$ -# PORTNAME= Text-Textile PORTVERSION= 2.12 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= hcoyote@ghostar.org COMMENT= A perl-based implementation of the Textile syntax by Dean Allen -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Textile.3 Modified: head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile ============================================================================== --- head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Atom-Ext-OpenSearch -# Date created: 27 Oct 2008 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= XML-Atom-Ext-OpenSearch PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= XML::Atom extension for OpenSea BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Atom::Ext::OpenSearch.3 \ XML::Atom::Ext::OpenSearch::Query.3 Modified: head/textproc/p5-XML-AutoWriter/Makefile ============================================================================== --- head/textproc/p5-XML-AutoWriter/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-XML-AutoWriter/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,4 @@ -# New ports collection makefile for: XML::AutoWriter -# Date created: 9 Jan 2004 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= XML-AutoWriter PORTVERSION= 0.40 @@ -17,7 +12,8 @@ COMMENT= Perl module for DOCTYPE based X TEST_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::AutoWriter.3 \ XML::Doctype::AttDef.3 \ Modified: head/textproc/p5-XML-Clean/Makefile ============================================================================== --- head/textproc/p5-XML-Clean/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-XML-Clean/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-XML-Clean -# Date created: Sep 17 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= XML-Clean PORTVERSION= 1.06 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Ensure, that *(HTML)* text pass throught an XML parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Clean.3 Modified: head/textproc/p5-XML-Compile-Dumper/Makefile ============================================================================== --- head/textproc/p5-XML-Compile-Dumper/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-XML-Compile-Dumper/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Compile-Dumper -# Date created: 2010-11-23 -# Whom: Patrick Powell -# +# Created by: Patrick Powell # $FreeBSD$ -# PORTNAME= XML-Compile-Dumper PORTVERSION= 0.13 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Data-Dump-Streamer>=2. p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Compile::Dumper.3 Modified: head/textproc/p5-XML-Descent/Makefile ============================================================================== --- head/textproc/p5-XML-Descent/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/p5-XML-Descent/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML-TokeParser -# Date created: 10 April 2010 -# Whom: Mike Bristow -# +# Created by: Mike Bristow # $FreeBSD$ -# PORTNAME= XML-Descent PORTVERSION= 1.04 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-XML-TokeParser>=0:${PO p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences RUN_DEPENDS= p5-XML-TokeParser>=0:${PORTSDIR}/textproc/p5-XML-TokeParser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Descent.3 Modified: head/textproc/xqilla/Makefile ============================================================================== --- head/textproc/xqilla/Makefile Wed Sep 11 06:34:50 2013 (r326943) +++ head/textproc/xqilla/Makefile Wed Sep 11 06:49:58 2013 (r326944) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xqilla -# Date created: Sep 22 2007 -# Whom: vanilla@ -# +# Created by: vanilla@ # $FreeBSD$ -# PORTNAME= xqilla PORTVERSION= 2.3.0 @@ -18,7 +14,7 @@ COMMENT= An XQuery and XPath2 library LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include