svn commit: r326575 - in head: biology/consed biology/p5-Bio-ASN1-EntrezGene biology/p5-bioperl-run biology/velvet devel/p5-Config-YAML devel/p5-MooseX-CompileTime-Traits devel/p5-Sys-Cpu sysutils/...
Andrej Zverev
az at FreeBSD.org
Sat Sep 7 07:44:31 UTC 2013
Author: az
Date: Sat Sep 7 07:44:26 2013
New Revision: 326575
URL: http://svnweb.freebsd.org/changeset/ports/326575
Log:
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Modified:
head/biology/consed/Makefile (contents, props changed)
head/biology/p5-Bio-ASN1-EntrezGene/Makefile (contents, props changed)
head/biology/p5-bioperl-run/Makefile (contents, props changed)
head/biology/velvet/Makefile (contents, props changed)
head/devel/p5-Config-YAML/Makefile (contents, props changed)
head/devel/p5-MooseX-CompileTime-Traits/Makefile (contents, props changed)
head/devel/p5-Sys-Cpu/Makefile (contents, props changed)
head/sysutils/backupme/Makefile (contents, props changed)
head/sysutils/p5-BSD-Sysctl/Makefile (contents, props changed)
head/sysutils/p5-Filesys-DiskUsage/Makefile (contents, props changed)
head/sysutils/p5-Lchown/Makefile (contents, props changed)
head/sysutils/p5-MogileFS-Utils/Makefile
head/sysutils/p5-Proc-PidUtil/Makefile (contents, props changed)
head/sysutils/p5-Schedule-At/Makefile (contents, props changed)
head/sysutils/pwgen/Makefile (contents, props changed)
head/sysutils/topless/Makefile (contents, props changed)
head/sysutils/usermin/Makefile
head/sysutils/worldtools/Makefile (contents, props changed)
head/x11-themes/fvwm-themes/Makefile (contents, props changed)
Modified: head/biology/consed/Makefile
==============================================================================
--- head/biology/consed/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/biology/consed/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -19,7 +19,7 @@ RUN_DEPENDS= phred:${PORTSDIR}/biology/p
phrap:${PORTSDIR}/biology/phrap \
phd2fasta:${PORTSDIR}/biology/phd2fasta
-USE_PERL5= yes
+USES= perl5
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
ONLY_FOR_ARCHS= i386 amd64
Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile
==============================================================================
--- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -17,7 +17,8 @@ COMMENT= Regular expression-based Perl P
WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Bio::ASN1::EntrezGene.3 \
Bio::ASN1::EntrezGene::Indexer.3 \
Modified: head/biology/p5-bioperl-run/Makefile
==============================================================================
--- head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/biology/p5-bioperl-run/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-bioperl-run-1.[13579]*
-PERL_MODBUILD= YES
+USES= perl5
+USE_PERL5= modbuild
WRKSRC= ${WRKDIR}/BioPerl-run-1.6.0
MAN1= bp_bioperl_application_installer.pl.1 \
Modified: head/biology/velvet/Makefile
==============================================================================
--- head/biology/velvet/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/biology/velvet/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -22,7 +22,8 @@ MAXKMERLENGTH?= 31
VELVET_CATEGORIES?= 2
MAKE_ENV+= MAXKMERLENGTH=${MAXKMERLENGTH} CATEGORIES=${VELVET_CATEGORIES}
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
BINARIES= velvetg velveth
SCRIPTS= shuffleSequences_fasta.pl shuffleSequences_fastq.pl \
Modified: head/devel/p5-Config-YAML/Makefile
==============================================================================
--- head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/devel/p5-Config-YAML/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -17,7 +17,8 @@ COMMENT= Simple configuration automation
BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Config::YAML.3
Modified: head/devel/p5-MooseX-CompileTime-Traits/Makefile
==============================================================================
--- head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/devel/p5-MooseX-CompileTime-Traits/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -19,7 +19,8 @@ RUN_DEPENDS= \
p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MooseX::CompileTime::Traits.3
Modified: head/devel/p5-Sys-Cpu/Makefile
==============================================================================
--- head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/devel/p5-Sys-Cpu/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= terry at sucked-in.com
COMMENT= Sys::CPU - Perl extension for getting CPU information
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Sys::CPU.3
Modified: head/sysutils/backupme/Makefile
==============================================================================
--- head/sysutils/backupme/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/backupme/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Log-Log4perl>=0:${PORTSD
p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
p5-Net-SSH>=0:${PORTSDIR}/net/p5-Net-SSH
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
NO_INSTALL_MANPAGES= yes
Modified: head/sysutils/p5-BSD-Sysctl/Makefile
==============================================================================
--- head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-BSD-Sysctl/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= david at landgren.net
COMMENT= Fetch sysctl values from BSD-like systems
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= BSD::Sysctl.3
Modified: head/sysutils/p5-Filesys-DiskUsage/Makefile
==============================================================================
--- head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-Filesys-DiskUsage/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot at FreeBSD.org
COMMENT= Perl equivalent of du(1)
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Filesys::DiskUsage.3
Modified: head/sysutils/p5-Lchown/Makefile
==============================================================================
--- head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-Lchown/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jeffrey at goldmark.org
COMMENT= A perl5 module providing access to lchown(2)
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Lchown.3
Modified: head/sysutils/p5-MogileFS-Utils/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-MogileFS-Utils/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-MogileFS-Client>=1.16:
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= mogadm.1 \
mogdelete.1 \
Modified: head/sysutils/p5-Proc-PidUtil/Makefile
==============================================================================
--- head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-Proc-PidUtil/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin at gslin.org
COMMENT= PID file management utilities
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Proc::PidUtil.3
Modified: head/sysutils/p5-Schedule-At/Makefile
==============================================================================
--- head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/p5-Schedule-At/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= OS independent interface to the Unix 'at' command
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Schedule::At.3
Modified: head/sysutils/pwgen/Makefile
==============================================================================
--- head/sysutils/pwgen/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/pwgen/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -15,7 +15,8 @@ MAINTAINER= andrey at hm.perm.ru
COMMENT= A small, powerful, GPL'ed password generator
GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
MAN1= pwgen.1
PLIST_FILES= bin/pwgen
Modified: head/sysutils/topless/Makefile
==============================================================================
--- head/sysutils/topless/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/topless/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -13,7 +13,8 @@ MASTER_SITES= http://people.freebsd.org/
MAINTAINER= koma2 at lovepeers.org
COMMENT= Display command output on the whole screen like "top"
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
MAN1= topless.1
PLIST_FILES= bin/topless
Modified: head/sysutils/usermin/Makefile
==============================================================================
--- head/sysutils/usermin/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/usermin/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR
p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= usermin
SUB_LIST= PERL5=${PERL}
SUB_FILES= pkg-message
Modified: head/sysutils/worldtools/Makefile
==============================================================================
--- head/sysutils/worldtools/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/sysutils/worldtools/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -14,7 +14,8 @@ MASTER_SITES= http://anarcat.ath.cx/soft
MAINTAINER= anarcat at anarcat.ath.cx
COMMENT= Handy tools for living with make world
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
MAN8= buildit.8 upgrade.8 whereintheworld.8
Modified: head/x11-themes/fvwm-themes/Makefile
==============================================================================
--- head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:11:48 2013 (r326574)
+++ head/x11-themes/fvwm-themes/Makefile Sat Sep 7 07:44:26 2013 (r326575)
@@ -23,7 +23,7 @@ RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fv
USE_BZIP2= yes
USE_XORG= xpm
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \
More information about the svn-ports-all
mailing list