svn commit: r326892 - in head: databases/p5-Cache-BDB databases/p5-DBIx-Skinny-Mixin-DBHResolver irc/cgiirc irc/nethirc irc/p5-Bot-BasicBot irc/p5-IRC-Utils irc/p5-POE-Component-IRC-Plugin-Blowfish...

Andrej Zverev az at FreeBSD.org
Tue Sep 10 10:51:14 UTC 2013


Author: az
Date: Tue Sep 10 10:51:10 2013
New Revision: 326892
URL: http://svnweb.freebsd.org/changeset/ports/326892

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/databases/p5-Cache-BDB/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile   (contents, props changed)
  head/irc/cgiirc/Makefile
  head/irc/nethirc/Makefile   (contents, props changed)
  head/irc/p5-Bot-BasicBot/Makefile   (contents, props changed)
  head/irc/p5-IRC-Utils/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile
  head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
  head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile   (contents, props changed)
  head/irc/p5-POE-Component-Server-IRC/Makefile
  head/irc/p5-POE-Filter-IRCD/Makefile   (contents, props changed)
  head/irc/p5-POE-Session-Irssi/Makefile   (contents, props changed)
  head/irc/tircd/Makefile   (contents, props changed)

Modified: head/databases/p5-Cache-BDB/Makefile
==============================================================================
--- head/databases/p5-Cache-BDB/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/databases/p5-Cache-BDB/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Cache-BDB
-# Date created:		2006-07-22
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Cache-BDB
 PORTVERSION=	0.04
@@ -17,7 +13,8 @@ COMMENT=	An object caching wrapper aroun
 BUILD_DEPENDS=	p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Cache::BDB.3
 

Modified: head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile
==============================================================================
--- head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	DBIx::Skinny::Mixin::DBHResolver
-# Date created:		28 Nov 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	DBIx-Skinny-Mixin-DBHResolver
 PORTVERSION=	0.04
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 	p5-DBIx-Skinny>0:${PORTSDIR}/databases/p5-DBIx-Skinny
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	DBIx::Skinny::Mixin::DBHResolver.3
 

Modified: head/irc/cgiirc/Makefile
==============================================================================
--- head/irc/cgiirc/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/cgiirc/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -12,7 +12,7 @@ COMMENT=	IRC web gateway written in Perl
 
 LICENSE=	GPLv2
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 pre-install:

Modified: head/irc/nethirc/Makefile
==============================================================================
--- head/irc/nethirc/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/nethirc/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nethirc
-# Date created:		15 Dec 1999
-# Whom:			Will Andrews <andrews at technologist.com>
-#
+# Created by: Will Andrews <andrews at technologist.com>
 # $FreeBSD$
-#
 
 PORTNAME=	NetHirc
 PORTVERSION=	0.94
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-POE-Component-IRC>=0:$
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		nethirc.pl.1
 MAN3=		NetHirc.3

Modified: head/irc/p5-Bot-BasicBot/Makefile
==============================================================================
--- head/irc/p5-Bot-BasicBot/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-Bot-BasicBot/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Bot-BasicBot
-# Date created:				23 Dec 2006
-# Whom:					Aaron Dalton <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Bot-BasicBot
 PORTVERSION=	0.89
@@ -21,6 +17,7 @@ RUN_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel
 
 MAN3=	Bot::BasicBot.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/irc/p5-IRC-Utils/Makefile
==============================================================================
--- head/irc/p5-IRC-Utils/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-IRC-Utils/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-IRC-Utils
-# Date created:		2011-04-12
-# Whom:			TERAMOTO Masahiro <markun at onohara.to>
-#
+# Created by: TERAMOTO Masahiro <markun at onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	IRC-Utils
 PORTVERSION=	0.12
@@ -18,7 +14,8 @@ COMMENT=	Common utilities for IRC-relate
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IRC::Utils.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-IRC-Plugin-Blowfish
-# Date created:	   June 05 2010
-# Whom:		   Jase Thew <freebsd at beardz.net>
-#
+# Created by: Jase Thew <freebsd at beardz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-Blowfish
 PORTVERSION=	0.01
