Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:57:49 +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: r326626 - in head/devel: libglade p5-Calendar-Simple p5-Class-MethodMapper p5-Data-Table p5-Data-Util p5-DateTime-Format-RFC3339 p5-Devel-NYTProf p5-Devel-REPL p5-Devel-TraceUse p5-Eval...
Message-ID:  <201309071057.r87Avnwc098710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep  7 10:57:48 2013
New Revision: 326626
URL: http://svnweb.freebsd.org/changeset/ports/326626

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

Modified:
  head/devel/libglade/Makefile   (contents, props changed)
  head/devel/p5-Calendar-Simple/Makefile   (contents, props changed)
  head/devel/p5-Class-MethodMapper/Makefile   (contents, props changed)
  head/devel/p5-Data-Table/Makefile   (contents, props changed)
  head/devel/p5-Data-Util/Makefile   (contents, props changed)
  head/devel/p5-DateTime-Format-RFC3339/Makefile   (contents, props changed)
  head/devel/p5-Devel-NYTProf/Makefile
  head/devel/p5-Devel-REPL/Makefile   (contents, props changed)
  head/devel/p5-Devel-TraceUse/Makefile   (contents, props changed)
  head/devel/p5-Eval-WithLexicals/Makefile   (contents, props changed)
  head/devel/p5-File-FcntlLock/Makefile
  head/devel/p5-FindBin-libs/Makefile   (contents, props changed)
  head/devel/p5-Log-Simple/Makefile   (contents, props changed)
  head/devel/p5-Object-Container/Makefile   (contents, props changed)
  head/devel/p5-Parse-PerlConfig/Makefile   (contents, props changed)
  head/devel/p5-Test-Fixture-DBIC-Schema/Makefile   (contents, props changed)
  head/devel/p5-Test-HTML-Tidy/Makefile   (contents, props changed)
  head/devel/p5-Test-Mini-Unit/Makefile   (contents, props changed)
  head/devel/p5-orz/Makefile   (contents, props changed)

Modified: head/devel/libglade/Makefile
==============================================================================
--- head/devel/libglade/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/libglade/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libglade
-# Date created:				18 August 1999
-# Whom:					Ade Lovett <ade@lovett.com>
-#
+# Created by: Ade Lovett <ade@lovett.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libglade
 PORTVERSION=	0.17
@@ -14,7 +10,7 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME glade library
 
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack gnomeprefix gnomehier gnomedb
 USE_LDCONFIG=	yes

Modified: head/devel/p5-Calendar-Simple/Makefile
==============================================================================
--- head/devel/p5-Calendar-Simple/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Calendar-Simple/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Calendar::Simple
-# Date created:				29 Oct 2003
-# Whom:	      				Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Calendar-Simple
 PORTVERSION=	1.21
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to create simple calendars
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Calendar::Simple.3
 

Modified: head/devel/p5-Class-MethodMapper/Makefile
==============================================================================
--- head/devel/p5-Class-MethodMapper/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Class-MethodMapper/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-Class-MethodMapper
-# Date created:		30 Oct 2003
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=		Class-MethodMapper
 PORTVERSION=		1.0
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		kuriyama@FreeBSD.org
 COMMENT=		Perl module for abstract Class wrapper for AutoLoader
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Class::MethodMapper.3
 

Modified: head/devel/p5-Data-Table/Makefile
==============================================================================
--- head/devel/p5-Data-Table/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Data-Table/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Table
-# Date created:				10 November 2004
-# Whom:					Aaron Dalton <aaron@daltons.ca>
-#
+# Created by: Aaron Dalton <aaron@daltons.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Table
 PORTVERSION=	1.68
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Data type related to database tables, HTML table displays, etc
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::Table.3
 

Modified: head/devel/p5-Data-Util/Makefile
==============================================================================
--- head/devel/p5-Data-Util/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Data-Util/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -17,7 +17,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS} \
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 	p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Util.3 \
 		Data::Util::Curry.3 \

Modified: head/devel/p5-DateTime-Format-RFC3339/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-RFC3339/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-DateTime-Format-RFC3339/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-DateTime-Format-RFC3339
-# Date created:	   Fri Aug 21, 2009
-# Whom:		   Dan Rench <citric@cubicone.tmetic.com>
-#
+# Created by: Dan Rench <citric@cubicone.tmetic.com>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime-Format-RFC3339
 PORTVERSION=	1.0.5
@@ -18,7 +14,8 @@ COMMENT=	Parse and format RFC3339 times
 BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
 RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DateTime::Format::RFC3339.3
 

Modified: head/devel/p5-Devel-NYTProf/Makefile
==============================================================================
--- head/devel/p5-Devel-NYTProf/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Devel-NYTProf/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -16,7 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	nytprofhtml.1 \
 	nytprofcsv.1 \

Modified: head/devel/p5-Devel-REPL/Makefile
==============================================================================
--- head/devel/p5-Devel-REPL/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Devel-REPL/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Devel-REPL
-# Date created:		2009-08-31
-# Whom:			Ashish SHUKLA <wahjava@gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-REPL
 PORTVERSION=	1.003014
