Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 09:36:43 +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: r326956 - in head: audio/p5-Audio-FLAC-Header audio/p5-Audio-Mixer audio/pm3umpdl audio/soundgrab dns/p5-Net-DNS-Async dns/p5-Net-DNS-Zone-Parser games/asciiquarium games/cowsay games/h...
Message-ID:  <201309110936.r8B9ahga092659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Sep 11 09:36:43 2013
New Revision: 326956
URL: http://svnweb.freebsd.org/changeset/ports/326956

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

Modified:
  head/audio/p5-Audio-FLAC-Header/Makefile
  head/audio/p5-Audio-Mixer/Makefile   (contents, props changed)
  head/audio/pm3umpdl/Makefile   (contents, props changed)
  head/audio/soundgrab/Makefile   (contents, props changed)
  head/dns/p5-Net-DNS-Async/Makefile   (contents, props changed)
  head/dns/p5-Net-DNS-Zone-Parser/Makefile   (contents, props changed)
  head/games/asciiquarium/Makefile   (contents, props changed)
  head/games/cowsay/Makefile   (contents, props changed)
  head/games/hlstatsx/Makefile   (contents, props changed)
  head/games/ifm/Makefile   (contents, props changed)
  head/games/oolite/Makefile   (contents, props changed)
  head/games/openmortal/Makefile   (contents, props changed)
  head/games/rfksay/Makefile   (contents, props changed)
  head/games/thevalley/Makefile   (contents, props changed)
  head/german/BBBike/Makefile
  head/german/ding/Makefile   (contents, props changed)
  head/german/ispell-neu/Makefile   (contents, props changed)
  head/german/ispell/Makefile   (contents, props changed)
  head/polish/ispell/Makefile   (contents, props changed)

Modified: head/audio/p5-Audio-FLAC-Header/Makefile
==============================================================================
--- head/audio/p5-Audio-FLAC-Header/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/audio/p5-Audio-FLAC-Header/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Audio-FLAC-Header
-# Date created:		21 July 2006
-# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Audio-FLAC-Header
 PORTVERSION=	2.4
@@ -17,7 +13,8 @@ COMMENT=	Interface to FLAC header metada
 
 LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
 MAN3=		Audio::FLAC::Header.3

Modified: head/audio/p5-Audio-Mixer/Makefile
==============================================================================
--- head/audio/p5-Audio-Mixer/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/audio/p5-Audio-Mixer/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Audio-Mixer
-# Date created:			05 Oct 2008
-# Whom:				Dennis Herrmann <adox@mcx2.org>
-#
+# Created by: Dennis Herrmann <adox@mcx2.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Audio-Mixer
 PORTVERSION=	0.7
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Perl extension for Sound Mixer control
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Audio::Mixer.3
 

Modified: head/audio/pm3umpdl/Makefile
==============================================================================
--- head/audio/pm3umpdl/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/audio/pm3umpdl/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: comiccron
-# Date created:        5 February 2008
-# Whom:                Zane C. Bowers
-#
+# Created by: Zane C. Bowers
 # $FreeBSD$
-#
 
 PORTNAME=	pm3umpdl
 PORTVERSION=	1.0.0
