Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 19:02:50 +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: r327002 - in head: emulators/p5-Acme-6502 palm/p5-Palm security/p5-Authen-Smb security/p5-Business-PayPal-EWP security/p5-Crypt-CFB security/p5-Crypt-Caesar security/p5-Crypt-Juniper se...
Message-ID:  <201309111902.r8BJ2oYG064943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Sep 11 19:02:50 2013
New Revision: 327002
URL: http://svnweb.freebsd.org/changeset/ports/327002

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

Modified:
  head/emulators/p5-Acme-6502/Makefile   (contents, props changed)
  head/palm/p5-Palm/Makefile   (contents, props changed)
  head/security/p5-Authen-Smb/Makefile   (contents, props changed)
  head/security/p5-Business-PayPal-EWP/Makefile
  head/security/p5-Crypt-CFB/Makefile   (contents, props changed)
  head/security/p5-Crypt-Caesar/Makefile   (contents, props changed)
  head/security/p5-Crypt-Juniper/Makefile   (contents, props changed)
  head/security/p5-Crypt-RC4/Makefile   (contents, props changed)
  head/security/p5-Crypt-Rabbit/Makefile   (contents, props changed)
  head/security/p5-Crypt-Random-Source/Makefile   (contents, props changed)
  head/security/p5-Crypt-Solitaire/Makefile   (contents, props changed)
  head/security/p5-Digest-Haval256/Makefile   (contents, props changed)
  head/security/p5-Digest-MurmurHash/Makefile   (contents, props changed)
  head/security/p5-Digest-Pearson-PurePerl/Makefile   (contents, props changed)
  head/security/p5-Snort-Rule/Makefile   (contents, props changed)
  head/security/ppars/Makefile   (contents, props changed)
  head/security/shimmer/Makefile   (contents, props changed)
  head/security/signing-party/Makefile   (contents, props changed)
  head/security/tinyca/Makefile

