Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 14:47:37 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326734 - in head/devel: cvs2html cvschk p5-Carp-Datum p5-Config-General p5-Data-Inherited p5-Date-Roman p5-Event-Join p5-Event-Lib p5-File-Temp p5-File-Tempdir p5-Gtk2-Notify p5-Gtk2-S...
Message-ID:  <201309081447.r88Elbhc033782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  8 14:47:37 2013
New Revision: 326734
URL: http://svnweb.freebsd.org/changeset/ports/326734

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

Modified:
  head/devel/cvs2html/Makefile   (contents, props changed)
  head/devel/cvschk/Makefile   (contents, props changed)
  head/devel/p5-Carp-Datum/Makefile   (contents, props changed)
  head/devel/p5-Config-General/Makefile   (contents, props changed)
  head/devel/p5-Data-Inherited/Makefile   (contents, props changed)
  head/devel/p5-Date-Roman/Makefile   (contents, props changed)
  head/devel/p5-Event-Join/Makefile   (contents, props changed)
  head/devel/p5-Event-Lib/Makefile   (contents, props changed)
  head/devel/p5-File-Temp/Makefile   (contents, props changed)
  head/devel/p5-File-Tempdir/Makefile   (contents, props changed)
  head/devel/p5-Gtk2-Notify/Makefile   (contents, props changed)
  head/devel/p5-Gtk2-Spell/Makefile   (contents, props changed)
  head/devel/p5-IO-All-LWP/Makefile   (contents, props changed)
  head/devel/p5-IO-Digest/Makefile   (contents, props changed)
  head/devel/p5-Moose-Autobox/Makefile
  head/devel/p5-POE-Component-IKC/Makefile   (contents, props changed)
  head/devel/p5-Perl-Metrics-Lite/Makefile   (contents, props changed)
  head/devel/p5-Tie-Simple/Makefile   (contents, props changed)
  head/devel/p5-Tree-Simple/Makefile   (contents, props changed)

Modified: head/devel/cvs2html/Makefile
==============================================================================
--- head/devel/cvs2html/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/cvs2html/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cvs2html
-# Date created:				Sun 02 Jul 2000
-# Whom:					will
-#
+# Created by: will
 # $FreeBSD$
-#
 
 PORTNAME=	cvs2html
 PORTVERSION=	1.98
@@ -21,7 +17,7 @@ COMMENT=	Perl script to turn ``cvs log''
 LICENSE=	GPLv2
 
 PLIST_FILES=	bin/cvs2html
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 do-extract:

Modified: head/devel/cvschk/Makefile
==============================================================================
--- head/devel/cvschk/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/cvschk/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 	cvschk
-# Date created:				2005-04-23
-# Whom:					Matthias Andree <matthias.andree@gmx.de>
-#
+# Created by: Matthias Andree <matthias.andree@gmx.de>
 # $FreeBSD$
-#
 
 PORTNAME=	cvschk
 PORTVERSION=	1.12
@@ -16,7 +12,8 @@ EXTRACT_ONLY=
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Quick offline checker for CVS modifications
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 MAN1=		cvschk.1

Modified: head/devel/p5-Carp-Datum/Makefile
==============================================================================
--- head/devel/p5-Carp-Datum/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Carp-Datum/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Carp-Datum
-# Date created:				Aug 5th 2002
-# Whom:	      				kuriyama
-#
+# Created by: kuriyama
 # $FreeBSD$
