Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 17:11:34 +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: r324167 - in head/misc: callid p5-Acme-ButFirst p5-Array-Compare p5-Array-IntSpan p5-Array-RefElem p5-Business-ISBN p5-Business-ISSN p5-Business-UPS p5-Chatbot-Eliza p5-Data-Buffer p5-F...
Message-ID:  <201308021711.r72HBYOk006219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Aug  2 17:11:34 2013
New Revision: 324167
URL: http://svnweb.freebsd.org/changeset/ports/324167

Log:
  - Convert to new perl framework
  - Trim Makefile header

Modified:
  head/misc/callid/Makefile   (contents, props changed)
  head/misc/p5-Acme-ButFirst/Makefile   (contents, props changed)
  head/misc/p5-Array-Compare/Makefile   (contents, props changed)
  head/misc/p5-Array-IntSpan/Makefile
  head/misc/p5-Array-RefElem/Makefile   (contents, props changed)
  head/misc/p5-Business-ISBN/Makefile
  head/misc/p5-Business-ISSN/Makefile   (contents, props changed)
  head/misc/p5-Business-UPS/Makefile   (contents, props changed)
  head/misc/p5-Chatbot-Eliza/Makefile   (contents, props changed)
  head/misc/p5-Data-Buffer/Makefile   (contents, props changed)
  head/misc/p5-File-Sort/Makefile   (contents, props changed)
  head/misc/p5-Geo-Postcodes-DK/Makefile   (contents, props changed)
  head/misc/p5-Geo-Postcodes/Makefile   (contents, props changed)
  head/misc/p5-Geo-Weather/Makefile   (contents, props changed)
  head/misc/p5-LEGO-RCX/Makefile   (contents, props changed)
  head/misc/umodunpack/Makefile

Modified: head/misc/callid/Makefile
==============================================================================
--- head/misc/callid/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/callid/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -10,8 +10,8 @@ MASTER_SITES=	http://possamai.home.xs4al
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to log incoming calls using ISDN and output to MySQL/PHP
 
+USES=		perl5
 USE_MYSQL=	yes
-USE_PERL5=	yes
 USE_PHP=	yes
 WANT_PHP_WEB=	yes
 

Modified: head/misc/p5-Acme-ButFirst/Makefile
==============================================================================
--- head/misc/p5-Acme-ButFirst/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Acme-ButFirst/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Acme-ButFirst
-# Date created:				18 Feb 2006
-# Whom:					Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Acme-ButFirst
 PORTVERSION=	1.00
@@ -16,6 +12,7 @@ COMMENT=	Do something, but first do some
 
 MAN3=	Acme::ButFirst.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/misc/p5-Array-Compare/Makefile
==============================================================================
--- head/misc/p5-Array-Compare/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Array-Compare/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Array-Compare
-# Date created:				30 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	Array-Compare
 PORTVERSION=	2.02
@@ -22,7 +18,8 @@ TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PO
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Array::Compare.3
 

Modified: head/misc/p5-Array-IntSpan/Makefile
==============================================================================
--- head/misc/p5-Array-IntSpan/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Array-IntSpan/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -11,6 +11,8 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Module for handling arrays using IntSpan techniques
 
 PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Array::IntSpan.3 Array::IntSpan::Fields.3
 

Modified: head/misc/p5-Array-RefElem/Makefile
==============================================================================
--- head/misc/p5-Array-RefElem/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Array-RefElem/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Set up array elements as aliases
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Array::RefElem.3
 

Modified: head/misc/p5-Business-ISBN/Makefile
==============================================================================
--- head/misc/p5-Business-ISBN/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Business-ISBN/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -21,7 +21,8 @@ OPTIONS_DEFINE=	BARCODE XISBN
 BARCODE_DESC=	Barcode support
 XISBN_DESC=	xISBN support
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::ISBN.3 \
 		Business::ISBN10.3 \

Modified: head/misc/p5-Business-ISSN/Makefile
==============================================================================
--- head/misc/p5-Business-ISSN/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Business-ISSN/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Business::ISSN
-# Date created:				30 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=		Business-ISSN
 PORTVERSION=		0.91
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=	Perl extension for International Standard Serial Numbers
 
