svn commit: r324036 - in head: french/facturier ftp/p5-File-Fetch ftp/p5-Net-FTPSSL ftp/p5-Net-FTPServer ftp/p5-POE-Component-Client-FTP ftp/paraget ftp/profxp ftp/wzdftpd korean/baekmukfonts-bdf k...

Andrej Zverev az at FreeBSD.org
Wed Jul 31 11:56:22 UTC 2013


Author: az
Date: Wed Jul 31 11:56:17 2013
New Revision: 324036
URL: http://svnweb.freebsd.org/changeset/ports/324036

Log:
  - Convert to new perl framework
  - Trim Makefile header

Modified:
  head/french/facturier/Makefile   (contents, props changed)
  head/ftp/p5-File-Fetch/Makefile
  head/ftp/p5-Net-FTPSSL/Makefile   (contents, props changed)
  head/ftp/p5-Net-FTPServer/Makefile
  head/ftp/p5-POE-Component-Client-FTP/Makefile
  head/ftp/paraget/Makefile   (contents, props changed)
  head/ftp/profxp/Makefile
  head/ftp/wzdftpd/Makefile
  head/korean/baekmukfonts-bdf/Makefile   (contents, props changed)
  head/korean/eterm/Makefile
  head/korean/gtkcomm/Makefile
  head/news/grn/Makefile   (contents, props changed)
  head/news/nzbperl/Makefile   (contents, props changed)
  head/news/p5-News-Article/Makefile   (contents, props changed)
  head/news/p5-News-Newsrc/Makefile
  head/news/p5-POE-Component-Client-NNTP/Makefile   (contents, props changed)
  head/news/p5-POE-Component-Server-NNTP/Makefile   (contents, props changed)
  head/news/plor/Makefile   (contents, props changed)

Modified: head/french/facturier/Makefile
==============================================================================
--- head/french/facturier/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/french/facturier/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	facturier
-# Date created:		30 January 2003
-# Whom:			Thierry Thomas <thierry at pompo.net>
-#
+# Created by: Thierry Thomas <thierry at pompo.net>
 # $FreeBSD$
-#
 
 PORTNAME=	facturier
 PORTVERSION=	2.1.2
