Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 05:29:55 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
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...
Message-ID:  <201309110529.r8B5TtJq088867@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $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 <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
 # $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 <bsd.port.mk>

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 <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $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 <ivan@serezhkin.com>
-#
+# Created by: Vany <ivan@serezhkin.com>
 # $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 <kuriyama@FreeBSD.org>
-#
 # $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+=</dev/null
 CFLAGS+=	-I${LOCALBASE}/include
 MAN3=		Senna.3 \

Modified: head/textproc/p5-String-Fraction/Makefile
==============================================================================
--- head/textproc/p5-String-Fraction/Makefile	Wed Sep 11 00:48:44 2013	(r326938)
+++ head/textproc/p5-String-Fraction/Makefile	Wed Sep 11 05:29:55 2013	(r326939)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	String-Fraction
-# Date created:				16 May 2006
-# Whom:					Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
 # $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 <bsd.port.mk>

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 <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $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 <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
 # $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 <kuriyama@FreeBSD.org>
-#
 # $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 <jupengfei@gmail.com>
-#
+# Created by: jupengfei <jupengfei@gmail.com>
 # $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 <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $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 <james@now.ie>
-#
+# Created by: James Raftery <james@now.ie>
 # $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 <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $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 <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $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 <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110529.r8B5TtJq088867>