svn commit: r326802 - in head/devel: p5-Algorithm-ChooseSubsets p5-Config-IniRegEx p5-Danga-Socket-Callback p5-Data-Dumper-Perltidy p5-Data-Rand p5-Devel-Autoflush p5-JIRA-Client p5-Mknod p5-Module...
Andrej Zverev
az at FreeBSD.org
Mon Sep 9 11:01:50 UTC 2013
Author: az
Date: Mon Sep 9 11:01:46 2013
New Revision: 326802
URL: http://svnweb.freebsd.org/changeset/ports/326802
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/p5-Algorithm-ChooseSubsets/Makefile (contents, props changed)
head/devel/p5-Config-IniRegEx/Makefile (contents, props changed)
head/devel/p5-Danga-Socket-Callback/Makefile (contents, props changed)
head/devel/p5-Data-Dumper-Perltidy/Makefile (contents, props changed)
head/devel/p5-Data-Rand/Makefile
head/devel/p5-Devel-Autoflush/Makefile (contents, props changed)
head/devel/p5-JIRA-Client/Makefile (contents, props changed)
head/devel/p5-Mknod/Makefile (contents, props changed)
head/devel/p5-Module-Install-AuthorRequires/Makefile (contents, props changed)
head/devel/p5-Module-Install-AuthorTests/Makefile (contents, props changed)
head/devel/p5-Number-Bytes-Human/Makefile (contents, props changed)
head/devel/p5-Params-Coerce/Makefile (contents, props changed)
head/devel/p5-PerlIO-via-symlink/Makefile (contents, props changed)
head/devel/p5-SVN-Statistics/Makefile (contents, props changed)
head/devel/p5-Sys-Sendfile-FreeBSD/Makefile (contents, props changed)
head/devel/p5-Test-Compile/Makefile
head/devel/p5-Text-Outdent/Makefile (contents, props changed)
head/devel/p5-Tie-Restore/Makefile (contents, props changed)
head/devel/p5-common-sense/Makefile (contents, props changed)
Modified: head/devel/p5-Algorithm-ChooseSubsets/Makefile
==============================================================================
--- head/devel/p5-Algorithm-ChooseSubsets/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Algorithm-ChooseSubsets/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Algorithm::ChooseSubsets
-# Date created: 04 Mar 2005
-# Whom: lars.eggert at gmx.net
-#
+# Created by: lars.eggert at gmx.net
# $FreeBSD$
-#
PORTNAME= Algorithm-ChooseSubsets
PORTVERSION= 0.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert at gmx.net
COMMENT= Perl algorithm to iterate through subsets of a list
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Algorithm::ChooseSubsets.3
Modified: head/devel/p5-Config-IniRegEx/Makefile
==============================================================================
--- head/devel/p5-Config-IniRegEx/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Config-IniRegEx/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Config-IniRegEx
-# Date created: 2009-01-30
-# Whom: Murilo Opsfelder <mopsfelder at gmail.com>
-#
+# Created by: Murilo Opsfelder <mopsfelder at gmail.com>
# $FreeBSD$
-#
PORTNAME= Config-IniRegEx
PORTVERSION= 0.01
@@ -16,7 +12,8 @@ COMMENT= Ini workaround, regex search fo
RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Config::IniRegEx.3
Modified: head/devel/p5-Danga-Socket-Callback/Makefile
==============================================================================
--- head/devel/p5-Danga-Socket-Callback/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Danga-Socket-Callback/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -18,7 +18,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket
RUN_DEPENDS= p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Danga::Socket::Callback.3
Modified: head/devel/p5-Data-Dumper-Perltidy/Makefile
==============================================================================
--- head/devel/p5-Data-Dumper-Perltidy/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Data-Dumper-Perltidy/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Dumper-Perltidy
-# Date created: 2009-01-30
-# Whom: Murilo Opsfelder <mopsfelder at gmail.com>
-#
+# Created by: Murilo Opsfelder <mopsfelder at gmail.com>
# $FreeBSD$
-#
PORTNAME= Data-Dumper-Perltidy
PORTVERSION= 0.01
@@ -16,7 +12,8 @@ COMMENT= Stringify and pretty print Perl
RUN_DEPENDS= perltidy>=0:${PORTSDIR}/devel/perltidy
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Dumper::Perltidy.3
Modified: head/devel/p5-Data-Rand/Makefile
==============================================================================
--- head/devel/p5-Data-Rand/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Data-Rand/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,5 +1,4 @@
# $FreeBSD$
-#
PORTNAME= Data-Rand
PORTVERSION= 0.0.4
@@ -13,7 +12,8 @@ COMMENT= Perl module for generating rand
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Data::Rand.3
Modified: head/devel/p5-Devel-Autoflush/Makefile
==============================================================================
--- head/devel/p5-Devel-Autoflush/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Devel-Autoflush/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Devel-Autoflush
-# Date created: 2011-02-04
-# Whom: Steve Wills <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Devel-Autoflush
PORTVERSION= 0.05
@@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Devel::Autoflush.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/devel/p5-JIRA-Client/Makefile
==============================================================================
--- head/devel/p5-JIRA-Client/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-JIRA-Client/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: JIRA::Client
-# Date created: 2009-04-28
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= JIRA-Client
PORTVERSION= 0.25
@@ -18,7 +14,8 @@ COMMENT= An extended interface to JIRA's
RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
PROJECTHOST= jira-client
MAN3= JIRA::Client.3
Modified: head/devel/p5-Mknod/Makefile
==============================================================================
--- head/devel/p5-Mknod/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Mknod/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Mknod
-# Date created: 3 November 2004
-# Whom: Sean Farley <sean-freebsd at farley.org>
-#
+# Created by: Sean Farley <sean-freebsd at farley.org>
# $FreeBSD$
-#
PORTNAME= Mknod
PORTVERSION= 0.02
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sean-freebsd at farley.org
COMMENT= Perl module interface to the mknod(2) system call
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MANPREFIX= ${SITE_PERL}
MAN3= Mknod.3
Modified: head/devel/p5-Module-Install-AuthorRequires/Makefile
==============================================================================
--- head/devel/p5-Module-Install-AuthorRequires/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Module-Install-AuthorRequires/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Module::Install::AuthorRequires
-# Date created: 09 Sep 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Module-Install-AuthorRequires
PORTVERSION= 0.02
@@ -18,7 +13,8 @@ RUN_DEPENDS= \
p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Module::Install::AuthorRequires.3
Modified: head/devel/p5-Module-Install-AuthorTests/Makefile
==============================================================================
--- head/devel/p5-Module-Install-AuthorTests/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Module-Install-AuthorTests/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Module::Install::AuthorTests
-# Date created: 22 Jan 2009
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Module-Install-AuthorTests
PORTVERSION= 0.002
@@ -18,7 +13,8 @@ RUN_DEPENDS= \
p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Module::Install::AuthorTests.3
Modified: head/devel/p5-Number-Bytes-Human/Makefile
==============================================================================
--- head/devel/p5-Number-Bytes-Human/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Number-Bytes-Human/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Number::Bytes::Human
-# Date created: 2006-10-19
-# Whom: Sulev-Madis Silber <madis555 at hot.ee>
-#
+# Created by: Sulev-Madis Silber <madis555 at hot.ee>
# $FreeBSD$
-#
PORTNAME= Number-Bytes-Human
PORTVERSION= 0.07
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= madis555 at hot.ee
COMMENT= Convert byte count to human readable format
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Number::Bytes::Human.3
Modified: head/devel/p5-Params-Coerce/Makefile
==============================================================================
--- head/devel/p5-Params-Coerce/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Params-Coerce/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Params-Coerce
-# Date created: 08 September 2007
-# Whom: Cory R. King <coryking at mozimedia.com>
-#
+# Created by: Cory R. King <coryking at mozimedia.com>
# $FreeBSD$
-#
PORTNAME= Params-Coerce
PORTVERSION= 0.14
@@ -18,7 +14,8 @@ COMMENT= Allows your classes to do coerc
BUILD_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Params::Coerce.3
Modified: head/devel/p5-PerlIO-via-symlink/Makefile
==============================================================================
--- head/devel/p5-PerlIO-via-symlink/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-PerlIO-via-symlink/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: devel/p5-PerlIO-via-symlink
-# Date created: Aug 05 2004
-# Whom: Rong-En Fan <rafan at infor.org>
-#
+# Created by: Rong-En Fan <rafan at infor.org>
# $FreeBSD$
-#
PORTNAME= PerlIO-via-symlink
PORTVERSION= 0.05
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan at FreeBSD.org
COMMENT= Symbolic link PerlIO layers
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PerlIO::via::symlink.3
Modified: head/devel/p5-SVN-Statistics/Makefile
==============================================================================
--- head/devel/p5-SVN-Statistics/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-SVN-Statistics/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-SVN-Statistics
-# 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-Statistics
PORTVERSION= 0.041
@@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-subversion>=0:${PORTSD
p5-IO-Toolkit>=0:${PORTSDIR}/devel/p5-IO-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SVN::Statistics.3
Modified: head/devel/p5-Sys-Sendfile-FreeBSD/Makefile
==============================================================================
--- head/devel/p5-Sys-Sendfile-FreeBSD/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Sys-Sendfile-FreeBSD/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Sys::Sendfile::FreeBSD
-# Date created: Jan 21, 2009
-# Whom: Mykola Marzhan <delgod at portaone.com>
-#
+# Created by: Mykola Marzhan <delgod at portaone.com>
# $FreeBSD$
-#
PORTNAME= Sys-Sendfile-FreeBSD
PORTVERSION= 0.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= delgod at portaone.com
COMMENT= Wrapper for the FreeBSD sendfile(2) function
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::Sendfile::FreeBSD.3
Modified: head/devel/p5-Test-Compile/Makefile
==============================================================================
--- head/devel/p5-Test-Compile/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Test-Compile/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Devel-CheckOS>=0:${POR
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Compile.3 Test::Compile::Internal.3
Modified: head/devel/p5-Text-Outdent/Makefile
==============================================================================
--- head/devel/p5-Text-Outdent/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Text-Outdent/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-Outdent
-# Date created: 2011-01-13
-# Whom: Kurt Lidl <kurt.lidl at cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl at cello.com>
# $FreeBSD$
-#
PORTNAME= Text-Outdent
PORTVERSION= 0.01
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kurt.lidl at cello.com
COMMENT= Strip leading whitespace from here-docs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Outdent.3
Modified: head/devel/p5-Tie-Restore/Makefile
==============================================================================
--- head/devel/p5-Tie-Restore/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-Tie-Restore/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tie-Restore
-# Date created: April 19th 2006
-# Whom: Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tie-Restore
PORTVERSION= 0.11
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym at FreeBSD.org
COMMENT= Restores ties to an existing object
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tie::Restore.3
Modified: head/devel/p5-common-sense/Makefile
==============================================================================
--- head/devel/p5-common-sense/Makefile Mon Sep 9 10:37:03 2013 (r326801)
+++ head/devel/p5-common-sense/Makefile Mon Sep 9 11:01:46 2013 (r326802)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-common-sense
-# Date created: 2009-08-12
-# Whom: Mons Anderson <mons at cpan.org>
-#
+# Created by: Mons Anderson <mons at cpan.org>
# $FreeBSD$
-#
PORTNAME= common-sense
PORTVERSION= 3.6
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mons at cpan.org
COMMENT= Perl common defaults with lower memory usage
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= common::sense.3
More information about the svn-ports-all
mailing list