@@ -33,7 +29,8 @@ BUILD_DEPENDS=	p5-Moose>=0.74:${PORTSDIR
 	p5-Sys-SigAction>0:${PORTSDIR}/devel/p5-Sys-SigAction
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Devel::REPL.3 \
 	Devel::REPL::Overview.3 \

Modified: head/devel/p5-Devel-TraceUse/Makefile
==============================================================================
--- head/devel/p5-Devel-TraceUse/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Devel-TraceUse/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -13,7 +13,8 @@ COMMENT=	This module shows the modules y
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Devel::TraceUse.3
 

Modified: head/devel/p5-Eval-WithLexicals/Makefile
==============================================================================
--- head/devel/p5-Eval-WithLexicals/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Eval-WithLexicals/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	\
 	p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Eval::WithLexicals.3 \
 	Eval::WithLexicals::WithHintPersistence.3

Modified: head/devel/p5-File-FcntlLock/Makefile
==============================================================================
--- head/devel/p5-File-FcntlLock/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-File-FcntlLock/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,5 +1,4 @@
 # $FreeBSD$
-#
 
 PORTNAME=	File-FcntlLock
 PORTVERSION=	0.14
@@ -10,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Perl5 module for file locking with fcntl
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::FcntlLock.3
 

Modified: head/devel/p5-FindBin-libs/Makefile
==============================================================================
--- head/devel/p5-FindBin-libs/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-FindBin-libs/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -11,7 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/00
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to locate and use lib directories
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		FindBin::libs.3
 

Modified: head/devel/p5-Log-Simple/Makefile
==============================================================================
--- head/devel/p5-Log-Simple/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Log-Simple/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Log-Simple
-# Date created:		2006-07-19
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Simple
 PORTVERSION=	1.8
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Basic runtime logger
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Simple.3
 

Modified: head/devel/p5-Object-Container/Makefile
==============================================================================
--- head/devel/p5-Object-Container/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Object-Container/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Object-Container
-# Date created:		2012-04-15
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Object-Container
 PORTVERSION=	0.14
@@ -16,7 +12,8 @@ COMMENT=	Simple object container
 
 RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Object::Container.3 \
 		Object::Container::ja.3

Modified: head/devel/p5-Parse-PerlConfig/Makefile
==============================================================================
--- head/devel/p5-Parse-PerlConfig/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Parse-PerlConfig/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Shape
-# Date created:				June 25th 2003
-# Whom:	      				Leif Pedersen <pedersen@meridian-enviro.com>
-#
+# Created by: Leif Pedersen <pedersen@meridian-enviro.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Parse-PerlConfig
 PORTVERSION=	0.05
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	pedersen@meridian-enviro.com
 COMMENT=	Perl5 module to use perl scripts as config files
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Parse::PerlConfig.3
 

Modified: head/devel/p5-Test-Fixture-DBIC-Schema/Makefile
==============================================================================
--- head/devel/p5-Test-Fixture-DBIC-Schema/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Test-Fixture-DBIC-Schema/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-DBIx-Class>=0.07005:${
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Fixture::DBIC::Schema.3
 

Modified: head/devel/p5-Test-HTML-Tidy/Makefile
==============================================================================
--- head/devel/p5-Test-HTML-Tidy/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Test-HTML-Tidy/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-HTML-Tidy
-# Date created:				Sep 13 2006
-# Whom:	      				rafan@FreeBSD.org
-#
+# Created by: rafan@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	Test-HTML-Tidy
 PORTVERSION=	1.00
@@ -17,7 +13,8 @@ COMMENT=	Test::More-style wrapper around
 BUILD_DEPENDS=	p5-HTML-Tidy>=0:${PORTSDIR}/textproc/p5-HTML-Tidy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::HTML::Tidy.3
 

Modified: head/devel/p5-Test-Mini-Unit/Makefile
==============================================================================
--- head/devel/p5-Test-Mini-Unit/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-Test-Mini-Unit/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Mini-Unit
-# Date created:		2011-01-13
-# Whom:			Kurt Lidl <kurt.lidl@cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl@cello.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Mini-Unit
 PORTVERSION=	v1.0.3
@@ -18,7 +14,8 @@ COMMENT=	Declarative syntactic sugar for
 BUILD_DEPENDS=	p5-Devel-Declare>=0.6.0:${PORTSDIR}/devel/p5-Devel-Declare \
 		p5-Test-Mini>=v1.1.3:${PORTSDIR}/devel/p5-Test-Mini
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Mini::README.3 \
 	Test::Mini::Unit.3

Modified: head/devel/p5-orz/Makefile
==============================================================================
--- head/devel/p5-orz/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
+++ head/devel/p5-orz/Makefile	Sat Sep  7 10:57:48 2013	(r326626)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-orz
-# Date created:				2006-06-08
-# Whom:					Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	orz
 PORTVERSION=	0.13
@@ -18,7 +14,8 @@ COMMENT=	A method of annotation as /* */
 BUILD_DEPENDS=	p5-Module-Compile>=0.21:${PORTSDIR}/devel/p5-Module-Compile
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		orz.3
 



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