@@ -18,7 +14,7 @@ COMMENT=	Loading a M3U file into musicpd
 
 RUN_DEPENDS=	${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 
 MAN1=		${PORTNAME}.1

Modified: head/audio/soundgrab/Makefile
==============================================================================
--- head/audio/soundgrab/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/audio/soundgrab/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	soundgrab
-# Date created:			May 9, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	soundgrab
 PORTVERSION=	1.0.1
@@ -25,7 +20,7 @@ RUN_DEPENDS=	sox:${PORTSDIR}/audio/sox \
 
 LICENSE=	GPLv2
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN1=	soundgrab.1

Modified: head/dns/p5-Net-DNS-Async/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Async/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/dns/p5-Net-DNS-Async/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-DNS-Async
-# Date created:				3 May 2008
-# Whom:				 	Sahil Tandon <sahil@tandon.net>
-#
+# Created by: Sahil Tandon <sahil@tandon.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DNS-Async
 PORTVERSION=	1.07
@@ -17,7 +13,8 @@ COMMENT=	Asynchronous DNS helper for hig
 BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::DNS::Async.3
 

Modified: head/dns/p5-Net-DNS-Zone-Parser/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Zone-Parser/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/dns/p5-Net-DNS-Zone-Parser/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-DNS-Zone-Parser
-# Date created:	   Mon May  7 16:26:08 CEST 2012
-# Whom:		   Jimmy Bergman jimmy@sigint.se
-#
+# Created by: Jimmy Bergman jimmy@sigint.se
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DNS-Zone-Parser
 PORTVERSION=	0.02
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Net-DNS>=0.64:${PORTSD
 RUN_DEPENDS=	p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::DNS::Zone::Parser.3
 

Modified: head/games/asciiquarium/Makefile
==============================================================================
--- head/games/asciiquarium/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/asciiquarium/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	asciiquarium
-# Date created:				16 Sep 2005
-# Whom:					Max Khon <fjoe@FreeBSD.org>
-#
+# Created by: Max Khon <fjoe@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	asciiquarium
 PORTVERSION=	1.0
@@ -18,7 +14,7 @@ RUN_DEPENDS=	p5-Term-Animation>=0:${PORT
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 PLIST_FILES=	bin/asciiquarium
 
 do-install:

Modified: head/games/cowsay/Makefile
==============================================================================
--- head/games/cowsay/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/cowsay/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cowsay
-# Date created:		01 Sep 2000
-# Whom:			Kris Kennaway <kris@FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cowsay
 PORTVERSION=	3.03
@@ -14,7 +10,7 @@ MASTER_SITES=	http://www.nog.net/~tony/w
 MAINTAINER=	wxs@FreeBSD.org
 COMMENT=	Configurable talking characters in ASCII art
 
-USE_PERL5=	yes
+USES=		perl5
 
 NO_BUILD=	# defined
 

Modified: head/games/hlstatsx/Makefile
==============================================================================
--- head/games/hlstatsx/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/hlstatsx/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -13,7 +13,8 @@ COMMENT=	Real-time player and clan ranki
 NO_BUILD=	yes
 USE_APACHE_RUN=	22+
 USE_PHP=	gd mysql
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_ZIP=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/games/ifm/Makefile
==============================================================================
--- head/games/ifm/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/ifm/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ifm
-# Date created:				Mon Oct 12 12:32:07 EDT 1998
-# Whom:					Dave Chapeskie <dchapes@ddm.on.ca>
-#
+# Created by: Dave Chapeskie <dchapes@ddm.on.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	ifm
 PORTVERSION=	5.4
@@ -16,7 +12,7 @@ COMMENT=	Interactive Fiction mapper and 
 
 RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
 
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	WISH=${LOCALBASE}/bin/wish8.4

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/oolite/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    oolite
-# Date created:         04 Oct 2005
-# Whom:                 Andriy Gapon <avg@icyb.net.ua>
-#
+# Created by: Andriy Gapon <avg@icyb.net.ua>
 # $FreeBSD$
-#
 
 PORTNAME=		oolite
 PORTVERSION=		1.76
@@ -37,7 +33,8 @@ USE_GNUSTEP_BUILD=	yes
 USE_MAKEFILE=		yes
 USE_GMAKE=		yes
 ALL_TARGET=		release-deployment
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 USE_PYTHON_BUILD=	yes
 
 SUB_FILES=		pkg-message

Modified: head/games/openmortal/Makefile
==============================================================================
--- head/games/openmortal/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/openmortal/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -13,7 +13,7 @@ COMMENT=	A parody of the once popular co
 LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_SDL=	mixer image sdl net
 USE_DOS2UNIX=	src/gfx.cpp
 

Modified: head/games/rfksay/Makefile
==============================================================================
--- head/games/rfksay/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/rfksay/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:  rfksay
-# Date created:                   Thu Jul 18, 2002
-# Whom:                           Michael L. Hostbaek (mich@freebsdcluster.org)
-#
+# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
 # $FreeBSD$
-#
 
 PORTNAME=	rfksay
 PORTVERSION=	0.1
@@ -15,7 +10,7 @@ DISTNAME=	rfksay
 MAINTAINER=	mich@FreeBSD.org
 COMMENT=	Generates a kitten finding robot with a text bubble
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/games/thevalley/Makefile
==============================================================================
--- head/games/thevalley/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/games/thevalley/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	thevalley
-# Date created:				28 March 2004
-# Whom:					Edwin Groothuis
-#
+# Created by: Edwin Groothuis
 # $FreeBSD$
 
 PORTNAME=	thevalley
@@ -18,7 +15,8 @@ USE_AUTOTOOLS=	libtool
 HAS_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_SDL=	sdl
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CXXFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 

Modified: head/german/BBBike/Makefile
==============================================================================
--- head/german/BBBike/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/german/BBBike/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	p5-Inline>=0:${PORTSDIR}/
 RUN_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
 		${BUILD_DEPENDS}
 
-USE_PERL5=	YES
+USES=		perl5
 POD2MAN=	pod2man
 
 MAN1=		bbbike.1

Modified: head/german/ding/Makefile
==============================================================================
--- head/german/ding/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/german/ding/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ding
-# Date created:							5/25/2001
-# Whom:									n@nectar.com
-#
+# Created by: n@nectar.com
 # $FreeBSD$
-#
 
 PORTNAME=	ding
 PORTVERSION=	1.7
@@ -17,7 +13,7 @@ COMMENT=	A German-English dictionary pro
 RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
 		agrep:${PORTSDIR}/textproc/agrep
 
-USE_PERL5=	yes
+USES=		perl5
 
 MAN1=		ding.1
 

Modified: head/german/ispell-neu/Makefile
==============================================================================
--- head/german/ispell-neu/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/german/ispell-neu/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    deneu-ispell
-# Date created:                         10 February 2000
-# Whom:                                 Alexander Langer <alex@big.endian.de>
-#
+# Created by: Alexander Langer <alex@big.endian.de>
 # $FreeBSD$
-#
 
 PORTNAME=	ispell
 CATEGORIES=	german
@@ -13,7 +9,7 @@ MAINTAINER=	office@FreeBSD.org
 
 ISPELL_DENEU=	yes
 MASTERDIR=	${.CURDIR}/../../textproc/ispell
-USE_PERL5=	yes
+USES=		perl5
 
 .if exists(${.CURDIR}/Makefile.local)
 .include "${.CURDIR}/Makefile.local"

Modified: head/german/ispell/Makefile
==============================================================================
--- head/german/ispell/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/german/ispell/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    de-ispell
-# Date created:                         10 February 2000
-# Whom:                                 Alexander Langer <alex@big.endian.de>
-#
+# Created by: Alexander Langer <alex@big.endian.de>
 # $FreeBSD$
-#
 
 PORTNAME=	ispell
 CATEGORIES=	german
@@ -11,7 +7,7 @@ PKGNAMESUFFIX=	-20071211
 
 MAINTAINER=	office@FreeBSD.org
 
-USE_PERL5=	yes
+USES=		perl5
 
 ISPELL_DEALT=	yes
 ISPELL_DENEU=	yes

Modified: head/polish/ispell/Makefile
==============================================================================
--- head/polish/ispell/Makefile	Wed Sep 11 08:56:53 2013	(r326955)
+++ head/polish/ispell/Makefile	Wed Sep 11 09:36:43 2013	(r326956)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    pl-ispell
-# Date created:                         11 December 2003
-# Whom:                                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	ispell
 CATEGORIES=	polish
@@ -12,7 +8,7 @@ PKGNAMESUFFIX=	-20021127
 MAINTAINER=	wtp@bsdguru.org
 
 ISPELL_PL=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 MASTERDIR=	${.CURDIR}/../../textproc/ispell
 



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