From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 07:12:23 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 0264488C; Wed, 11 Sep 2013 07:12:23 +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 C813F299B; Wed, 11 Sep 2013 07:12:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B7CMuj032242; Wed, 11 Sep 2013 07:12:22 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B7CIb9032213; Wed, 11 Sep 2013 07:12:18 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110712.r8B7CIb9032213@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 07:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326945 - in head/textproc: bib2html igor p5-Excel-Template p5-Lingua-EN-Inflect-Phrase p5-POD2-Base p5-Regexp-Common-profanity_us p5-Spreadsheet-Read p5-Term-QRCode p5-Text-Brew p5-Tex... 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 07:12:23 -0000 Author: az Date: Wed Sep 11 07:12:18 2013 New Revision: 326945 URL: http://svnweb.freebsd.org/changeset/ports/326945 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/textproc/bib2html/Makefile (contents, props changed) head/textproc/igor/Makefile (contents, props changed) head/textproc/p5-Excel-Template/Makefile head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile (contents, props changed) head/textproc/p5-POD2-Base/Makefile (contents, props changed) head/textproc/p5-Regexp-Common-profanity_us/Makefile head/textproc/p5-Spreadsheet-Read/Makefile (contents, props changed) head/textproc/p5-Term-QRCode/Makefile (contents, props changed) head/textproc/p5-Text-Brew/Makefile (contents, props changed) head/textproc/p5-Text-Emoticon/Makefile (contents, props changed) head/textproc/p5-Text-MicroTemplate-Extended/Makefile (contents, props changed) head/textproc/p5-Text-SpellChecker/Makefile (contents, props changed) head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile (contents, props changed) head/textproc/p5-Tk-XMLViewer/Makefile (contents, props changed) head/textproc/p5-XML-Entities/Makefile (contents, props changed) head/textproc/p5-XML-FeedPP/Makefile (contents, props changed) head/textproc/p5-XML-Generator/Makefile (contents, props changed) head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile head/textproc/p5-YAML-Shell/Makefile (contents, props changed) Modified: head/textproc/bib2html/Makefile ============================================================================== --- head/textproc/bib2html/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/bib2html/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bib2html -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bib2html DISTVERSION= 5.1-1 @@ -18,7 +13,8 @@ COMMENT= The BibTeX to HTML Translator WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes post-patch: Modified: head/textproc/igor/Makefile ============================================================================== --- head/textproc/igor/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/igor/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -10,7 +10,8 @@ COMMENT= FreeBSD Documentation Project s LICENSE= BSD -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes Modified: head/textproc/p5-Excel-Template/Makefile ============================================================================== --- head/textproc/p5-Excel-Template/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Excel-Template/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSD p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Excel::Template.3 \ Excel::Template::Base.3 \ Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -20,7 +20,8 @@ TEST_DEPENDS= \ p5-Lingua-EN-Number-IsOrdinal>0:${PORTSDIR}/textproc/p5-Lingua-EN-Number-IsOrdinal \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::EN::Inflect::Phrase.3 Modified: head/textproc/p5-POD2-Base/Makefile ============================================================================== --- head/textproc/p5-POD2-Base/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-POD2-Base/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POD2-Base -# Date created: 2010-05-25 -# Whom: Ashish SHUKLA -# +# Created by: Ashish SHUKLA # $FreeBSD$ -# PORTNAME= POD2-Base PORTVERSION= 0.043 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Base module for translations of Perl documentation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POD2::Base.3 \ POD2::PT::POD2::Base.3 Modified: head/textproc/p5-Regexp-Common-profanity_us/Makefile ============================================================================== --- head/textproc/p5-Regexp-Common-profanity_us/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Regexp-Common-profanity_us/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Regexp-Common-profanity_us -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Regexp-Common-profanity_us PORTVERSION= 4.112150 @@ -17,7 +13,8 @@ COMMENT= Provide regexes for U.S. profan BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Common::profanity_us.3 \ Regexp::Profanity::US.3 Modified: head/textproc/p5-Spreadsheet-Read/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-Read/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Spreadsheet-Read/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Spreadsheet-Read -# Date created: 2010-03-08 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Spreadsheet-Read PORTVERSION= 0.47 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-IO-stringy>0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Spreadsheet::Read.3 Modified: head/textproc/p5-Term-QRCode/Makefile ============================================================================== --- head/textproc/p5-Term-QRCode/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Term-QRCode/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Term-QRCode -# Date created: 2012/03/22 -# Whom: Stephon Chen -# +# Created by: Stephon Chen # $FreeBSD$ -# PORTNAME= Term-QRCode PORTVERSION= 0.01 @@ -18,7 +14,8 @@ BUILD_DEPENDS= libqrencode>=2.0.0:${PORT p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::QRCode.3 Modified: head/textproc/p5-Text-Brew/Makefile ============================================================================== --- head/textproc/p5-Text-Brew/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Text-Brew/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Text::Brew -# Date created: 22 Aug 2012 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Text-Brew PORTVERSION= 0.02 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for the Brew edit distance -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Brew.3 Modified: head/textproc/p5-Text-Emoticon/Makefile ============================================================================== --- head/textproc/p5-Text-Emoticon/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Text-Emoticon/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Emoticon -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Text-Emoticon PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Factory class for Yahoo! and MS BUILD_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Emoticon.3 Modified: head/textproc/p5-Text-MicroTemplate-Extended/Makefile ============================================================================== --- head/textproc/p5-Text-MicroTemplate-Extended/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Text-MicroTemplate-Extended/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Text-MicroTemplate>=0.18:${PORTSDIR}/textproc/p5-Text-MicroTemplate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::MicroTemplate::Extended.3 \ Text::MicroTemplate::Extended.ja.3 Modified: head/textproc/p5-Text-SpellChecker/Makefile ============================================================================== --- head/textproc/p5-Text-SpellChecker/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Text-SpellChecker/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-SpellsChecker -# Date created: 23 Nov 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Text-SpellChecker PORTVERSION= 0.11 @@ -16,7 +12,8 @@ COMMENT= Perl5 OO interface for spell-ch RUN_DEPENDS= p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::SpellChecker.3 Modified: head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile ============================================================================== --- head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Text-Xslate>=1.3000:${PORTSDIR}/textproc/p5-Text-Xslate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Xslate::Bridge::TT2Like.3 Modified: head/textproc/p5-Tk-XMLViewer/Makefile ============================================================================== --- head/textproc/p5-Tk-XMLViewer/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-Tk-XMLViewer/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tk-XMLViewer -# Date created: May 28 2001 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= Tk-XMLViewer PORTVERSION= 0.21 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11- p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tk::XMLViewer.3 MAN1= tkxmlview.1 Modified: head/textproc/p5-XML-Entities/Makefile ============================================================================== --- head/textproc/p5-XML-Entities/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-XML-Entities/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-XML-Entities -# Date created: 2010-10-1 -# Whom: Tom Judge -# +# Created by: Tom Judge # $FreeBSD$ PORTNAME= XML-Entities @@ -17,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= XML::Entities.3pm XML::Entities::Data.3pm download-entities.pl.3pm Modified: head/textproc/p5-XML-FeedPP/Makefile ============================================================================== --- head/textproc/p5-XML-FeedPP/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-XML-FeedPP/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML-FeedPP -# Date created: 29 May 2008 -# Whom: Oleg Mamontov -# +# Created by: Oleg Mamontov # $FreeBSD$ -# PORTNAME= XML-FeedPP PORTVERSION= 0.43 @@ -20,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-TreePP>=0.39:${PORTSDIR}/textproc/p5-XML-TreePP RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::FeedPP.3 Modified: head/textproc/p5-XML-Generator/Makefile ============================================================================== --- head/textproc/p5-XML-Generator/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-XML-Generator/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::Generator -# Date created: 22 January 2004 -# Whom: Andreas Heil -# +# Created by: Andreas Heil # $FreeBSD$ -# PORTNAME= XML-Generator PORTVERSION= 1.04 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/t TEST_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Generator.3 XML::Generator::DOM.3 Modified: head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=1.66:${POR p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::LibXML::SAX::ChunkParser.3 Modified: head/textproc/p5-YAML-Shell/Makefile ============================================================================== --- head/textproc/p5-YAML-Shell/Makefile Wed Sep 11 06:49:58 2013 (r326944) +++ head/textproc/p5-YAML-Shell/Makefile Wed Sep 11 07:12:18 2013 (r326945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-YAML-Shell -# Date created: 2011-05-24 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= YAML-Shell PORTVERSION= 0.60 @@ -18,7 +14,8 @@ COMMENT= The YAML Test Shell BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= ysh.1 MAN3= YAML::Shell.3