From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 12:59:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E8C11E8; Wed, 11 Sep 2013 12:59:18 +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 D30102A5C; Wed, 11 Sep 2013 12:59:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BCxI1a078333; Wed, 11 Sep 2013 12:59:18 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BCxEqG078237; Wed, 11 Sep 2013 12:59:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111259.r8BCxEqG078237@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 12:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326975 - in head: deskutils/p5-ZConf-BGSet deskutils/p5-ZConf-Runner deskutils/p5-ZConf-Runner-GUI-GTK deskutils/plans deskutils/when graphics/commons-utilities graphics/p5-Acme-Stegan... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 12:59:19 -0000 Author: az Date: Wed Sep 11 12:59:14 2013 New Revision: 326975 URL: http://svnweb.freebsd.org/changeset/ports/326975 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/deskutils/p5-ZConf-BGSet/Makefile (contents, props changed) head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile (contents, props changed) head/deskutils/p5-ZConf-Runner/Makefile (contents, props changed) head/deskutils/plans/Makefile head/deskutils/when/Makefile (contents, props changed) head/graphics/commons-utilities/Makefile head/graphics/p5-Acme-Steganography-Image-Png/Makefile (contents, props changed) head/graphics/p5-Image-Imgur/Makefile (contents, props changed) head/graphics/p5-Image-Magick-Iterator/Makefile (contents, props changed) head/graphics/p5-Image-MetaData-GQview/Makefile (contents, props changed) head/graphics/p5-Image-Size-FillFullSelect/Makefile (contents, props changed) head/russian/p5-Convert-Cyrillic/Makefile (contents, props changed) head/russian/p5-Lingua-DetectCyrillic/Makefile (contents, props changed) head/russian/p5-cyrillic/Makefile (contents, props changed) head/security/hunch/Makefile (contents, props changed) head/security/p5-Authen-Passphrase/Makefile (contents, props changed) head/security/p5-Crypt-Khazad/Makefile (contents, props changed) head/security/pam_pgina/Makefile head/x11-wm/wmanager-addons/Makefile (contents, props changed) Modified: head/deskutils/p5-ZConf-BGSet/Makefile ============================================================================== --- head/deskutils/p5-ZConf-BGSet/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/deskutils/p5-ZConf-BGSet/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ZConf-BGSet -# Date created: 2008-02-08 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= ZConf-BGSet PORTVERSION= 1.0.0 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-Image-Size-FillFullSel p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::BGSet.3 Modified: head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile ============================================================================== --- head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/deskutils/p5-ZConf-Runner-GUI-GTK/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ZConf-Runner-GUI-GTK -# Date created: 2009-10-19 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= ZConf-Runner-GUI-GTK PORTVERSION= 0.0.2 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/n p5-File-MimeInfo>=0:${PORTSDIR}/devel/p5-File-MimeInfo RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Runner::GUI::GTK.3 Modified: head/deskutils/p5-ZConf-Runner/Makefile ============================================================================== --- head/deskutils/p5-ZConf-Runner/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/deskutils/p5-ZConf-Runner/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ZConf-Runner -# Date created: 2009-01-14 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= ZConf-Runner PORTVERSION= 2.1.4 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDI p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZConf::Runner.3 \ ZConf::Runner::GUI.3 \ Modified: head/deskutils/plans/Makefile ============================================================================== --- head/deskutils/plans/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/deskutils/plans/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -31,7 +31,8 @@ LICENSE= GPLv2 USE_ZIP= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} Modified: head/deskutils/when/Makefile ============================================================================== --- head/deskutils/when/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/deskutils/when/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: when -# Date created: 1 May 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= when PORTVERSION= 1.1.22 @@ -13,7 +9,8 @@ MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= A very simple personal calendar -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 Modified: head/graphics/commons-utilities/Makefile ============================================================================== --- head/graphics/commons-utilities/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/commons-utilities/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: commons-utilities -# Date created: 18 September 2010 -# Whom: Dereckson -# +# Created by: Dereckson # $FreeBSD$ -# PORTNAME= commons-utilities PORTVERSION= 1.0 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORT exiv2:${PORTSDIR}/graphics/exiv2 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= 2.5+ LICENSE= GPLv3 Modified: head/graphics/p5-Acme-Steganography-Image-Png/Makefile ============================================================================== --- head/graphics/p5-Acme-Steganography-Image-Png/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/p5-Acme-Steganography-Image-Png/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Acme-Steganography-Image-Png -# Date created: 2006-07-23 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= Acme-Steganography-Image-Png PORTVERSION= 0.06 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Acme::Steganography::Image::Png.3 Modified: head/graphics/p5-Image-Imgur/Makefile ============================================================================== --- head/graphics/p5-Image-Imgur/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/p5-Image-Imgur/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Imgur -# Date created: 2010-10-27 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Image-Imgur PORTVERSION= 0.01 @@ -18,7 +14,8 @@ COMMENT= Perl extension for uploading im RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Imgur.3 Modified: head/graphics/p5-Image-Magick-Iterator/Makefile ============================================================================== --- head/graphics/p5-Image-Magick-Iterator/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/p5-Image-Magick-Iterator/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-Magick-Iterator -# Date created: 2006-11-12 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Image-Magick-Iterator PORTVERSION= 0.01 @@ -19,7 +15,8 @@ COMMENT= Sequentially read Image::Magick RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Magick::Iterator.3 Image::Magick::Iterator::PPM.3 Modified: head/graphics/p5-Image-MetaData-GQview/Makefile ============================================================================== --- head/graphics/p5-Image-MetaData-GQview/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/p5-Image-MetaData-GQview/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Image-MetaData-GQview -# Date created: 2006-08-14 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Image-MetaData-GQview PORTVERSION= 1.9 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl extension for GQview image metadata -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::MetaData::GQview.3 Modified: head/graphics/p5-Image-Size-FillFullSelect/Makefile ============================================================================== --- head/graphics/p5-Image-Size-FillFullSelect/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/graphics/p5-Image-Size-FillFullSelect/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-LDAP-Makepath -# Date created: 2008-06-24 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= Image-Size-FillFullSelect PORTVERSION= 0.1.0 @@ -18,7 +14,8 @@ COMMENT= Pick whether an image fill sett BUILD_DEPENDS= p5-Image-Size>=3.230:${PORTSDIR}/graphics/p5-Image-Size RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Image::Size::FillFullSelect.3 Modified: head/russian/p5-Convert-Cyrillic/Makefile ============================================================================== --- head/russian/p5-Convert-Cyrillic/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/russian/p5-Convert-Cyrillic/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Convert-Cyrillic -# Date created: 07 May 2009 -# Whom: Sergey Kandaurov -# +# Created by: Sergey Kandaurov # $FreeBSD$ -# PORTNAME= Convert-Cyrillic PORTVERSION= 1.05 @@ -18,7 +14,8 @@ COMMENT= Routines for converting from on BUILD_DEPENDS= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Convert::Cyrillic.3 \ Lingua::DetectCharset.3 Modified: head/russian/p5-Lingua-DetectCyrillic/Makefile ============================================================================== --- head/russian/p5-Lingua-DetectCyrillic/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/russian/p5-Lingua-DetectCyrillic/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Lingua-DetectCyrillic -# Date created: Jun 15 2011 -# Whom: Dmitry Liakh -# +# Created by: Dmitry Liakh # $FreeBSD$ -# PORTNAME= Lingua-DetectCyrillic PORTVERSION= 0.02 @@ -17,7 +13,8 @@ COMMENT= Detects 7 Cyrillic codings as w RUN_DEPENDS= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \ p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::DetectCyrillic.3 Modified: head/russian/p5-cyrillic/Makefile ============================================================================== --- head/russian/p5-cyrillic/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/russian/p5-cyrillic/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-cyrillic -# Date created: 13 May 2002 -# Whom: Anatoliy Dmytriyev -# +# Created by: Anatoliy Dmytriyev # $FreeBSD$ -# PORTNAME= cyrillic PORTVERSION= 2.09 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Library for fast and easy Cyrillic text manipulation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= cyrillic.3 Modified: head/security/hunch/Makefile ============================================================================== --- head/security/hunch/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/security/hunch/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hunch -# Date created: 26 October 2002 -# Whom: Dan Pelleg -# +# Created by: Dan Pelleg # $FreeBSD$ -# PORTNAME= hunch PORTVERSION= 1.1.8 @@ -16,7 +12,7 @@ COMMENT= Scan httpd log files for vulner RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -USE_PERL5= yes +USES= perl5 IS_INTERACTIVE= yes NO_BUILD= true Modified: head/security/p5-Authen-Passphrase/Makefile ============================================================================== --- head/security/p5-Authen-Passphrase/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/security/p5-Authen-Passphrase/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Passphrase -# Date created: 01 Jun 2008 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Authen-Passphrase PORTVERSION= 0.008 @@ -30,7 +26,8 @@ BUILD_DEPENDS= p5-Authen-DecHpwd>=0:${PO p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Authen::Passphrase.3 \ Authen::Passphrase::AcceptAll.3 \ Modified: head/security/p5-Crypt-Khazad/Makefile ============================================================================== --- head/security/p5-Crypt-Khazad/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/security/p5-Crypt-Khazad/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Khazad -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Khazad @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for Khazad block cipher -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Khazad.3 Modified: head/security/pam_pgina/Makefile ============================================================================== --- head/security/pam_pgina/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/security/pam_pgina/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_pGina -# Date created: Thu Apr 29 16:03:45 UTC 2004 -# Whom: Mario Sergio Fujikawa Ferreira -# +# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ -# PORTNAME= pam_pGina PORTVERSION= 1.1.3 @@ -20,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/GPL USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run post-patch: # PREFIX safeness Modified: head/x11-wm/wmanager-addons/Makefile ============================================================================== --- head/x11-wm/wmanager-addons/Makefile Wed Sep 11 12:58:17 2013 (r326974) +++ head/x11-wm/wmanager-addons/Makefile Wed Sep 11 12:59:14 2013 (r326975) @@ -9,7 +9,8 @@ MASTER_SITES= http://devel.ringlet.net/x MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Helper scripts and documentation for the X11 window manager selector -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= wmanager.1 wmanager-loop.1 wmanagerrc-update.1 MANCOMPRESSED= yes