Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 07:55:33 +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: r326872 - in head: converters/fix-mime-charset converters/iconv-rfc1345 converters/p5-Convert-Bencode converters/p5-Convert-Recode converters/p5-Data-AMF converters/p5-Encode-JIS2K conv...
Message-ID:  <201309100755.r8A7tXxJ016345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep 10 07:55:33 2013
New Revision: 326872
URL: http://svnweb.freebsd.org/changeset/ports/326872

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

Modified:
  head/converters/fix-mime-charset/Makefile   (contents, props changed)
  head/converters/iconv-rfc1345/Makefile   (contents, props changed)
  head/converters/p5-Convert-Bencode/Makefile   (contents, props changed)
  head/converters/p5-Convert-Recode/Makefile
  head/converters/p5-Data-AMF/Makefile   (contents, props changed)
  head/converters/p5-Encode-JIS2K/Makefile   (contents, props changed)
  head/converters/p5-Encode-Locale/Makefile   (contents, props changed)
  head/converters/p5-Encode-Punycode/Makefile
  head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile   (contents, props changed)
  head/converters/p5-MIME-Base64-URLSafe/Makefile   (contents, props changed)
  head/converters/p5-Net-IDN-Nameprep/Makefile
  head/converters/p5-PerlIO-via-Unidecode/Makefile   (contents, props changed)
  head/converters/p5-Sereal-Encoder/Makefile   (contents, props changed)
  head/converters/p5-Sereal/Makefile   (contents, props changed)
  head/converters/p5-Storable-AMF/Makefile   (contents, props changed)
  head/converters/p5-Unicode-RecursiveDowngrade/Makefile   (contents, props changed)
  head/converters/p5-WAP-wbxml/Makefile
  head/converters/ytnef/Makefile   (contents, props changed)
  head/science/p5-Chemistry-File-SMILES/Makefile   (contents, props changed)

Modified: head/converters/fix-mime-charset/Makefile
==============================================================================
--- head/converters/fix-mime-charset/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/fix-mime-charset/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fix-mime-charset
-# Date created:				26 November 2003
-# Whom:					Nosov Artem <chip-set@mail.ru>
-#
+# Created by: Nosov Artem <chip-set@mail.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	fix-mime-charset
 PORTVERSION=	0.5.3
@@ -19,7 +15,8 @@ LIB_DEPENDS=	enca.5:${PORTSDIR}/converte
 PORTDOCS=	README.koi8r README
 
 GNU_CONFIGURE=	yes
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/converters/iconv-rfc1345/Makefile
==============================================================================
--- head/converters/iconv-rfc1345/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/iconv-rfc1345/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	iconv
-# Date created:				10 September 2000
-# Whom:			Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
-#
+# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
 # $FreeBSD$
-#
 
 PORTNAME=	iconv-rfc1345
 PORTVERSION=	2.0
@@ -16,6 +12,6 @@ COMMENT=	Additional charset modules for 
 
 LIB_DEPENDS=	biconv.2:${PORTSDIR}/converters/iconv
 
-USE_PERL5=	yes
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/converters/p5-Convert-Bencode/Makefile
==============================================================================
--- head/converters/p5-Convert-Bencode/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Convert-Bencode/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -12,7 +12,8 @@ MAINTAINER=	mor@WhiteLuna.com
 COMMENT=	Module to encode and decode bencoded strings
 BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Convert::Bencode.3
 

Modified: head/converters/p5-Convert-Recode/Makefile
==============================================================================
--- head/converters/p5-Convert-Recode/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Convert-Recode/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -14,7 +14,8 @@ COMMENT=	Front end to the GNU recode pro
 BUILD_DEPENDS=	recode:${PORTSDIR}/converters/recode
 RUN_DEPENDS=	recode:${PORTSDIR}/converters/recode
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Convert::Recode.3
 

Modified: head/converters/p5-Data-AMF/Makefile
==============================================================================
--- head/converters/p5-Data-AMF/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Data-AMF/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Data::AMF
-# Date created:		25 Dec 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Data-AMF
 PORTVERSION=	0.09
@@ -21,7 +16,8 @@ RUN_DEPENDS=	\
 	p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::AMF.3 \
 	Data::AMF::Formatter.3 \

Modified: head/converters/p5-Encode-JIS2K/Makefile
==============================================================================
--- head/converters/p5-Encode-JIS2K/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Encode-JIS2K/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Encode-JIS2K
-# Date created:				May 21 2006
-# Whom:					Rong-En Fan <rafan@infor.org>
-#
+# Created by: Rong-En Fan <rafan@infor.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Encode-JIS2K
 PORTVERSION=	0.02
@@ -14,6 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	JIS X 0212 (aka JIS 2000) Encodings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/converters/p5-Encode-Locale/Makefile
==============================================================================
--- head/converters/p5-Encode-Locale/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Encode-Locale/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Determine the locale encoding
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Encode::Locale.3
 

