svn commit: r326955 - in head: dns/bindgraph dns/dnscheck dns/dnsmax-perl dns/dnswalk dns/geta dns/ldnsm dns/p5-Net-Amazon-Route53 dns/p5-Net-DNS-Check dns/p5-Net-DNS-RR-SRV-Helper dns/p5-Net-DNSBL...
Andrej Zverev
az at FreeBSD.org
Wed Sep 11 08:56:58 UTC 2013
Author: az
Date: Wed Sep 11 08:56:53 2013
New Revision: 326955
URL: http://svnweb.freebsd.org/changeset/ports/326955
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/dns/bindgraph/Makefile (contents, props changed)
head/dns/dnscheck/Makefile (contents, props changed)
head/dns/dnsmax-perl/Makefile (contents, props changed)
head/dns/dnswalk/Makefile (contents, props changed)
head/dns/geta/Makefile (contents, props changed)
head/dns/ldnsm/Makefile (contents, props changed)
head/dns/p5-Net-Amazon-Route53/Makefile
head/dns/p5-Net-DNS-Check/Makefile (contents, props changed)
head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile (contents, props changed)
head/dns/p5-Net-DNSBL-Statistics/Makefile (contents, props changed)
head/dns/p5-Net-DRI/Makefile
head/dns/rbllookup-ng/Makefile (contents, props changed)
head/dns/rbllookup/Makefile (contents, props changed)
head/dns/scavenge/Makefile (contents, props changed)
head/dns/updatedd/Makefile (contents, props changed)
head/dns/walker/Makefile (contents, props changed)
head/lang/p5-JavaScript-Value-Escape/Makefile (contents, props changed)
head/lang/p5-Modern-Perl/Makefile (contents, props changed)
head/lang/pecl-perl/Makefile (contents, props changed)
Modified: head/dns/bindgraph/Makefile
==============================================================================
--- head/dns/bindgraph/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/bindgraph/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bindgraph
-# Date created: Nov 29 2007
-# Whom: Rong-En Fan <rafan at FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= bindgraph
PORTVERSION= 0.2
@@ -19,7 +15,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data
p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
CGIDIR?= ${PREFIX}/www/cgi-bin
DATADIR?= /var/db/bindgraph
Modified: head/dns/dnscheck/Makefile
==============================================================================
--- head/dns/dnscheck/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/dnscheck/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dnscheck
-# Date created: 25 September 2005
-# Whom: Jarrod Sayers <jarrod at netleader.com.au>
-#
+# Created by: Jarrod Sayers <jarrod at netleader.com.au>
# $FreeBSD$
-#
PORTNAME= dnscheck
PORTVERSION= 1.3
@@ -13,7 +9,7 @@ MASTER_SITES= http://www.downtools.com.a
MAINTAINER= jarrod at downtools.com.au
COMMENT= DNS zone sanity checker
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/dnscheck
Modified: head/dns/dnsmax-perl/Makefile
==============================================================================
--- head/dns/dnsmax-perl/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/dnsmax-perl/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dnsmax-perl
-# Date created: Sun Jan 23 20:27:00 CST 2005
-# Whom: Dan Smith <dan at algenta.com>
-#
+# Created by: Dan Smith <dan at algenta.com>
# $FreeBSD$
-#
PORTNAME= dnsmax-perl
PORTVERSION= 1.0.1
@@ -20,7 +16,7 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT
USE_ZIP= yes
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/dnsmax-perl
PORTDOCS= LICENSE INSTALL README
Modified: head/dns/dnswalk/Makefile
==============================================================================
--- head/dns/dnswalk/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/dnswalk/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dnswalk
-# Date created: 17 January 1998
-# Whom: Matthew Hunt <mph at pobox.com>
-#
+# Created by: Matthew Hunt <mph at pobox.com>
# $FreeBSD$
-#
PORTNAME= dnswalk
PORTVERSION= 2.0.2
@@ -18,7 +14,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/d
NO_WRKSUBDIR= YES
NO_BUILD= YES
-USE_PERL5= YES
+USES= perl5
MAN1= dnswalk.1
Modified: head/dns/geta/Makefile
==============================================================================
--- head/dns/geta/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/geta/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: geta
-# Date created: 5 Nov 2001
-# Whom: sumikawa
-#
+# Created by: sumikawa
# $FreeBSD$
-#
PORTNAME= geta
PORTVERSION= 19990419
@@ -17,7 +13,8 @@ COMMENT= Geta(GET Address) - Simple IPv4
WRKSRC= ${WRKDIR}/pping
GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/geta
Modified: head/dns/ldnsm/Makefile
==============================================================================
--- head/dns/ldnsm/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/ldnsm/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: qar-bufo
-# Date created: 18 April 2007
-# Whom: Zane C. Bowers
-#
+# Created by: Zane C. Bowers
# $FreeBSD$
-#
PORTNAME= ldnsm
PORTVERSION= 0.2.1
@@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= vvelox at vvelox.net
COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/ldnsm
Modified: head/dns/p5-Net-Amazon-Route53/Makefile
==============================================================================
--- head/dns/p5-Net-Amazon-Route53/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/p5-Net-Amazon-Route53/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-Amazon-Route53
-# Date created: 2011-04-24
-# Whom: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
# $FreeBSD$
-#
PORTNAME= Net-Amazon-Route53
PORTVERSION= 0.122310
@@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSD
p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= route53.1
MAN3= Net::Amazon::Route53.3 \
Modified: head/dns/p5-Net-DNS-Check/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Check/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/p5-Net-DNS-Check/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dns/p5-Net-DNS-Check
-# Date created: 2011-05-30
-# Whom: Ryan Steinmetz <rpsfa at rit.edu>
-#
+# Created by: Ryan Steinmetz <rpsfa at rit.edu>
# $FreeBSD$
-#
PORTNAME= Net-DNS-Check
PORTVERSION= 0.45
@@ -16,7 +12,8 @@ COMMENT= Module for easy domain name che
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \
Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \
Modified: head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper
-# Date created: 2010-05-14
-# Whom: Zane C, Bowers <vvelox at vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox at vvelox.net>
# $FreeBSD$
-#
PORTNAME= Net-DNS-RR-SRV-Helper
PORTVERSION= 0.0.0
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSD
p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNS::RR::SRV::Helper.3
Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile
==============================================================================
--- head/dns/p5-Net-DNSBL-Statistics/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/p5-Net-DNSBL-Statistics/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-DNSBL-Statistics
-# Date created: 2008-01-07
-# Whom: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
# $FreeBSD$
-#
PORTNAME= Net-DNSBL-Statistics
PORTVERSION= 0.12
@@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::DNSBL::Statistics.3
Modified: head/dns/p5-Net-DRI/Makefile
==============================================================================
--- head/dns/p5-Net-DRI/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/p5-Net-DRI/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,6 +1,5 @@
# Created by: Mark Felder <feld at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net-DRI
PORTVERSION= 0.96
@@ -29,7 +28,8 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/d
p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \
p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include "${.CURDIR}/Makefile.man"
Modified: head/dns/rbllookup-ng/Makefile
==============================================================================
--- head/dns/rbllookup-ng/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/rbllookup-ng/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rbllookup-ng
-# Date created: 2006-11-13
-# Whom: Edwin Groothuis <edwin at mavetju.org>
-#
+# Created by: Edwin Groothuis <edwin at mavetju.org>
# $FreeBSD$
-#
PORTNAME= rbllookup-ng
PORTVERSION= 1.0
@@ -18,7 +14,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/rbllookup bin/getmoensted etc/rbllookup.conf-sample
PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc
Modified: head/dns/rbllookup/Makefile
==============================================================================
--- head/dns/rbllookup/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/rbllookup/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rbllookup
-# Date created: 2004-07-14
-# Whom: Marcin Gondek <drixter at e-utp.net>
-#
+# Created by: Marcin Gondek <drixter at e-utp.net>
# $FreeBSD$
-#
PORTNAME= rbllookup
PORTVERSION= 0.0.1.1
@@ -17,7 +13,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/rbllookup
PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc
Modified: head/dns/scavenge/Makefile
==============================================================================
--- head/dns/scavenge/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/scavenge/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: scavenge
-# Date created: 13 April 2005
-# Whom: mark at foster.cc
-#
+# Created by: mark at foster.cc
# $FreeBSD$
PORTNAME= scavenge
@@ -19,7 +16,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/d
PLIST_FILES= bin/scavenge
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin
Modified: head/dns/updatedd/Makefile
==============================================================================
--- head/dns/updatedd/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/updatedd/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: updatedd
-# Date created: 2003-12-02
-# Whom: geniusj at ods.org
-#
+# Created by: geniusj at ods.org
# $FreeBSD$
-#
PORTNAME= updatedd
PORTVERSION= 2.6
@@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= geniusj at ods.org
COMMENT= Dynamic DNS Update Client supporting multiple services
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes
Modified: head/dns/walker/Makefile
==============================================================================
--- head/dns/walker/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/dns/walker/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: walker
-# Date created: May 30, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= walker
PORTVERSION= 3.8
@@ -17,7 +12,7 @@ COMMENT= Recover zone file information f
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MAN1= walker.1
Modified: head/lang/p5-JavaScript-Value-Escape/Makefile
==============================================================================
--- head/lang/p5-JavaScript-Value-Escape/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/lang/p5-JavaScript-Value-Escape/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: JavaScript::Value::Escape
-# Date created: 19 May 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= JavaScript-Value-Escape
PORTVERSION= 0.06
@@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension to avoid XSS with JavaScript value interpolation
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= JavaScript::Value::Escape.3
Modified: head/lang/p5-Modern-Perl/Makefile
==============================================================================
--- head/lang/p5-Modern-Perl/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/lang/p5-Modern-Perl/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Modern-Perl
-# Date created: 2010-04-03
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Modern-Perl
PORTVERSION= 1.03
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin at gslin.org
COMMENT= Enable all of the features of Modern Perl with one command
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Modern::Perl.3
Modified: head/lang/pecl-perl/Makefile
==============================================================================
--- head/lang/pecl-perl/Makefile Wed Sep 11 08:15:53 2013 (r326954)
+++ head/lang/pecl-perl/Makefile Wed Sep 11 08:56:53 2013 (r326955)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pecl-perl
-# Date created: 2007-3-3
-# Whom: Luke Jee
-#
+# Created by: Luke Jee
# $FreeBSD$
-#
PORTNAME= perl
DISTVERSION= 1.0.0
@@ -22,6 +18,6 @@ USE_PHPEXT= yes
USE_PHP_BUILD= yes
DEFAULT_PHP_VER=53
-USE_PERL5= yes
+USES= perl5
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list