From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 09:36:47 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 D3A437F3; Wed, 11 Sep 2013 09:36:47 +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 A5C0A2FAE; Wed, 11 Sep 2013 09:36:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B9algq092679; Wed, 11 Sep 2013 09:36:47 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B9ahga092659; Wed, 11 Sep 2013 09:36:43 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110936.r8B9ahga092659@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 09:36:43 +0000 (UTC) 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... 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 09:36:48 -0000 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 -# +# Created by: Andrew Pantyukhin # $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 -# +# Created by: Dennis Herrmann # $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 -# +# Created by: Sahil Tandon # $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 -# +# Created by: Max Khon # $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 -# +# Created by: Kris Kennaway # $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 -# +# Created by: Dave Chapeskie # $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 -# +# Created by: Andriy Gapon # $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 -# +# Created by: Alexander Langer # $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 -# +# Created by: Alexander Langer # $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