Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 12:59:14 +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: 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...
Message-ID:  <201309111259.r8BCxEqG078237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <vvelox@vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox@vvelox.net>
 # $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 <vvelox@vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox@vvelox.net>
 # $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 <vvelox@vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox@vvelox.net>
 # $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 <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $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 <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
 # $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 <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $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 <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $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 <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $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 <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $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 <vvelox@vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox@vvelox.net>
 # $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 <pluknet@gmail.com>
-#
+# Created by: Sergey Kandaurov <pluknet@gmail.com>
 # $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 <dliakh@ukr.net>
-#
+# Created by: Dmitry Liakh <dliakh@ukr.net>
 # $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 <daniel+hunch@pelleg.org>
-#
+# Created by: Dan Pelleg <daniel+hunch@pelleg.org>
 # $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 <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 # $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



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