svn commit: r327032 - in head: math/jacal math/ntl math/octave-forge-base math/p5-Algorithm-Munkres math/p5-Math-Base36 math/p5-Math-BaseCalc math/p5-Math-CDF math/p5-Math-Geometry-Planar-GPC-Polyg...

Andrej Zverev az at FreeBSD.org
Thu Sep 12 05:53:08 UTC 2013


Author: az
Date: Thu Sep 12 05:53:03 2013
New Revision: 327032
URL: http://svnweb.freebsd.org/changeset/ports/327032

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

Modified:
  head/math/jacal/Makefile   (contents, props changed)
  head/math/ntl/Makefile
  head/math/octave-forge-base/Makefile   (contents, props changed)
  head/math/p5-Algorithm-Munkres/Makefile   (contents, props changed)
  head/math/p5-Math-Base36/Makefile
  head/math/p5-Math-BaseCalc/Makefile
  head/math/p5-Math-CDF/Makefile   (contents, props changed)
  head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile   (contents, props changed)
  head/math/p5-Math-Polygon-Tree/Makefile   (contents, props changed)
  head/math/p5-Math-RPN/Makefile
  head/math/p5-Math-Random-OO/Makefile   (contents, props changed)
  head/math/p5-Math-Random-Secure/Makefile   (contents, props changed)
  head/math/p5-Math-SigFigs/Makefile   (contents, props changed)
  head/math/p5-Math-TrulyRandom/Makefile   (contents, props changed)
  head/math/p5-Number-Fraction/Makefile   (contents, props changed)
  head/math/p5-Roman/Makefile   (contents, props changed)
  head/math/p5-Statistics-Frequency/Makefile   (contents, props changed)
  head/math/p5-Statistics-Regression/Makefile   (contents, props changed)
  head/palm/p5-Palm-PalmDoc/Makefile   (contents, props changed)

Modified: head/math/jacal/Makefile
==============================================================================
--- head/math/jacal/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/jacal/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Jacal
-# Date created:				Sat Mar 16 2002
-# Whom:					Mark R V Murray <markm at FreeBSD.org>
-#
+# Created by: Mark R V Murray <markm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	jacal
 PORTVERSION=	1c2
@@ -20,7 +16,7 @@ WRKSRC=		${WRKDIR}/jacal
 
 USE_ZIP=	yes
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN1=		jacal.1

Modified: head/math/ntl/Makefile
==============================================================================
--- head/math/ntl/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/ntl/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 CONFIGURE_ARGS=	NTL_GMP_LIP=on
 .endif
 
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	AR="${AR}" \
 		CC="${CC}" CFLAGS="${CFLAGS}" \

Modified: head/math/octave-forge-base/Makefile
==============================================================================
--- head/math/octave-forge-base/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/octave-forge-base/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -18,7 +18,7 @@ RUN_DEPENDS+=	octave:${PORTSDIR}/math/oc
 		p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
 		p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove
 
-USE_PERL5=	yes
+USES=		perl5
 SUB_FILES=	load-octave-pkg
 SUB_LIST+=	PERL=${PERL}
 

Modified: head/math/p5-Algorithm-Munkres/Makefile
==============================================================================
--- head/math/p5-Algorithm-Munkres/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Algorithm-Munkres/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Algorithm-Munkres
-# Date created:		2009-01-26
-# Whom:			Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wenheping at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Algorithm-Munkres
 PORTVERSION=	0.08
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wenheping at gmail.com
 COMMENT=	Perl Extension for Munkres' Solution to Classical Assignment Problem
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Algorithm::Munkres.3
 

Modified: head/math/p5-Math-Base36/Makefile
==============================================================================
--- head/math/p5-Math-Base36/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-Base36/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	math/p5-Math-Base36
-# Date created:				2008-08-04
-# Whom:					Yi-Hsuan Hsin <mhsin at mhsin.org>
-#
+# Created by: Yi-Hsuan Hsin <mhsin at mhsin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Base36
 PORTVERSION=	0.10
@@ -17,7 +13,8 @@ COMMENT=	Encoding and decoding of base36
 
 BUILD_DEPENDS=	p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::Base36.3
 

Modified: head/math/p5-Math-BaseCalc/Makefile
==============================================================================
--- head/math/p5-Math-BaseCalc/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-BaseCalc/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jadawin at FreeBSD.org
 COMMENT=	Convert numbers between various bases
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::BaseCalc.3
 

Modified: head/math/p5-Math-CDF/Makefile
==============================================================================
--- head/math/p5-Math-CDF/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-CDF/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Math-CDF
-# Date created:		2010-11-13
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-CDF
 PORTVERSION=	0.1
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at gslin.org
 COMMENT=	Generate probabilities and quantiles from several statistical probability functions
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::CDF.3
 

Modified: head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
==============================================================================
--- head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -14,7 +14,8 @@ COMMENT=	OO wrapper to gpc library
 BUILD_DEPENDS=	p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
 RUN_DEPENDS=	p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAKE_JOBS_UNSAFE=	yes
 
 MAN3=		Math::Geometry::Planar::GPC::Polygon.3

