svn commit: r326996 - in head/security: bruteforceblocker munge p5-Crypt-Anubis p5-Crypt-DES_PP p5-Crypt-GCrypt p5-Crypt-MySQL p5-Crypt-OFB p5-Crypt-OTP p5-Crypt-Rijndael p5-Crypt-UnixCrypt_XS p5-D...
Andrej Zverev
az at FreeBSD.org
Wed Sep 11 17:17:51 UTC 2013
Author: az
Date: Wed Sep 11 17:17:46 2013
New Revision: 326996
URL: http://svnweb.freebsd.org/changeset/ports/326996
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/security/bruteforceblocker/Makefile (contents, props changed)
head/security/munge/Makefile
head/security/p5-Crypt-Anubis/Makefile (contents, props changed)
head/security/p5-Crypt-DES_PP/Makefile (contents, props changed)
head/security/p5-Crypt-GCrypt/Makefile (contents, props changed)
head/security/p5-Crypt-MySQL/Makefile (contents, props changed)
head/security/p5-Crypt-OFB/Makefile (contents, props changed)
head/security/p5-Crypt-OTP/Makefile (contents, props changed)
head/security/p5-Crypt-Rijndael/Makefile (contents, props changed)
head/security/p5-Crypt-UnixCrypt_XS/Makefile (contents, props changed)
head/security/p5-Digest-Crc32/Makefile (contents, props changed)
head/security/p5-Digest-DMAC/Makefile (contents, props changed)
head/security/p5-Digest-EMAC/Makefile (contents, props changed)
head/security/p5-Digest-Hashcash/Makefile (contents, props changed)
head/security/p5-Digest-Nilsimsa/Makefile (contents, props changed)
head/security/p5-File-KeePass-Agent/Makefile
head/security/p5-dicewaregen/Makefile (contents, props changed)
head/security/silktools/Makefile (contents, props changed)
head/security/tripwire12/Makefile
Modified: head/security/bruteforceblocker/Makefile
==============================================================================
--- head/security/bruteforceblocker/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/bruteforceblocker/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: bruteforceblocker
-# Date created: 20 April 2005
-# Whom: Daniel Gerzo <danger at rulez.sk>
-#
+# Created by: Daniel Gerzo <danger at rulez.sk>
# $FreeBSD$
-#
PORTNAME= bruteforceblocker
PORTVERSION= 1.2.3
@@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDI
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
WRKSRC= ${WRKDIR}/${PORTNAME}
PKGMESSAGE= ${WRKDIR}/pkg-message
Modified: head/security/munge/Makefile
==============================================================================
--- head/security/munge/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/munge/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -12,7 +12,7 @@ COMMENT= Authentication service for crea
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
USE_LDCONFIG= yes
USE_RC_SUBR= munged
Modified: head/security/p5-Crypt-Anubis/Makefile
==============================================================================
--- head/security/p5-Crypt-Anubis/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-Anubis/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Crypt-Anubis
-# Date created: 31 Oct 2003
-# Whom: Foxfair Hu <foxfair at FreeBSD.org>
-#
+# Created by: Foxfair Hu <foxfair at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Crypt-Anubis
PORTVERSION= 1.0.4
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Crypt::CBC-compliant block cipher
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Anubis.3
Modified: head/security/p5-Crypt-DES_PP/Makefile
==============================================================================
--- head/security/p5-Crypt-DES_PP/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-DES_PP/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: p5-Crypt-DES_PP
-# Date created: 20 Dec 2006
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-DES_PP
@@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish at FreeBSD.org
COMMENT= Perl extension for DES encryption in pure Perl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::DES_PP.3
Modified: head/security/p5-Crypt-GCrypt/Makefile
==============================================================================
--- head/security/p5-Crypt-GCrypt/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-GCrypt/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -16,7 +16,8 @@ LICENSE_COMB= dual
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \
GCRYPTINCPATH=${LOCALBASE}/include
Modified: head/security/p5-Crypt-MySQL/Makefile
==============================================================================
--- head/security/p5-Crypt-MySQL/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-MySQL/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: p5-Crypt-MySQL
-# Date created: 17 Dec 2006
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-MySQL
@@ -14,7 +12,8 @@ COMMENT= Perl extension to compare MySQL
RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Crypt::MySQL.3
Modified: head/security/p5-Crypt-OFB/Makefile
==============================================================================
--- head/security/p5-Crypt-OFB/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-OFB/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Crypt-OFB
-# Date created: Nov 2 2003
-# Whom: clsung
-#
+# Created by: clsung
# $FreeBSD$
-#
PORTNAME= Crypt-OFB
PORTVERSION= 0.01
@@ -17,7 +13,8 @@ COMMENT= Encrypt Data using OFB Mode
BUILD_DEPENDS= p5-Crypt-ECB>=0:${PORTSDIR}/security/p5-Crypt-ECB
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::OFB.3
Modified: head/security/p5-Crypt-OTP/Makefile
==============================================================================
--- head/security/p5-Crypt-OTP/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-OTP/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt::OTP
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse at polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse at polaris.ca>
# $FreeBSD$
-#
PORTNAME= Crypt-OTP
PORTVERSION= 2.00
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Perl implementation of the One Time Pad (hence, OTP) encryption method
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::OTP.3
Modified: head/security/p5-Crypt-Rijndael/Makefile
==============================================================================
--- head/security/p5-Crypt-Rijndael/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-Rijndael/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Crypt-Rijndael
-# Date created: Wed Jan 3 16:15:20 2001
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= Crypt-Rijndael
PORTVERSION= 1.11
@@ -17,7 +13,8 @@ COMMENT= Perl module that implements the
BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Crypt::Rijndael.3
Modified: head/security/p5-Crypt-UnixCrypt_XS/Makefile
==============================================================================
--- head/security/p5-Crypt-UnixCrypt_XS/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Crypt-UnixCrypt_XS/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= brix at FreeBSD.org
COMMENT= Perl XS interface for a portable traditional crypt function
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN3= Crypt::UnixCrypt_XS.3
Modified: head/security/p5-Digest-Crc32/Makefile
==============================================================================
--- head/security/p5-Digest-Crc32/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Digest-Crc32/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-Crc32
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Crc32
@@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish at FreeBSD.org
COMMENT= Perl extension for calculating 32-bit CRC checksums
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::Crc32.3
Modified: head/security/p5-Digest-DMAC/Makefile
==============================================================================
--- head/security/p5-Digest-DMAC/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Digest-DMAC/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-DMAC
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-DMAC
@@ -16,7 +14,8 @@ BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDI
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::DMAC.3
Modified: head/security/p5-Digest-EMAC/Makefile
==============================================================================
--- head/security/p5-Digest-EMAC/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Digest-EMAC/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-EMAC
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-EMAC
@@ -16,7 +14,8 @@ BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDI
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::EMAC.3
Modified: head/security/p5-Digest-Hashcash/Makefile
==============================================================================
--- head/security/p5-Digest-Hashcash/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Digest-Hashcash/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,6 +1,4 @@
-# Ports collection Makefile for: p5-Digest-Hashcash
-# Date created: 17 Dec 2005
-# Whom: Gabor Kovesdan
+# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Hashcash
@@ -14,7 +12,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Perl extension for Hashcash hash algorithm
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::Hashcash.3
Modified: head/security/p5-Digest-Nilsimsa/Makefile
==============================================================================
--- head/security/p5-Digest-Nilsimsa/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-Digest-Nilsimsa/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Digest-Nilsimsa
-# Date created: 13 August 2002
-# Whom: Yen-Ming Lee <leeym at leeym.com>
-#
+# Created by: Yen-Ming Lee <leeym at leeym.com>
# $FreeBSD$
-#
PORTNAME= Digest-Nilsimsa
PORTVERSION= 0.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym at FreeBSD.org
COMMENT= Perl version of Nilsimsa code
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Digest::Nilsimsa.3
Modified: head/security/p5-File-KeePass-Agent/Makefile
==============================================================================
--- head/security/p5-File-KeePass-Agent/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-File-KeePass-Agent/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-File-KeePass>=2.03:${P
p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= fkp-agent.1
MAN3= File::KeePass::Agent.3 \
Modified: head/security/p5-dicewaregen/Makefile
==============================================================================
--- head/security/p5-dicewaregen/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/p5-dicewaregen/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-dicewaregen
-# Date created: 2011.05.22
-# Whom: Aldis Berjoza <aldis at bsdroot.lv>
-#
+# Created by: Aldis Berjoza <aldis at bsdroot.lv>
# $FreeBSD$
-#
PORTNAME= dicewaregen
PORTVERSION= 1.3
@@ -16,7 +12,8 @@ COMMENT= A simple perl script to generat
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= bin/${PORTNAME}
Modified: head/security/silktools/Makefile
==============================================================================
--- head/security/silktools/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/silktools/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -20,7 +20,8 @@ USE_PYTHON= yes
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
USE_LDCONFIG= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
MAN1= mapsid.1 num2dot.1 rwaddrcount.1 rwappend.1 \
rwbag.1 rwbagbuild.1 rwbagcat.1 rwbagtool.1 \
Modified: head/security/tripwire12/Makefile
==============================================================================
--- head/security/tripwire12/Makefile Wed Sep 11 17:17:35 2013 (r326995)
+++ head/security/tripwire12/Makefile Wed Sep 11 17:17:46 2013 (r326996)
@@ -15,7 +15,8 @@ MAN5= tw.config.5
MAN8= siggen.8 tripwire.8
NO_CDROM= cannot be redistributed for more than the cost of duplication
NO_PACKAGE= requires local database to be built
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
TWCONFIG?= ${FILESDIR}/tw.conf.freebsd8
More information about the svn-ports-head
mailing list