-#
 
 PORTNAME=	Carp-Datum
 PORTVERSION=	0.1.3
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-Log-Agent>=0:${PORTSDI
 		p5-Getargs-Long>=0:${PORTSDIR}/devel/p5-Getargs-Long
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		datum_strip.1
 MAN3=		Carp::Datum::Assert.3 \

Modified: head/devel/p5-Config-General/Makefile
==============================================================================
--- head/devel/p5-Config-General/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Config-General/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -13,7 +13,8 @@ COMMENT=	Perl5 module for handling Apach
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Config::General::Extended.3 Config::General::Interpolated.3 \
 		Config::General.3

Modified: head/devel/p5-Data-Inherited/Makefile
==============================================================================
--- head/devel/p5-Data-Inherited/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Data-Inherited/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for hierarchy-wide accumulation of list/hash results
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::Inherited.3
 

Modified: head/devel/p5-Date-Roman/Makefile
==============================================================================
--- head/devel/p5-Date-Roman/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Date-Roman/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Date-Roman
-# Date created:				16 January 2003
-# Whom:	      				Philip Paeps <philip@paeps.cx>
-#
+# Created by: Philip Paeps <philip@paeps.cx>
 # $FreeBSD$
-#
 
 PORTNAME=	Date-Roman
 PORTVERSION=	1.06
@@ -17,7 +13,8 @@ COMMENT=	Perl module to play with Roman 
 BUILD_DEPENDS=	p5-Roman>=0:${PORTSDIR}/math/p5-Roman
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Date::Roman.3
 

Modified: head/devel/p5-Event-Join/Makefile
==============================================================================
--- head/devel/p5-Event-Join/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Event-Join/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Event-Join
-# Date created:	   24 Mar 2010
-# Whom:		   Denis Pokataev <catone@cpan.org>
-#
+# Created by: Denis Pokataev <catone@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Event-Join
 PORTVERSION=	0.06
@@ -23,7 +19,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Event::Join.3
 

Modified: head/devel/p5-Event-Lib/Makefile
==============================================================================
--- head/devel/p5-Event-Lib/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Event-Lib/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Event-Lib
-# Date created:				07 Jun 2006
-# Whom:					Fabian Keil <fk@fabiankeil.de>
-#
+# Created by: Fabian Keil <fk@fabiankeil.de>
 # $FreeBSD$
-#
 
 PORTNAME=	Event-Lib
 PORTVERSION=	1.03
@@ -17,7 +13,8 @@ COMMENT=	Makes libevent(3) accessible wi
 
 LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Event::Lib.3
 

Modified: head/devel/p5-File-Temp/Makefile
==============================================================================
--- head/devel/p5-File-Temp/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-File-Temp/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,6 +1,5 @@
 # Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Temp
 PORTVERSION=	0.23.01
@@ -12,7 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	leeym@FreeBSD.org
 COMMENT=	Perl5 module to generate temporary files or directories safely
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Temp.3
 

Modified: head/devel/p5-File-Tempdir/Makefile
==============================================================================
--- head/devel/p5-File-Tempdir/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-File-Tempdir/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Tempdir
-# Date created:		2007-01-02
-# Whom:	      		loader <loader@freebsdmall.com>
-#
+# Created by: loader <loader@freebsdmall.com>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Tempdir
 PORTVERSION=	0.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	loader@freebsdmall.com
 COMMENT=	Perl5 module to provide an object interface for File::Temp
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Tempdir.3
 

Modified: head/devel/p5-Gtk2-Notify/Makefile
==============================================================================
--- head/devel/p5-Gtk2-Notify/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Gtk2-Notify/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Gtk2-Notify
-# Date created:				2011-10-13
-# Whom:					Roman Bogorodskiy <novel@FreeBSD.org>
-#
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Gtk2-Notify
 PORTVERSION=	0.05
@@ -23,7 +19,8 @@ RUN_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-
 
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Gtk2::Notify.3 Gtk2::Notify::index.3
 

Modified: head/devel/p5-Gtk2-Spell/Makefile
==============================================================================
--- head/devel/p5-Gtk2-Spell/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Gtk2-Spell/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Gtk2-Spell
-# Date created:		2006-03-21
-# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 # $FreeBSD$
-#
 
 PORTNAME=	Gtk2-Spell
 PORTVERSION=	1.03
@@ -22,7 +18,8 @@ BUILD_DEPENDS=	p5-Cairo>=0:${PORTSDIR}/g
 		p5-Gtk2>=1.001:${PORTSDIR}/x11-toolkits/p5-Gtk2
 LIB_DEPENDS=	gtkspell.0:${PORTSDIR}/textproc/gtkspell
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Gtk2::Spell.3
 

Modified: head/devel/p5-IO-All-LWP/Makefile
==============================================================================
--- head/devel/p5-IO-All-LWP/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-IO-All-LWP/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-IO-All-LWP
-# Date created:		2009-04-21
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-All-LWP
 PORTVERSION=	0.14
@@ -18,7 +14,8 @@ COMMENT=	IO::All interface to LWP
 RUN_DEPENDS=	p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::All::FTP.3 \
 		IO::All::HTTP.3 \

Modified: head/devel/p5-IO-Digest/Makefile
==============================================================================
--- head/devel/p5-IO-Digest/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-IO-Digest/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-IO-Digest
-# Date created:				Sep 20 2004
-# Whom:					Rong-En Fan <rafan@infor.org>
-#
+# Created by: Rong-En Fan <rafan@infor.org>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-Digest
 PORTVERSION=	0.10
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-PerlIO-via-dynamic>=0:
 		p5-Digest>=0:${PORTSDIR}/security/p5-Digest
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::Digest.3
 

Modified: head/devel/p5-Moose-Autobox/Makefile
==============================================================================
--- head/devel/p5-Moose-Autobox/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Moose-Autobox/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Moose-Autobox
-# Date created:				25 July 2009
-# Whom:					Bill Brinzer <bill.brinzer@gmail.com>
-#
+# Created by: Bill Brinzer <bill.brinzer@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Moose-Autobox
 PORTVERSION=	0.12
@@ -23,7 +19,8 @@ RUN_DEPENDS=	p5-autobox>=2.23:${PORTSDIR
 		p5-Perl6-Junction>=1.40000:${PORTSDIR}/devel/p5-Perl6-Junction
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Moose::Autobox.3 \
 	Moose::Autobox::Array.3 \

Modified: head/devel/p5-POE-Component-IKC/Makefile
==============================================================================
--- head/devel/p5-POE-Component-IKC/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-POE-Component-IKC/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-POE>=1.311:${PORTSDIR}
 		p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::IKC.3 POE::Component::IKC::Channel.3 \
 		POE::Component::IKC::Client.3 POE::Component::IKC::ClientLite.3 \

Modified: head/devel/p5-Perl-Metrics-Lite/Makefile
==============================================================================
--- head/devel/p5-Perl-Metrics-Lite/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Perl-Metrics-Lite/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Perl::Metrics::Lite
-# Date created:		31 Dec 2011
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Perl-Metrics-Lite
 PORTVERSION=	0.080
@@ -21,7 +16,8 @@ RUN_DEPENDS=	\
 	p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	measureperl-checkstyle.1 \
 	measureperl.1

Modified: head/devel/p5-Tie-Simple/Makefile
==============================================================================
--- head/devel/p5-Tie-Simple/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Tie-Simple/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tie-Simple
-# Date created:		2006-08-01
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-Simple
 PORTVERSION=	1.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Variable ties made easier: much, much, much easier
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Tie::Simple.3
 

Modified: head/devel/p5-Tree-Simple/Makefile
==============================================================================
--- head/devel/p5-Tree-Simple/Makefile	Sun Sep  8 14:44:57 2013	(r326733)
+++ head/devel/p5-Tree-Simple/Makefile	Sun Sep  8 14:47:37 2013	(r326734)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Tree::Simple
-# Date created:				7 July 2004
-# Whom:					Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tree-Simple
 PORTVERSION=	1.18
@@ -16,7 +12,8 @@ COMMENT=	A simple tree object
 
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Tree::Simple.3 Tree::Simple::Visitor.3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081447.r88Elbhc033782>