Modified: head/math/p5-Math-Polygon-Tree/Makefile
==============================================================================
--- head/math/p5-Math-Polygon-Tree/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-Polygon-Tree/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTS
 		p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::Polygon::Tree.3
 

Modified: head/math/p5-Math-RPN/Makefile
==============================================================================
--- head/math/p5-Math-RPN/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-RPN/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Math-RPN
-# Date created:		1 June 2010
-# Whom:			Kevin Lo <kevlo at FreeBSD.org>
-#
+# Created by: Kevin Lo <kevlo at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-RPN
 PORTVERSION=	1.11
@@ -16,7 +12,8 @@ COMMENT=	Reverse polish math expression 
 
 TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::RPN.3
 

Modified: head/math/p5-Math-Random-OO/Makefile
==============================================================================
--- head/math/p5-Math-Random-OO/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-Random-OO/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Math-Random-OO
-# Date created:		2006-07-23
-# Whom:			Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Random-OO
 PORTVERSION=	0.21
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Test-MockRandom>=0.95:
 RUN_DEPENDS=	p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Math::Random::OO.3 \
 	Math::Random::OO::Bootstrap.3 \

Modified: head/math/p5-Math-Random-Secure/Makefile
==============================================================================
--- head/math/p5-Math-Random-Secure/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-Random-Secure/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    Math::Random::Secure
-# Date created:                         15 March 2011
-# Whom:                                 Dereckson <dereckson at gmail.com>
-#
+# Created by: Dereckson <dereckson at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Random-Secure
 PORTVERSION=	0.06
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-Any-Moose>0:${PORTSDIR}/
 		p5-Math-Random-ISAAC>=1.0.1:${PORTSDIR}/math/p5-Math-Random-ISAAC \
 		p5-Crypt-Random-Source>=0.07:${PORTSDIR}/security/p5-Crypt-Random-Source
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::Random::Secure.3 Math::Random::Secure::RNG.3
 

Modified: head/math/p5-Math-SigFigs/Makefile
==============================================================================
--- head/math/p5-Math-SigFigs/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-SigFigs/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Math-SigFigs
-# Date created:		2010-03-04
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-SigFigs
 PORTVERSION=	1.09
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR
 RUN_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Math::SigFigs.3
 

Modified: head/math/p5-Math-TrulyRandom/Makefile
==============================================================================
--- head/math/p5-Math-TrulyRandom/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Math-TrulyRandom/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Math::TrulyRandom
-# Date created:				17 March 2002
-# Whom:					Anders Nordby <anders at FreeBSD.org>
-#
+# Created by: Anders Nordby <anders at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-TrulyRandom
 PORTVERSION=	1.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	anders at FreeBSD.org
 COMMENT=	Perl interface to a truly random number generator function
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::TrulyRandom.3
 

Modified: head/math/p5-Number-Fraction/Makefile
==============================================================================
--- head/math/p5-Number-Fraction/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Number-Fraction/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Number-Fraction
-# Date created:		2010-03-04
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Number-Fraction
 PORTVERSION=	1.14
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Perl extension to model fractions
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Number::Fraction.3
 

Modified: head/math/p5-Roman/Makefile
==============================================================================
--- head/math/p5-Roman/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Roman/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Roman
-# Date created:				16 January 2003
-# Whom:	      				Philip Paeps <philip at paeps.cx>
-#
+# Created by: Philip Paeps <philip at paeps.cx>
 # $FreeBSD$
-#
 
 PORTNAME=	Roman
 PORTVERSION=	1.22
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	philip at FreeBSD.org
 COMMENT=	Perl module to convert between Arabic and Roman numerals
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Roman.3
 

Modified: head/math/p5-Statistics-Frequency/Makefile
==============================================================================
--- head/math/p5-Statistics-Frequency/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Statistics-Frequency/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Statistics-Frequency
-# Date created:		2010-03-08
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Statistics-Frequency
 PORTVERSION=	0.03
@@ -15,6 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Simple counting of elements
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/math/p5-Statistics-Regression/Makefile
==============================================================================
--- head/math/p5-Statistics-Regression/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/math/p5-Statistics-Regression/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	math/p5-Statistics-Regression
-# Date created:				Apr 7,  2007
-# Whom:					Cheng-Lung Sung <clsung at FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Statistics-Regression
 PORTVERSION=	0.53
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Perl module to perform weighted linear regression
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Statistics::Regression.3
 

Modified: head/palm/p5-Palm-PalmDoc/Makefile
==============================================================================
--- head/palm/p5-Palm-PalmDoc/Makefile	Thu Sep 12 02:59:16 2013	(r327031)
+++ head/palm/p5-Palm-PalmDoc/Makefile	Thu Sep 12 05:53:03 2013	(r327032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Palm-PalmDoc
-# Date created:				2 February 2004
-# Whom:					Simon Dick <simond at irrelevant.org>
-#
+# Created by: Simon Dick <simond at irrelevant.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Palm-PalmDoc
 PORTVERSION=	0.13
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	simond at irrelevant.org
 COMMENT=	Perl 5 modules for reading and writing PalmDoc files
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Palm::PalmDoc.3
 


More information about the svn-ports-head mailing list