svn commit: r326942 - in head/textproc: aft p5-HTML-FormatText-WithLinks p5-Parse-BooleanLogic p5-Parse-PhoneNumber p5-SGML-Parser-OpenSP p5-Text-HikiDoc p5-Text-MicroMason p5-Text-Patch p5-Text-Sp...

Andrej Zverev az at FreeBSD.org
Wed Sep 11 06:27:45 UTC 2013


Author: az
Date: Wed Sep 11 06:27:41 2013
New Revision: 326942
URL: http://svnweb.freebsd.org/changeset/ports/326942

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/textproc/aft/Makefile   (contents, props changed)
  head/textproc/p5-HTML-FormatText-WithLinks/Makefile
  head/textproc/p5-Parse-BooleanLogic/Makefile   (contents, props changed)
  head/textproc/p5-Parse-PhoneNumber/Makefile   (contents, props changed)
  head/textproc/p5-SGML-Parser-OpenSP/Makefile   (contents, props changed)
  head/textproc/p5-Text-HikiDoc/Makefile   (contents, props changed)
  head/textproc/p5-Text-MicroMason/Makefile   (contents, props changed)
  head/textproc/p5-Text-Patch/Makefile   (contents, props changed)
  head/textproc/p5-Text-SpellChecker-GUI/Makefile   (contents, props changed)
  head/textproc/p5-Text-Tags/Makefile   (contents, props changed)
  head/textproc/p5-Text-WikiCreole/Makefile   (contents, props changed)
  head/textproc/p5-Text-WikiFormat/Makefile   (contents, props changed)
  head/textproc/p5-WWW-Wordnik-API/Makefile   (contents, props changed)
  head/textproc/p5-XML-DOMHandler/Makefile   (contents, props changed)
  head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile   (contents, props changed)
  head/textproc/p5-XML-OPML-LibXML/Makefile   (contents, props changed)
  head/textproc/p5-XML-Parser-Lite-Tree/Makefile   (contents, props changed)
  head/textproc/p5-XML-Rewrite/Makefile   (contents, props changed)
  head/textproc/p5-XML-XUpdate-LibXML/Makefile   (contents, props changed)

Modified: head/textproc/aft/Makefile
==============================================================================
--- head/textproc/aft/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/aft/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	aft
-# Date created:		2002/03/28
-# Whom:			Alan Eldridge <alane at FreeBSD.org>
-#
+# Created by: Alan Eldridge <alane at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	aft
 PORTVERSION=	5.098
