svn commit: r326810 - in head/devel: p5-App-Info p5-CPAN-Uploader p5-Class-Method-Modifiers-Fast p5-Data-Average p5-FreeBSD-i386-Ptrace p5-Geo-ShapeFile p5-Hash-Diff p5-IO-Callback p5-JQuery p5-Log...
Andrej Zverev
az at FreeBSD.org
Mon Sep 9 14:13:25 UTC 2013
Author: az
Date: Mon Sep 9 14:13:20 2013
New Revision: 326810
URL: http://svnweb.freebsd.org/changeset/ports/326810
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/p5-App-Info/Makefile (contents, props changed)
head/devel/p5-CPAN-Uploader/Makefile
head/devel/p5-Class-Method-Modifiers-Fast/Makefile (contents, props changed)
head/devel/p5-Data-Average/Makefile (contents, props changed)
head/devel/p5-FreeBSD-i386-Ptrace/Makefile (contents, props changed)
head/devel/p5-Geo-ShapeFile/Makefile (contents, props changed)
head/devel/p5-Hash-Diff/Makefile (contents, props changed)
head/devel/p5-IO-Callback/Makefile (contents, props changed)
head/devel/p5-JQuery/Makefile (contents, props changed)
head/devel/p5-Log-Any-Adapter/Makefile (contents, props changed)
head/devel/p5-Package-Generator/Makefile (contents, props changed)
head/devel/p5-SVN-Agent/Makefile (contents, props changed)
head/devel/p5-Scope-Guard/Makefile (contents, props changed)
head/devel/p5-Test-Mini/Makefile (contents, props changed)
head/devel/p5-Test-MockTime/Makefile
head/devel/p5-Test-More-UTF8/Makefile
head/devel/p5-Test-UseAllModules/Makefile
head/devel/p5-Time-Format/Makefile (contents, props changed)
head/devel/p5-lib-abs/Makefile
Modified: head/devel/p5-App-Info/Makefile
==============================================================================
--- head/devel/p5-App-Info/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-App-Info/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-App-Info
-# Date created: 19 May 2003
-# Whom: Dmitry Sivachenko <demon at FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= App-Info
PORTVERSION= 0.57
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= Interface for providing metadata about installed software packages
-PERL_MODBUILD= YES
+USES= perl5
+USE_PERL5= modbuild
MAN3= App::Info::HTTPD.3 App::Info::Lib::Iconv.3 \
App::Info::HTTPD::Apache.3 App::Info::Lib.3 App::Info::RDBMS.3 \
Modified: head/devel/p5-CPAN-Uploader/Makefile
==============================================================================
--- head/devel/p5-CPAN-Uploader/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-CPAN-Uploader/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSD
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= cpan-upload.1
MAN3= CPAN::Uploader.3
Modified: head/devel/p5-Class-Method-Modifiers-Fast/Makefile
==============================================================================
--- head/devel/p5-Class-Method-Modifiers-Fast/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Class-Method-Modifiers-Fast/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Class::Method::Modifiers::Fast
-# Date created: 21 Jan 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Class-Method-Modifiers-Fast
PORTVERSION= 0.041
@@ -19,7 +14,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Class::Method::Modifiers::Fast.3
Modified: head/devel/p5-Data-Average/Makefile
==============================================================================
--- head/devel/p5-Data-Average/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Data-Average/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Average
-# Date created: 01 Jun 2010
-# Whom: Alexander Kriventsov <avk at vl.ru>
-#
+# Created by: Alexander Kriventsov <avk at vl.ru>
# $FreeBSD$
-#
PORTNAME= Data-Average
PORTVERSION= 0.03000
@@ -18,7 +14,8 @@ COMMENT= Hold Data Set To Calculate Aver
BUILD_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa
RUN_DEPENDS= p5-UNIVERSAL-isa>=0:${PORTSDIR}/devel/p5-UNIVERSAL-isa
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Average::Bounded.3 Data::Average::BoundedExpires.3 Data::Average::Expires.3 Data::Average.3
Modified: head/devel/p5-FreeBSD-i386-Ptrace/Makefile
==============================================================================
--- head/devel/p5-FreeBSD-i386-Ptrace/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-FreeBSD-i386-Ptrace/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-FreeBSD-i386-Ptrace
-# Date created: 2009-03-15
-# Whom: TAKAHASHI Kaoru <kaoru at kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru at kaisei.org>
# $FreeBSD$
-#
PORTNAME= FreeBSD-i386-Ptrace
PORTVERSION= 0.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kaoru at kaisei.org
COMMENT= Perl module for ptrace on FreeBSD-i386
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
ONLY_FOR_ARCHS= i386
MAN3= FreeBSD::i386::Ptrace.3
Modified: head/devel/p5-Geo-ShapeFile/Makefile
==============================================================================
--- head/devel/p5-Geo-ShapeFile/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Geo-ShapeFile/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Geo-Point
-# Date created: 27 December 2005
-# Whom: estith
-#
+# Created by: estith
# $FreeBSD$
-#
PORTNAME= Geo-ShapeFile
PORTVERSION= 2.52
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe at FreeBSD.org
COMMENT= Perl extension for handling ESRI GIS Shapefiles
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Geo::ShapeFile.3 Geo::ShapeFile::Point.3 Geo::ShapeFile::Shape.3
Modified: head/devel/p5-Hash-Diff/Makefile
==============================================================================
--- head/devel/p5-Hash-Diff/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Hash-Diff/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Hash-Diff
-# Date created: 2012-03-16
-# Whom: Steven Kreuzer <skreuzer at FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Hash-Diff
PORTVERSION= 0.005
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Hash-Merge>=0.12:${POR
TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-use-ok>=0.02:${PORTSDIR}/devel/p5-Test-use-ok
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Hash::Diff.3
Modified: head/devel/p5-IO-Callback/Makefile
==============================================================================
--- head/devel/p5-IO-Callback/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-IO-Callback/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: IO::Callback
-# Date created: 02 Jun 2012
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= IO-Callback
PORTVERSION= 1.10
@@ -24,7 +19,8 @@ TEST_DEPENDS= \
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= IO::Callback.3
Modified: head/devel/p5-JQuery/Makefile
==============================================================================
--- head/devel/p5-JQuery/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-JQuery/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-JQuery
-# Date created: 2007-07-14
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= JQuery
PORTVERSION= 1.06
@@ -23,7 +19,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${POR
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= JQuery.3 \
JQuery::Accordion.3 \
Modified: head/devel/p5-Log-Any-Adapter/Makefile
==============================================================================
--- head/devel/p5-Log-Any-Adapter/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Log-Any-Adapter/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -16,7 +16,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Log::Any::Adapter.3 \
Log::Any::Adapter::Base.3 \
Modified: head/devel/p5-Package-Generator/Makefile
==============================================================================
--- head/devel/p5-Package-Generator/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Package-Generator/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= This module lets you quickly and easily construct new packages
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Package::Reaper.3 Package::Generator.3
Modified: head/devel/p5-SVN-Agent/Makefile
==============================================================================
--- head/devel/p5-SVN-Agent/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-SVN-Agent/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-SVN-Agent
-# Date created: 2006-07-12
-# Whom: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao at ychsiao.org>
# $FreeBSD$
-#
PORTNAME= SVN-Agent
PORTVERSION= 0.04
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-subversion>=0:${PORTSD
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SVN::Agent.3
Modified: head/devel/p5-Scope-Guard/Makefile
==============================================================================
--- head/devel/p5-Scope-Guard/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Scope-Guard/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Scope-Guard
-# Date created: 29 December 2006
-# Whom: Craig Manley
-#
+# Created by: Craig Manley
# $FreeBSD$
-#
PORTNAME= Scope-Guard
PORTVERSION= 0.20
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= v.a.popov at gmail.com
COMMENT= Lexically scoped resource management
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Scope::Guard.3
Modified: head/devel/p5-Test-Mini/Makefile
==============================================================================
--- head/devel/p5-Test-Mini/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Test-Mini/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-Mini
-# Date created: 2011-01-13
-# Whom: Kurt Lidl <kurt.lidl at cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl at cello.com>
# $FreeBSD$
-#
PORTNAME= Test-Mini
PORTVERSION= v1.1.3
@@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Data-Inspect>=0.03:${P
p5-namespace-clean>=0.14:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Mini.3 \
Test::Mini::Assertions.3 \
Modified: head/devel/p5-Test-MockTime/Makefile
==============================================================================
--- head/devel/p5-Test-MockTime/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Test-MockTime/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -14,7 +14,8 @@ COMMENT= Replaces actual time with simul
BUILD_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
RUN_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::MockTime.3
Modified: head/devel/p5-Test-More-UTF8/Makefile
==============================================================================
--- head/devel/p5-Test-More-UTF8/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Test-More-UTF8/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: devel/p5-Test-More-UTF8
-# Date created: 11 Feb 2010
-# Whom: Dmitry Sivachenko <demon at FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Test-More-UTF8
PORTVERSION= 0.04
@@ -17,7 +13,8 @@ COMMENT= Enhancing Test::More for UTF-8-
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::More::UTF8.3
Modified: head/devel/p5-Test-UseAllModules/Makefile
==============================================================================
--- head/devel/p5-Test-UseAllModules/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Test-UseAllModules/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-UseAllModules
-# Date created: 2007-10-30
-# Whom: TAKAHASHI Kaoru <kaoru at kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru at kaisei.org>
# $FreeBSD$
-#
PORTNAME= Test-UseAllModules
PORTVERSION= 0.14
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kaoru at kaisei.org
COMMENT= Perl extension to do use_ok() for all modules MANIFESTed
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::UseAllModules.3
Modified: head/devel/p5-Time-Format/Makefile
==============================================================================
--- head/devel/p5-Time-Format/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-Time-Format/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= Sergey.Dyatko at gmail.com
COMMENT= Easy-to-use date/time formatting
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Time::Format.3
Modified: head/devel/p5-lib-abs/Makefile
==============================================================================
--- head/devel/p5-lib-abs/Makefile Mon Sep 9 13:05:51 2013 (r326809)
+++ head/devel/p5-lib-abs/Makefile Mon Sep 9 14:13:20 2013 (r326810)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-lib-abs
-# Date created: 2009-07-21
-# Whom: Mons Anderson <mons at cpan.org>
-#
+# Created by: Mons Anderson <mons at cpan.org>
# $FreeBSD$
-#
PORTNAME= lib-abs
PORTVERSION= 0.92
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mons at cpan.org
COMMENT= Relative use lib in absolute way
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= lib::abs.3
More information about the svn-ports-head
mailing list