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

Andrej Zverev az at FreeBSD.org
Wed Sep 11 06:50:02 UTC 2013


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 <vivek at khera.org>
-#
+# Created by: Vivek Khera <vivek at khera.org>
 # $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 <reki at reki.ru>
-#
+# Created by: Andrei V. Shetuhin <reki at reki.ru>
 # $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 <smatsui at karashi.org>
-#
+# Created by: Shinsuke Matsui <smatsui at karashi.org>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-Entities-ImodePictogram
 PORTVERSION=	0.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	smatsui at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $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 <tjs at cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
 # $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 <aaron at daltons.ca>
-#
+# Created by: Aaron Dalton <aaron at daltons.ca>
 # $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 <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
 # $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 at FreeBSD.org
-#
 # $FreeBSD$
-#
 
 PORTNAME=	TeX-Hyphen
 PORTVERSION=	1.01
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at 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 <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Delimited
 PORTVERSION=	2.00
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at 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 <kevlo at FreeBSD.org>
-#
+# Created by: Kevin Lo <kevlo at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Match-FastAlternatives
 PORTVERSION=	1.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kevlo at 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 at 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 <hcoyote at ghostar.org>
-#
+# Created by: Travis Campbell <hcoyote at ghostar.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Textile
 PORTVERSION=	2.12
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	hcoyote at 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 <catone at cpan.org>
-#
+# Created by: Denis Pokataev <catone at cpan.org>
 # $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 <kuriyama at FreeBSD.org>
-#
 # $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 <rafan at infor.org>
-#
+# Created by: Rong-En Fan <rafan at infor.org>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-Clean
 PORTVERSION=	1.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan at 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 <papowell at astart.com>
-#
+# Created by: Patrick Powell <papowell at astart.com>
 # $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 <mike at urgle.com>
-#
+# Created by: Mike Bristow <mike at urgle.com>
 # $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


More information about the svn-ports-all mailing list