@@ -23,8 +19,9 @@ RUN_DEPENDS=	${LOCALBASE}/bin/htmldoc:${
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 NO_BUILD=	yes
+USES=		perl5
 USE_APACHE_RUN=	22+
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_MYSQL=	yes
 
 SUB_FILES=	pkg-deinstall

Modified: head/ftp/p5-File-Fetch/Makefile
==============================================================================
--- head/ftp/p5-File-Fetch/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/p5-File-Fetch/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -13,7 +13,8 @@ COMMENT=	Generic file fetching mechanism
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Fetch.3
 

Modified: head/ftp/p5-Net-FTPSSL/Makefile
==============================================================================
--- head/ftp/p5-Net-FTPSSL/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/p5-Net-FTPSSL/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-FTPSSL
-# Date created:				1st Dec, 2010
-# Whom:	      				Wen Heping <wen at FreeBSD.org>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-FTPSSL
 PORTVERSION=	0.22
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.08:${
 		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::FTPSSL.3
 

Modified: head/ftp/p5-Net-FTPServer/Makefile
==============================================================================
--- head/ftp/p5-Net-FTPServer/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/p5-Net-FTPServer/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-Archive-Zip>=0:${PORTSDI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 MAKE_ENV+=	NOCONF=1
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 SUB_FILES=	pkg-message
 

Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile
==============================================================================
--- head/ftp/p5-POE-Component-Client-FTP/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/p5-POE-Component-Client-FTP/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -13,7 +13,8 @@ COMMENT=	Implements an FTP client POE Co
 BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ENV=	PERL_MM_USE_DEFAULT=yes
 
 MAN3=		POE::Component::Client::FTP.3

Modified: head/ftp/paraget/Makefile
==============================================================================
--- head/ftp/paraget/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/paraget/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	paraget
-# Date created:			Apr 18, 2001
-# Whom:				Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	paraget
 PORTVERSION=	0.3.0
@@ -20,7 +15,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	paraget.1
 

Modified: head/ftp/profxp/Makefile
==============================================================================
--- head/ftp/profxp/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/profxp/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -11,15 +11,13 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION:S/p
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	FXP (server-to-server FTP) client
 
-USE_PERL5=	yes
-
 RUN_DEPENDS=	p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
 		p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	profxpv3.pl
 perl_OLD_CMD=	/home/tom/ActivePerl-5.6/bin/perl
 

Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/ftp/wzdftpd/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -70,7 +70,7 @@ CONFIGURE_ARGS+=	--disable-ipv6
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USE_PERL5=	yes
+USES+=		perl5
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VER}
 MAN3+=		wzdftpd.3
 PLIST_SUB+=	PERL=""

Modified: head/korean/baekmukfonts-bdf/Makefile
==============================================================================
--- head/korean/baekmukfonts-bdf/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/korean/baekmukfonts-bdf/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -37,7 +37,8 @@ CHARSETSUB=	s/ksx1001.1997/ksc5601.1987/
 FONTSDIR=	lib/X11/fonts/local
 MAKE_ENV=	FONTSDIR=${FONTSDIR}
 PLIST_SUB=	FONTSDIR=${FONTSDIR}
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 
 # manually install hinted fonts
 do-configure:

Modified: head/korean/eterm/Makefile
==============================================================================
--- head/korean/eterm/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/korean/eterm/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -14,12 +14,13 @@ COMMENT=	X11 terminal emulator based on 
 
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
 
+USES=		perl5
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 USE_XORG=	x11 xext ice sm xt
 USE_GNOME=	imlib
 USE_LDCONFIG=	yes
-USE_PERL5_BUILD=yes
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}"
 MAN1=		Eterm.1

Modified: head/korean/gtkcomm/Makefile
==============================================================================
--- head/korean/gtkcomm/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/korean/gtkcomm/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -14,7 +14,8 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
 
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 USE_GNOME=	glib20 gtk20
 GNU_CONFIGURE=	yes
 

Modified: head/news/grn/Makefile
==============================================================================
--- head/news/grn/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/grn/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -11,8 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A NNTP client for Gnome
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
-USES=        pathfix
+USES=        pathfix perl5
 USE_GNOME=	gnomelibs gnomeprefix
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/news/nzbperl/Makefile
==============================================================================
--- head/news/nzbperl/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/nzbperl/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nzbperl
-# Date created:				20 May 2006
-# Whom:					Tim Welch <ports at thepentagon.org>
-#
+# Created by: Tim Welch <ports at thepentagon.org>
 # $FreeBSD$
-#
 
 PORTNAME=	nzbperl
 PORTVERSION=	0.6.8
@@ -24,7 +20,8 @@ RUN_DEPENDS=	p5-XML-DOM>=0:${PORTSDIR}/t
 
 PLIST_FILES=	bin/nzbperl
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 .if defined(WITH_SSL)
 RUN_DEPENDS+=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay

Modified: head/news/p5-News-Article/Makefile
==============================================================================
--- head/news/p5-News-Article/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/p5-News-Article/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -14,7 +14,8 @@ COMMENT=	Object for handling Usenet arti
 BUILD_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		News::Article.3 News::AutoReply.3 News::FormArticle.3 \
 		News::FormReply.3

Modified: head/news/p5-News-Newsrc/Makefile
==============================================================================
--- head/news/p5-News-Newsrc/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/p5-News-Newsrc/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -13,7 +13,8 @@ COMMENT=	Manage newsrc files
 BUILD_DEPENDS=	p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		News::Newsrc.3
 

Modified: head/news/p5-POE-Component-Client-NNTP/Makefile
==============================================================================
--- head/news/p5-POE-Component-Client-NNTP/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/p5-POE-Component-Client-NNTP/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Component-Client-NNTP
-# Date created:	   17 October 2004
-# Whom:		   Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-Client-NNTP
 PORTVERSION=	2.22
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-POE>=0.999.9:${PORTSDI
 RUN_DEPENDS=	p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \
 		p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::Client::NNTP.3 \
 		POE::Component::Client::NNTP::Constants.3

Modified: head/news/p5-POE-Component-Server-NNTP/Makefile
==============================================================================
--- head/news/p5-POE-Component-Server-NNTP/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/p5-POE-Component-Server-NNTP/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -14,7 +14,8 @@ RUN_DEPENDS=	p5-POE>=0.38:${PORTSDIR}/de
 		p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
 		p5-POE-Component-Client-NNTP>=1.05:${PORTSDIR}/news/p5-POE-Component-Client-NNTP
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::Server::NNTP.3 \
 		POE::Component::Server::NNTP::Constants.3

Modified: head/news/plor/Makefile
==============================================================================
--- head/news/plor/Makefile	Wed Jul 31 11:48:47 2013	(r324035)
+++ head/news/plor/Makefile	Wed Jul 31 11:56:17 2013	(r324036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	plor
-# Date Created:		30 Dec 1996
-# Whom:			Tim Vanderhoek <ac199 at freenet.hamilton.on.ca>
-#
+# Created by: Tim Vanderhoek <ac199 at freenet.hamilton.on.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	plor
 PORTVERSION=	0.3.3
@@ -19,7 +15,7 @@ RUN_DEPENDS=	zip:${PORTSDIR}/archivers/z
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 MAN1=		plor.1
 


More information about the svn-ports-all mailing list