@@ -24,7 +20,8 @@ BUILD_DEPENDS=	p5-POE>=0.37:${PORTSDIR}/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::Blowfish.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-IRC-Plugin-Bollocks
-# Date created:	   31 may 2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-Bollocks
 PORTVERSION=	1.00
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-Dev-Bollocks>=0.06:${P
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::Bollocks.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-IRC-Plugin-Corelist
-# Date created:	   31 may 2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-CoreList
 PORTVERSION=	1.02
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel
 		p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::CoreList.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	POE-Componenet-IRC-Plugin-Hailo
-# Date created:	   2011-07-19
-# Whom:		   milki <milki at rescomp.berkeley.edu>
-#
+# Created by: milki <milki at rescomp.berkeley.edu>
 # $FreeBSD$
 
 PORTNAME=	POE-Component-IRC-Plugin-Hailo
@@ -25,7 +22,8 @@ BUILD_DEPENDS=	p5-IRC-Utils>=0.05:${PORT
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	irchailo-seed.1
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-DBD-SQLite>=0:${PORTSD
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::Karma.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-IRC-Plugin-POE-Knee
-# Date created:	   31 may 2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-POE-Knee
 PORTVERSION=	1.08
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-Math-Random>=0.69:${PO
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::POE::Knee.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-POE-Component-IRC-Plugin-QueryDNS
-# Date created:	   20.06.2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-QueryDNS
 PORTVERSION=	1.04
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-Net-IP>=1.25:${PORTSDI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::QueryDNS.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-POE-Component-IRC-Plugin-QueryDNSBL
-# Date created:	   20.06.2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-QueryDNSBL
 PORTVERSION=	1.04
@@ -24,7 +20,8 @@ RUN_DEPENDS:=	p5-POE>=0:${PORTSDIR}/deve
 		p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::QueryDNSBL.3
 

Modified: head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile
==============================================================================
--- head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-POE-Component-IRC-Plugin-RSS-Headlines
-# Date created:	   20.06.2008
-# Whom:		   Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-IRC-Plugin-RSS-Headlines
 PORTVERSION=	1.08
@@ -27,7 +23,8 @@ RUN_DEPENDS:=	p5-POE>=1.004:${PORTSDIR}/
 		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IRC::Plugin::RSS::Headlines.3
 

Modified: head/irc/p5-POE-Component-Server-IRC/Makefile
==============================================================================
--- head/irc/p5-POE-Component-Server-IRC/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Component-Server-IRC/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -27,7 +27,8 @@ RUN_DEPENDS=	p5-Crypt-PasswdMD5>=1.3:${P
 		p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		pmkpasswd.1
 MAN3=		POE::Component::Server::IRC.3 \

Modified: head/irc/p5-POE-Filter-IRCD/Makefile
==============================================================================
--- head/irc/p5-POE-Filter-IRCD/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Filter-IRCD/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-POE-Filter-IRCD
-# Date created:		6 May 2006
-# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Filter-IRCD
 PORTVERSION=	2.42
@@ -17,7 +13,8 @@ COMMENT=	A POE-based parser for the IRC 
 BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		POE::Filter::IRCD.3
 
 .include <bsd.port.mk>

Modified: head/irc/p5-POE-Session-Irssi/Makefile
==============================================================================
--- head/irc/p5-POE-Session-Irssi/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/p5-POE-Session-Irssi/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-POE-Session-Irssi
-# Date created:	   Jul 29 2010
-# Whom:		   Jase Thew <freebsd at beardz.net>
-#
+# Created by: Jase Thew <freebsd at beardz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Session-Irssi
 PORTVERSION=	0.50
@@ -26,7 +22,8 @@ RUN_DEPENDS=	p5-POE>=1.003:${PORTSDIR}/d
 		irssi:${PORTSDIR}/irc/irssi
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Session::Irssi.3
 

Modified: head/irc/tircd/Makefile
==============================================================================
--- head/irc/tircd/Makefile	Tue Sep 10 10:40:46 2013	(r326891)
+++ head/irc/tircd/Makefile	Tue Sep 10 10:51:10 2013	(r326892)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tircd
-# Date created:		6th March 2010
-# Whom:			Gavin Atkinson <gavin at FreeBSD.org>
-#
+# Created by: Gavin Atkinson <gavin at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	tircd
 PORTVERSION=	0.10
@@ -24,7 +20,7 @@ RUN_DEPENDS=	p5-JSON-Any>=0:${PORTSDIR}/
 		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN1=		tircd.1


More information about the svn-ports-all mailing list