From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 05:30:00 2013 Return-Path: Delivered-To: svn-ports-all@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 06D8C809; Wed, 11 Sep 2013 05:30:00 +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 CB8E825E4; Wed, 11 Sep 2013 05:29:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B5Txcv088956; Wed, 11 Sep 2013 05:29:59 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B5TtJq088867; Wed, 11 Sep 2013 05:29:55 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110529.r8B5TtJq088867@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 05:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326939 - in head/textproc: gladtex p5-Algorithm-CheckDigits p5-MARC-XML p5-Number-Format p5-PPIx-EditorTools p5-Perl-Critic-Bangs p5-Senna p5-String-Fraction p5-Text-ASCIIMathML 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 05:30:00 -0000 Author: az Date: Wed Sep 11 05:29:55 2013 New Revision: 326939 URL: http://svnweb.freebsd.org/changeset/ports/326939 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/textproc/gladtex/Makefile head/textproc/p5-Algorithm-CheckDigits/Makefile (contents, props changed) head/textproc/p5-MARC-XML/Makefile (contents, props changed) head/textproc/p5-Number-Format/Makefile (contents, props changed) head/textproc/p5-PPIx-EditorTools/Makefile head/textproc/p5-Perl-Critic-Bangs/Makefile head/textproc/p5-Senna/Makefile (contents, props changed) head/textproc/p5-String-Fraction/Makefile (contents, props changed) head/textproc/p5-Text-ASCIIMathML/Makefile (contents, props changed) head/textproc/p5-Text-CSV-Encoded/Makefile (contents, props changed) head/textproc/p5-Text-CSV-Simple/Makefile (contents, props changed) head/textproc/p5-Text-Extract-Word/Makefile (contents, props changed) head/textproc/p5-Text-Language-Guess/Makefile (contents, props changed) head/textproc/p5-Text-Netstring/Makefile (contents, props changed) head/textproc/p5-Text-Report/Makefile (contents, props changed) head/textproc/p5-Unicode-LineBreak/Makefile (contents, props changed) head/textproc/p5-XML-DoubleEncodedEntities/Makefile (contents, props changed) head/textproc/p5-XML-RSS/Makefile (contents, props changed) head/textproc/p5-libsoldout/Makefile Modified: head/textproc/gladtex/Makefile ============================================================================== --- head/textproc/gladtex/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/gladtex/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -27,7 +27,7 @@ MAKE_ENV+= BINPATH=${BINPATH} INCPATH="$ MAN1= ${PORTNAME}.1 .endif -USE_PERL5= yes +USES= perl5 do-install: @cd ${WRKSRC}; \ Modified: head/textproc/p5-Algorithm-CheckDigits/Makefile ============================================================================== --- head/textproc/p5-Algorithm-CheckDigits/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Algorithm-CheckDigits/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Algorithm-CheckDigits -# Date created: 2011-04-03 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Algorithm-CheckDigits PORTVERSION= 1.2.0 @@ -19,7 +15,8 @@ TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDI PKGNAMEPREFIX= p5- -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= checkdigits.pl.1 Modified: head/textproc/p5-MARC-XML/Makefile ============================================================================== --- head/textproc/p5-MARC-XML/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-MARC-XML/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC-XML -# Date created: 6 August 2009 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= MARC-XML PORTVERSION= 1.0.1 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= marc2xml.1 xml2marc.1 MAN3= MARC::File::XML.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/textproc/p5-Number-Format/Makefile ============================================================================== --- head/textproc/p5-Number-Format/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Number-Format/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Number::Format -# Date created: 27 Oct 2001 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= Number-Format PORTVERSION= 1.73 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl extension for formatting numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Number::Format.3 Modified: head/textproc/p5-PPIx-EditorTools/Makefile ============================================================================== --- head/textproc/p5-PPIx-EditorTools/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-PPIx-EditorTools/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -21,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Most>=0.88:${PORTSDIR}/devel/p5-Test-Most -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PPIx::EditorTools.3 \ PPIx::EditorTools::FindUnmatchedBrace.3 \ Modified: head/textproc/p5-Perl-Critic-Bangs/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic-Bangs/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Perl-Critic-Bangs/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,7 +1,4 @@ -# Ports collection makefile for: Perl::Critic::Bangs -# Date created: Jun 06, 2008 -# Whom: Vany -# +# Created by: Vany # $FreeBSD$ PORTNAME= Perl-Critic-Bangs @@ -18,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ p5-Perl-Critic-Deprecated>=0:${PORTSDIR}/devel/p5-Perl-Critic-Deprecated -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Perl::Critic::Bangs.3 \ Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers.3 \ Modified: head/textproc/p5-Senna/Makefile ============================================================================== --- head/textproc/p5-Senna/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Senna/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Senna -# Date created: May 28 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Senna PORTVERSION= 0.51 @@ -18,7 +13,8 @@ COMMENT= Perl module for Embeddable Full BUILD_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild CONFIGURE_ARGS+= -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= String-Fraction PORTVERSION= 0.30 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= String::Fraction.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/textproc/p5-Text-ASCIIMathML/Makefile ============================================================================== --- head/textproc/p5-Text-ASCIIMathML/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-ASCIIMathML/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-ASCIIMathML -# Date created: 09 Aug, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Text-ASCIIMathML PORTVERSION= 0.81 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl extension for parsing ASCIIMathML text into MathML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::ASCIIMathML.3 Modified: head/textproc/p5-Text-CSV-Encoded/Makefile ============================================================================== --- head/textproc/p5-Text-CSV-Encoded/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-CSV-Encoded/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-CSV-Encoded -# Date Created: 18 September 2010 -# Whom: Dereckson -# +# Created by: Dereckson # $FreeBSD$ -# PORTNAME= Text-CSV-Encoded PORTVERSION= 0.10 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/deve p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::CSV::Encoded.3 Text::CSV::Encoded::Coder::Base.3 Text::CSV::Encoded::Coder::Encode.3 Text::CSV::Encoded::Coder::EncodeGuess.3 Modified: head/textproc/p5-Text-CSV-Simple/Makefile ============================================================================== --- head/textproc/p5-Text-CSV-Simple/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-CSV-Simple/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Text-CSV-Simple -# Date Created: 17 Dec, 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Text-CSV-Simple PORTVERSION= 1.00 @@ -19,7 +14,8 @@ BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTS p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::CSV::Simple.3 Modified: head/textproc/p5-Text-Extract-Word/Makefile ============================================================================== --- head/textproc/p5-Text-Extract-Word/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-Extract-Word/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Extract-Word -# Date created: April 07 2010 -# Whom: jupengfei -# +# Created by: jupengfei # $FreeBSD$ -# PORTNAME= Text-Extract-Word PORTVERSION= 0.04 @@ -19,7 +15,8 @@ LICENSE= ART20 BUILD_DEPENDS= p5-OLE-Storage_Lite>0:${PORTSDIR}/devel/p5-OLE-Storage_Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Text::Extract::Word.3 Modified: head/textproc/p5-Text-Language-Guess/Makefile ============================================================================== --- head/textproc/p5-Text-Language-Guess/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-Language-Guess/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-Language-Guess -# Date created: 2006-09-25 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= Text-Language-Guess PORTVERSION= 0.02 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PO p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= language-guess.1 MAN3= Text::Language::Guess.3 Modified: head/textproc/p5-Text-Netstring/Makefile ============================================================================== --- head/textproc/p5-Text-Netstring/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-Netstring/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-Netstring -# Date created: 15 October 2003 -# Whom: James Raftery -# +# Created by: James Raftery # $FreeBSD$ -# PORTNAME= Text-Netstring PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= james@now.ie COMMENT= Perl module to create and manipulate netstring encoded strings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Netstring.3 Modified: head/textproc/p5-Text-Report/Makefile ============================================================================== --- head/textproc/p5-Text-Report/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Text-Report/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Report -# Date created: 2007-07-07 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= Text-Report PORTVERSION= 1.004 @@ -17,7 +13,8 @@ COMMENT= For generating mixed columnar f RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Report.3 Modified: head/textproc/p5-Unicode-LineBreak/Makefile ============================================================================== --- head/textproc/p5-Unicode-LineBreak/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-Unicode-LineBreak/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= --with-bundled-sombok \ --disable-libthai Modified: head/textproc/p5-XML-DoubleEncodedEntities/Makefile ============================================================================== --- head/textproc/p5-XML-DoubleEncodedEntities/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-XML-DoubleEncodedEntities/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-DoubleEncodedEntities -# Date created: 11 April, 2009 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= XML-DoubleEncodedEntities PORTVERSION= 1.0 @@ -16,7 +12,8 @@ COMMENT= Unbreak XML with Doubly-Encoded RUN_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::DoubleEncodedEntities.3 Modified: head/textproc/p5-XML-RSS/Makefile ============================================================================== --- head/textproc/p5-XML-RSS/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-XML-RSS/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::RSS -# Date created: 4th September 2000 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $FreeBSD$ -# PORTNAME= XML-RSS PORTVERSION= 1.49 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Manifest>=0.9:${PORTSDIR}/devel/p5-Test-Manifest -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RSS.3 Modified: head/textproc/p5-libsoldout/Makefile ============================================================================== --- head/textproc/p5-libsoldout/Makefile Wed Sep 11 00:48:44 2013 (r326938) +++ head/textproc/p5-libsoldout/Makefile Wed Sep 11 05:29:55 2013 (r326939) @@ -17,7 +17,8 @@ LICENSE_COMB= dual LIB_DEPENDS= soldout:${PORTSDIR}/textproc/libsoldout -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_LDCONFIG= yes MAN3= libsoldout.3