From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 06:27:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 879905DF; Wed, 11 Sep 2013 06:27:45 +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 72C3527B8; Wed, 11 Sep 2013 06:27:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B6Rj7u013246; Wed, 11 Sep 2013 06:27:45 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B6RftH013215; Wed, 11 Sep 2013 06:27:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110627.r8B6RftH013215@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 06:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... 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:27:45 -0000 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 -# +# Created by: Alan Eldridge # $FreeBSD$ -# PORTNAME= aft PORTVERSION= 5.098 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.maplefish.com/t MAINTAINER= culot@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 -# +# Created by: loader # $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 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 -# +# Created by: Steven Kreuzer # $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 -# +# Created by: Naram Qashat # $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 -# # $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 -# +# Created by: Zane C, Bowers # $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 -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Text-Tags PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@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 -# +# Created by: Matthew Fuller # $FreeBSD$ -# PORTNAME= Text-WikiCreole PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= fullermd@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 -# +# Created by: Steve Wills # $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 -# +# Created by: Stefan Pauly # $FreeBSD$ -# PORTNAME= XML-DOMHandler PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= stefan@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 -# +# Created by: Andrew Humphrey # $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 -# # $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@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 -# +# Created by: Patrick Powell # $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 -# +# Created by: Lev Serebryakov # $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