From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 19:02:54 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81D4A5FC; Wed, 11 Sep 2013 19:02:54 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF7F20B3; Wed, 11 Sep 2013 19:02:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BJ2ss2064981; Wed, 11 Sep 2013 19:02:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BJ2oYG064943; Wed, 11 Sep 2013 19:02:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111902.r8BJ2oYG064943@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 19:02:50 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 19:02:54 -0000 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 -# +# Created by: Steven Kreuzer # $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 -# +# Created by: Andrew Arensburger # $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 -# http://www.doc.ic.ac.uk/~ma499/ -# +# Created by: Mustafa Arif # $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 -# +# Created by: Tsung-Han Yeh # $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 -# +# Created by: Seamus Venasse # $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 -# +# Created by: Dereckson # $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 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 -# +# Created by: Seamus Venasse # $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 -# # $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 -# +# Created by: Paul Schmehl # $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 -# +# Created by: Joe Barbish # $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 -# +# Created by: Felippe de Meirelles Motta # $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