Modified: head/converters/p5-Encode-Punycode/Makefile
==============================================================================
--- head/converters/p5-Encode-Punycode/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Encode-Punycode/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	p5-Net-IDN-Encode>=0:${PORT
 BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Encode::Punycode.3
 

Modified: head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
==============================================================================
--- head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-JSON-XS-VersionOneAndTwo/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-JSON-XS-VersionOneAndTwo
-# Date created:	   21 Nov 2008
-# Whom:		   Denis Pokataev <catone@cpan.org>
-#
+# Created by: Denis Pokataev <catone@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	JSON-XS-VersionOneAndTwo
 PORTVERSION=	0.31
@@ -17,7 +13,8 @@ COMMENT=	Support versions 1 and 2 of JSO
 RUN_DEPENDS=	p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	JSON::XS::VersionOneAndTwo.3
 

Modified: head/converters/p5-MIME-Base64-URLSafe/Makefile
==============================================================================
--- head/converters/p5-MIME-Base64-URLSafe/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-MIME-Base64-URLSafe/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-MIME-Base64-URLSafe
-# Date created:	   Fri Aug 21, 2009
-# Whom:		   Dan Rench <citric@cubicone.tmetic.com>
-#
+# Created by: Dan Rench <citric@cubicone.tmetic.com>
 # $FreeBSD$
-#
 
 PORTNAME=	MIME-Base64-URLSafe
 PORTVERSION=	0.01
@@ -19,7 +15,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/00//}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MIME::Base64::URLSafe.3
 

Modified: head/converters/p5-Net-IDN-Nameprep/Makefile
==============================================================================
--- head/converters/p5-Net-IDN-Nameprep/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Net-IDN-Nameprep/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	p5-Unicode-Stringprep>=0:${
 BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Net::IDN::Nameprep.3
 

Modified: head/converters/p5-PerlIO-via-Unidecode/Makefile
==============================================================================
--- head/converters/p5-PerlIO-via-Unidecode/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-PerlIO-via-Unidecode/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -13,7 +13,8 @@ COMMENT=	A perlio layer for Unidecode
 BUILD_DEPENDS=	p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
 RUN_DEPENDS=	p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		PerlIO::via::Unidecode.3
 

Modified: head/converters/p5-Sereal-Encoder/Makefile
==============================================================================
--- head/converters/p5-Sereal-Encoder/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Sereal-Encoder/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -15,7 +15,8 @@ TEST_DEPENDS=	\
 	p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn \
 	p5-Sereal-Decoder>0:${PORTSDIR}/converters/p5-Sereal-Decoder
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Sereal::Encoder.3
 

Modified: head/converters/p5-Sereal/Makefile
==============================================================================
--- head/converters/p5-Sereal/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Sereal/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	\
 	p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Sereal.3
 

Modified: head/converters/p5-Storable-AMF/Makefile
==============================================================================
--- head/converters/p5-Storable-AMF/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Storable-AMF/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Storable-AMF
-# Date created:		2009-02-04
-# Whom:			Vladimir Timofeev <vovkasm@gmail.com>
-#
+# Created by: Vladimir Timofeev <vovkasm@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Storable-AMF
 PORTVERSION=	1.00
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vovkasm@gmail.com
 COMMENT=	Perl extension for serialize/deserialize AMF0/AMF3 data
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Storable::AMF.3 \
 	Storable::AMF0.3 \

Modified: head/converters/p5-Unicode-RecursiveDowngrade/Makefile
==============================================================================
--- head/converters/p5-Unicode-RecursiveDowngrade/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-Unicode-RecursiveDowngrade/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Unicode-RecursiveDowngrade
-# Date created:		4 Nov 2005
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Unicode-RecursiveDowngrade
 PORTVERSION=	0.04
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to turn off UTF-8 flags inside of comprex variable
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		Unicode::RecursiveDowngrade.3
 
 .include <bsd.port.mk>

Modified: head/converters/p5-WAP-wbxml/Makefile
==============================================================================
--- head/converters/p5-WAP-wbxml/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/p5-WAP-wbxml/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-XML-DOM>=0:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_DOS2UNIX=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		wbxmlc.1
 MAN3=		WAP::wbxml.3 WAP::wbxml::WbRules.3

Modified: head/converters/ytnef/Makefile
==============================================================================
--- head/converters/ytnef/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/converters/ytnef/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ytnef
-# Date created:		21 Feb 2005
-# Whom:			Rodrigo Graeff <delphus@gmail.com>
-#
+# Created by: Rodrigo Graeff <delphus@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ytnef
 PORTVERSION=	2.6
@@ -17,7 +13,8 @@ COMMENT=	Unpack data in MS Outlook TNEF 
 LIB_DEPENDS=	ytnef.0:${PORTSDIR}/devel/libytnef
 RUN_DEPENDS=	p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/science/p5-Chemistry-File-SMILES/Makefile
==============================================================================
--- head/science/p5-Chemistry-File-SMILES/Makefile	Tue Sep 10 07:32:42 2013	(r326871)
+++ head/science/p5-Chemistry-File-SMILES/Makefile	Tue Sep 10 07:55:33 2013	(r326872)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Chemistry-File-SMILES
-# Date created:		2010-03-10
-# Whom:			Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Chemistry-File-SMILES
 PORTVERSION=	0.47
@@ -26,6 +22,7 @@ RUN_DEPENDS=	p5-Chemistry-Mol>=0:${PORTS
 
 MAN3=	Chemistry::File::SMILES.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>



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