@@ -14,7 +10,7 @@ MASTER_SITES=	http://www.maplefish.com/t
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	A document preparation system using an Almost Free Text input format
 
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/textproc/p5-HTML-FormatText-WithLinks/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatText-WithLinks/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-HTML-FormatText-WithLinks/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HTML-FormatText-WithLinks
-# Date created:		2007-08-10
-# Whom:			loader <loader at freebsdmall.com>
-#
+# Created by: loader <loader at freebsdmall.com>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-FormatText-WithLinks
 PORTVERSION=	0.14
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-HTML-Format>=0:${PORTS
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		HTML::FormatText::WithLinks.3
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Parse-BooleanLogic/Makefile
==============================================================================
--- head/textproc/p5-Parse-BooleanLogic/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Parse-BooleanLogic/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Parse-BooleanLogic
-# Date created:		2009-11-23
-# Whom:			Steven Kreuzer <skreuzer at FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Parse-BooleanLogic
 PORTVERSION=	0.09
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Regexp-Common>=2.122:$
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Parse::BooleanLogic.3
 

Modified: head/textproc/p5-Parse-PhoneNumber/Makefile
==============================================================================
--- head/textproc/p5-Parse-PhoneNumber/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Parse-PhoneNumber/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -13,7 +13,8 @@ COMMENT=	Parse phone numbers
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Parse::PhoneNumber.3
 

Modified: head/textproc/p5-SGML-Parser-OpenSP/Makefile
==============================================================================
--- head/textproc/p5-SGML-Parser-OpenSP/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-SGML-Parser-OpenSP/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-SGML-Parser-OpenSP
-# Date created:				27 August 2007
-# Whom:					Naram Qashat <cyberbotx at cyberbotx.com>
-#
+# Created by: Naram Qashat <cyberbotx at cyberbotx.com>
 # $FreeBSD$
-#
 
 PORTNAME=	SGML-Parser-OpenSP
 PORTVERSION=	0.994
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	onsgmls:${PORTSDIR}/textp
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_DOS2UNIX=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CC=		${CXX}
 CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
 

Modified: head/textproc/p5-Text-HikiDoc/Makefile
==============================================================================
--- head/textproc/p5-Text-HikiDoc/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-HikiDoc/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -13,7 +13,8 @@ COMMENT=	Pure Perl implementation of 'Hi
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Text::HikiDoc::Plugin.3 Text::HikiDoc.3
 

Modified: head/textproc/p5-Text-MicroMason/Makefile
==============================================================================
--- head/textproc/p5-Text-MicroMason/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-MicroMason/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Text::MicroMason.3 \
 	Text::MicroMason::AllowGlobals.3 \

Modified: head/textproc/p5-Text-Patch/Makefile
==============================================================================
--- head/textproc/p5-Text-Patch/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-Patch/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Text::Patch
-# Date created:		20 Dec 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Patch
 PORTVERSION=	1.8
@@ -17,7 +12,8 @@ COMMENT=	Perl extension to patch text wi
 RUN_DEPENDS=	p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Text::Patch.3
 

Modified: head/textproc/p5-Text-SpellChecker-GUI/Makefile
==============================================================================
--- head/textproc/p5-Text-SpellChecker-GUI/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-SpellChecker-GUI/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Text-SpellChecker-GUI
-# Date created:		2009-09-27
-# Whom:			Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-SpellChecker-GUI
 PORTVERSION=	0.0.2
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-Curses-UI>=0:${PORTSDI
 		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
 		p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Text::SpellChecker::GUI.3 \
 		Text::SpellChecker::GUI::Curses.3

Modified: head/textproc/p5-Text-Tags/Makefile
==============================================================================
--- head/textproc/p5-Text-Tags/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-Tags/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Text-Tags
-# Date created:		2006-07-10
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Tags
 PORTVERSION=	0.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at gslin.org
 COMMENT=	Parses folksonomy space-separated tags
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Text::Tags.3 Text::Tags::Parser.3
 

Modified: head/textproc/p5-Text-WikiCreole/Makefile
==============================================================================
--- head/textproc/p5-Text-WikiCreole/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-WikiCreole/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Wiki::Creole
-# Date created:			28 Sep 2008
-# Whom:				Matthew Fuller <fullermd at over-yonder.net>
-#
+# Created by: Matthew Fuller <fullermd at over-yonder.net>
 # $FreeBSD$
-#
 
 PORTNAME=		Text-WikiCreole
 PORTVERSION=		0.07
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		fullermd at over-yonder.net
 COMMENT=	Implementation of the Wiki Creole markup language
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Text::WikiCreole.3
 

Modified: head/textproc/p5-Text-WikiFormat/Makefile
==============================================================================
--- head/textproc/p5-Text-WikiFormat/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-Text-WikiFormat/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -16,7 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-URI>0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Text::WikiFormat.3 \
 		Text::WikiFormat::Blocks.3

Modified: head/textproc/p5-WWW-Wordnik-API/Makefile
==============================================================================
--- head/textproc/p5-WWW-Wordnik-API/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-WWW-Wordnik-API/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WWW-Wordnik-API
-# Date created:		2011-03-12
-# Whom:			Steve Wills <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	WWW-Wordnik-API
 PORTVERSION=	0.0.5
@@ -20,7 +16,8 @@ COMMENT=	Wordnik API implementation
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 TEST_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Wordnik::API.3
 PLIST_FILES=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \

Modified: head/textproc/p5-XML-DOMHandler/Makefile
==============================================================================
--- head/textproc/p5-XML-DOMHandler/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-DOMHandler/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	XML-DOMHandler
-# Date created: 	4 August 2009
-# Whom: 		Stefan Pauly <stefan at fh-mainz.de>
-#
+# Created by: Stefan Pauly <stefan at fh-mainz.de>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-DOMHandler
 PORTVERSION=	1.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	stefan at fh-mainz.de
 COMMENT=	A call-back interface to DOM
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::DOMHandler.3
 

Modified: head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   p5-XML-Filter-DOMFilter-LibXML
-# Date created:        24 October 2005
-# Whom:                Andrew Humphrey <ahumphrey at realestate.com.au>
-#
+# Created by: Andrew Humphrey <ahumphrey at realestate.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-Filter-DOMFilter-LibXML
 PORTVERSION=	0.02
@@ -17,7 +13,8 @@ COMMENT=	Perl SAX Filter allowing DOM pr
 BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::Filter::DOMFilter::LibXML.3
 

Modified: head/textproc/p5-XML-OPML-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-OPML-LibXML/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-OPML-LibXML/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	XML::OPML::LibXML
-# Date created:		21 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	XML-OPML-LibXML
 PORTVERSION=	0.04
@@ -17,7 +12,8 @@ COMMENT=	Perl extension to parse OPML do
 
 RUN_DEPENDS=	p5-XML-LibXML>1.60:${PORTSDIR}/textproc/p5-XML-LibXML
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::OPML::LibXML.3
 

Modified: head/textproc/p5-XML-Parser-Lite-Tree/Makefile
==============================================================================
--- head/textproc/p5-XML-Parser-Lite-Tree/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-Parser-Lite-Tree/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	XML::Parser::Lite::Tree
-# Date created:			Apr 27, 2005
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	XML-Parser-Lite-Tree
 PORTVERSION=	0.14
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Lightweight XML tree builder
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
 

Modified: head/textproc/p5-XML-Rewrite/Makefile
==============================================================================
--- head/textproc/p5-XML-Rewrite/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-Rewrite/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-XML-Rewrite
-# Date created:		2010-11-23
-# Whom:			Patrick Powell <papowell at astart.com>
-#
+# Created by: Patrick Powell <papowell at astart.com>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-Rewrite
 PORTVERSION=	0.10
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-Log-Report>=0.21:${PORTS
 		p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	xmlrewrite.1
 MAN3=	XML::Rewrite.3 \

Modified: head/textproc/p5-XML-XUpdate-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-XUpdate-LibXML/Makefile	Wed Sep 11 06:03:56 2013	(r326941)
+++ head/textproc/p5-XML-XUpdate-LibXML/Makefile	Wed Sep 11 06:27:41 2013	(r326942)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	XML::XUpdate::LibXML
-# Date created:		15 July 2002
-# Whom:			Lev Serebryakov <lev at serebryakov.spb.ru>
-#
+# Created by: Lev Serebryakov <lev at serebryakov.spb.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-XUpdate-LibXML
 PORTVERSION=	0.6.0
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSD
 		p5-XML-LibXML-Iterator>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Iterator
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		xupdate.1
 MAN3=		XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3


More information about the svn-ports-all mailing list