-PERL_CONFIGURE=		yes
+USES=			perl5
+USE_PERL5=		configure
 
 MAN3=			Business::ISSN.3
 

Modified: head/misc/p5-Business-UPS/Makefile
==============================================================================
--- head/misc/p5-Business-UPS/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Business-UPS/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -14,7 +14,8 @@ COMMENT=	UPS Interface Module
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::UPS.3
 

Modified: head/misc/p5-Chatbot-Eliza/Makefile
==============================================================================
--- head/misc/p5-Chatbot-Eliza/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Chatbot-Eliza/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Clone of the classic Eliza program
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Chatbot::Eliza.3
 

Modified: head/misc/p5-Data-Buffer/Makefile
==============================================================================
--- head/misc/p5-Data-Buffer/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Data-Buffer/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Buffer
-# Date created:				Tue Sep 11 02:08:49 PDT 2001
-# Whom:	      				Michael Haro <mharo@FreeBSD.org>
-#
+# Created by: Michael Haro <mharo@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Buffer
 PORTVERSION=	0.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Read/write buffer class
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Buffer.3
 

Modified: head/misc/p5-File-Sort/Makefile
==============================================================================
--- head/misc/p5-File-Sort/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-File-Sort/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	File::Sort
-# Date created:				30 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=		File-Sort
 PORTVERSION=		1.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=	Sort a file or merge sort multiple files
 
-PERL_CONFIGURE=		yes
+USES=			perl5
+USE_PERL5=		configure
 
 MAN3=			File::Sort.3
 

Modified: head/misc/p5-Geo-Postcodes-DK/Makefile
==============================================================================
--- head/misc/p5-Geo-Postcodes-DK/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Geo-Postcodes-DK/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Geo-Postcodes-DK
-# Date created:		2006-07-19
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Geo-Postcodes-DK
 PORTVERSION=	0.32
@@ -17,7 +13,8 @@ COMMENT=	Danish postcodes with associate
 BUILD_DEPENDS=	p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
 RUN_DEPENDS=	p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Geo::Postcodes::DK.3
 

Modified: head/misc/p5-Geo-Postcodes/Makefile
==============================================================================
--- head/misc/p5-Geo-Postcodes/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Geo-Postcodes/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Geo-Postcodes
-# Date created:		2006-07-19
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Geo-Postcodes
 PORTVERSION=	0.320
@@ -15,7 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Base class for the Geo::Postcodes::XX modules
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Geo::Postcodes.3 \
 		Geo::Postcodes::Ajax.3 \

Modified: head/misc/p5-Geo-Weather/Makefile
==============================================================================
--- head/misc/p5-Geo-Weather/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-Geo-Weather/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Geo-Weather
-# Date created:				2 August 2001
-# Whom:					Pete Fritchman <petef@databits.net>
-#
+# Created by: Pete Fritchman <petef@databits.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Geo-Weather
 PORTVERSION=	1.41
@@ -17,7 +13,8 @@ COMMENT=	Perl module to retrieve weather
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Geo::Weather.3
 

Modified: head/misc/p5-LEGO-RCX/Makefile
==============================================================================
--- head/misc/p5-LEGO-RCX/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/p5-LEGO-RCX/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-LEGO-RCX
-# Date created:				July 05 2000
-# Whom:	      				Kelly Yancey <kbyanc@posi.net>
-#
+# Created by: Kelly Yancey <kbyanc@posi.net>
 # $FreeBSD$
-#
 
 PORTNAME=	LEGO-RCX
 PORTVERSION=	1.01
@@ -15,6 +11,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl module for communicating with the Lego RCX brick via the IR tower
 
 PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		LEGO::RCX.3
 

Modified: head/misc/umodunpack/Makefile
==============================================================================
--- head/misc/umodunpack/Makefile	Fri Aug  2 16:55:05 2013	(r324166)
+++ head/misc/umodunpack/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	umodunpack
-# Date created:				19 October 2006
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	umodunpack
 PORTVERSION=	0.4
@@ -16,7 +12,8 @@ EXTRACT_ONLY=
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Unpack umod files for Unreal and/or Unreal Tournament
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/${DISTNAME}



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