Modified: head/emulators/p5-Acme-6502/Makefile
==============================================================================
--- head/emulators/p5-Acme-6502/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/emulators/p5-Acme-6502/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Acme-6502
-# Date created:		2012-07-03
-# Whom:			Steven Kreuzer <skreuzer@FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Acme-6502
 PORTVERSION=	0.77
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-Term-ReadKey>=2.30:${POR
 		p5-version>=0.98:${PORTSDIR}/devel/p5-version
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Acme::6502.3 \
 		Acme::6502::Tube.3

Modified: head/palm/p5-Palm/Makefile
==============================================================================
--- head/palm/p5-Palm/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/palm/p5-Palm/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Palm
-# Date created:				29 April 2000
-# Whom:					Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
-#
+# Created by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com>
 # $FreeBSD$
-#
 
 PORTNAME=	p5-Palm
 PORTVERSION=	1.3.0
@@ -13,7 +9,8 @@ MASTER_SITES=	http://www.coldsync.org/do
 MAINTAINER=	arensb@ooblick.com
 COMMENT=	Perl 5 modules for reading and writing Palm database files
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/p5-Palm-1.003_000
 
 # Just so that the .packlist conforms to reality

Modified: head/security/p5-Authen-Smb/Makefile
==============================================================================
--- head/security/p5-Authen-Smb/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Authen-Smb/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:   p5-Authen-Smb
-# Date created:                        Fri 03 January 2002
-# Whom:                                Mustafa Arif <ma499@doc.ic.ac.uk>
-#                                      http://www.doc.ic.ac.uk/~ma499/
-#
+# Created by: Mustafa Arif <ma499@doc.ic.ac.uk>
 # $FreeBSD$
-#
 
 PORTNAME=	Authen-Smb
 PORTVERSION=	0.91
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ma499@doc.ic.ac.uk
 COMMENT=	Perl extension to authenticate against an SMB server
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Authen::Smb.3
 

Modified: head/security/p5-Business-PayPal-EWP/Makefile
==============================================================================
--- head/security/p5-Business-PayPal-EWP/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Business-PayPal-EWP/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -13,7 +13,8 @@ COMMENT=	Perl extension for PayPal Encry
 RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 BUILD_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 USE_OPENSSL=	yes
 CONFIGURE_ARGS=	${OPENSSLBASE}
 USE_DOS2UNIX=	yes

Modified: head/security/p5-Crypt-CFB/Makefile
==============================================================================
--- head/security/p5-Crypt-CFB/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-CFB/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-CFB
-# Date created:				18 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-CFB
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for encrypting data in Cipher Feedback Mode
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::CFB.3
 

Modified: head/security/p5-Crypt-Caesar/Makefile
==============================================================================
--- head/security/p5-Crypt-Caesar/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-Caesar/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Caesar
-# Date created:				18 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-Caesar
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Perl extension for decrypting rot-N strings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Caesar.3
 

Modified: head/security/p5-Crypt-Juniper/Makefile
==============================================================================
--- head/security/p5-Crypt-Juniper/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-Juniper/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Crypt-Juniper
-# Date created:		2009-01-29
-# Whom:			Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-Juniper
 PORTVERSION=	0.02
@@ -17,7 +13,8 @@ COMMENT=	Encrypt and decrypt Juniper $9$
 
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Juniper.3
 

Modified: head/security/p5-Crypt-RC4/Makefile
==============================================================================
--- head/security/p5-Crypt-RC4/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-RC4/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Crypt::RC4
-# Date created:				30 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=		Crypt-RC4
 PORTVERSION=		2.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		skreuzer@FreeBSD.org
 COMMENT=	Perl implementation of the RC4 encryption algorithm
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Crypt::RC4.3
 

Modified: head/security/p5-Crypt-Rabbit/Makefile
==============================================================================
--- head/security/p5-Crypt-Rabbit/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-Rabbit/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	p5-Crypt-Rabbit
-# Date created:				18 Dec 2006
-# Whom:	      				Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Crypt-Rabbit
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Perl extension for Rabbit stream cipher
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Crypt::Rabbit.3
 

Modified: head/security/p5-Crypt-Random-Source/Makefile
==============================================================================
--- head/security/p5-Crypt-Random-Source/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-Random-Source/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    Crypt::Random::Source
-# Date created:                         15 March 2011
-# Whom:                                 Dereckson <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-Random-Source
 PORTVERSION=	0.07
@@ -39,6 +35,7 @@ MAN3=		Crypt::Random::Source.3 \
 		Crypt::Random::Source::Weak::devurandom.3 \
 		Crypt::Random::Source::Weak::rand.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-Solitaire/Makefile
==============================================================================
--- head/security/p5-Crypt-Solitaire/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Crypt-Solitaire/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Crypt::Solitaire
-# Date created:				30 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=		Crypt-Solitaire
 PORTVERSION=		2.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		skreuzer@FreeBSD.org
 COMMENT=	Solitaire encryption
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Crypt::Solitaire.3
 

Modified: head/security/p5-Digest-Haval256/Makefile
==============================================================================
--- head/security/p5-Digest-Haval256/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Digest-Haval256/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-Haval256
-# Date created:				17 Dec 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-Haval256
@@ -15,7 +13,8 @@ COMMENT=	Perl extension for Haval256 has
 BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 RUN_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::Haval256.3
 

Modified: head/security/p5-Digest-MurmurHash/Makefile
==============================================================================
--- head/security/p5-Digest-MurmurHash/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Digest-MurmurHash/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Digest::MurmurHash
-# Date created:		31 Dec 2011
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Digest-MurmurHash
 PORTVERSION=	0.11
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for XS interface to the MurmurHash algorithm
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::MurmurHash.3
 

Modified: head/security/p5-Digest-Pearson-PurePerl/Makefile
==============================================================================
--- head/security/p5-Digest-Pearson-PurePerl/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Digest-Pearson-PurePerl/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for:	p5-Digest-Pearson-PurePerl
-# Date created:				21 Dec, 2005
-# Whom:					Gabor Kovesdan
+# Created by: Gabor Kovesdan
 # $FreeBSD$
 
 PORTNAME=	Digest-Pearson-PurePerl
@@ -12,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension for Peter K. Pearson's hash algorithm in pure Perl
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Digest::Pearson::PurePerl.3
 

Modified: head/security/p5-Snort-Rule/Makefile
==============================================================================
--- head/security/p5-Snort-Rule/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/p5-Snort-Rule/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	perl extension for dynamically building snort rules
-# Date created:				30 January 2008
-# Whom:					Paul Schmehl <pauls@utdallas.edu>
-#
+# Created by: Paul Schmehl <pauls@utdallas.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	Snort-Rule
 PORTVERSION=	1.07
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	Perl5 extension for dynamically building snort rules
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 PLIST_FILES=	%%SITE_PERL%%/Snort/Rule.pm \
 		%%SITE_PERL%%/mach/auto/Snort/Rule/.packlist

Modified: head/security/ppars/Makefile
==============================================================================
--- head/security/ppars/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/ppars/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ppars
-# Date created:		2004-06-29
-# Whom:			Joe Barbish <fbsd_user@a1poweruser.com>
-#
+# Created by: Joe Barbish <fbsd_user@a1poweruser.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ppars
 PORTVERSION=	1.0
@@ -16,7 +12,7 @@ COMMENT=	Proactive Probing Abuse Reporti
 
 RUN_DEPENDS=	p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
-USE_PERL5=	yes
+USES=		perl5
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 

Modified: head/security/shimmer/Makefile
==============================================================================
--- head/security/shimmer/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/shimmer/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	shimmer
-# Date created:		2008-01-09
-# Whom:			Felippe de Meirelles Motta <lippemail@gmail.com>
-#
+# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	shimmer
 PORTVERSION=	0.1.0
@@ -17,7 +13,8 @@ COMMENT=	Perl implementation that hides 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 PLIST_FILES=	bin/shimmer \
 		bin/shimmerd \

Modified: head/security/signing-party/Makefile
==============================================================================
--- head/security/signing-party/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/signing-party/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	signing-party
-# Date created:				13 September 2005
-# Whom:					johans
-#
+# Created by: johans
 # $FreeBSD$
-#
 
 PORTNAME=	signing-party
 PORTVERSION=	1.1.4
@@ -32,7 +28,7 @@ CONFLICTS_INSTALL=sig2dot-[0-9]* springg
 
 REINPLACE_ARGS=	-i ''
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 SCRIPTS=	caff/caff caff/pgp-clean caff/pgp-fixkey gpglist/gpglist \
 		gpgsigs/gpgsigs gpg-key2ps/gpg-key2ps \

Modified: head/security/tinyca/Makefile
==============================================================================
--- head/security/tinyca/Makefile	Wed Sep 11 18:06:41 2013	(r327001)
+++ head/security/tinyca/Makefile	Wed Sep 11 19:02:50 2013	(r327002)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-
 		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_OPENSSL=	yes
 NO_BUILD=	yes
 DOC_FILES=	INSTALL



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