From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 05:53:08 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 5D6BF649; Thu, 12 Sep 2013 05:53:08 +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 2CD3A2212; Thu, 12 Sep 2013 05:53:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C5r7qY062673; Thu, 12 Sep 2013 05:53:07 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C5r4pw062636; Thu, 12 Sep 2013 05:53:04 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309120553.r8C5r4pw062636@svn.freebsd.org> From: Andrej Zverev Date: Thu, 12 Sep 2013 05:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... 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: Thu, 12 Sep 2013 05:53:08 -0000 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 -# +# Created by: Mark R V Murray # $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 -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= Algorithm-Munkres PORTVERSION= 0.08 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@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 -# +# Created by: Yi-Hsuan Hsin # $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@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 -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Math-CDF PORTVERSION= 0.1 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@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 -# +# Created by: Kevin Lo # $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 -# +# Created by: Jin-Shan Tseng # $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 -# +# Created by: Dereckson # $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 -# +# Created by: Steve Wills # $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 -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= Math-TrulyRandom PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= anders@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 -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Number-Fraction PORTVERSION= 1.14 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@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 -# +# Created by: Philip Paeps # $FreeBSD$ -# PORTNAME= Roman PORTVERSION= 1.22 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= philip@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 -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Statistics-Frequency PORTVERSION= 0.03 @@ -15,6 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Simple counting of elements -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include 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 -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= Statistics-Regression PORTVERSION= 0.53 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@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 -# +# Created by: Simon Dick # $FreeBSD$ -# PORTNAME= Palm-PalmDoc PORTVERSION= 0.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 modules for reading and writing PalmDoc files -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Palm::PalmDoc.3