Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2013 07:52:55 +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: r324180 - in head: finance/ledgersmb www/WebMagick www/bkmrkconv www/cgi-lib.pl www/decss www/foswiki www/goose www/harvest www/html2wml www/htmlpp www/ljdeps www/llgal www/mknmz-wwwoff...
Message-ID:  <201308030752.r737qtLJ016226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Aug  3 07:52:55 2013
New Revision: 324180
URL: http://svnweb.freebsd.org/changeset/ports/324180

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

Modified:
  head/finance/ledgersmb/Makefile
  head/www/WebMagick/Makefile
  head/www/bkmrkconv/Makefile
  head/www/cgi-lib.pl/Makefile   (contents, props changed)
  head/www/decss/Makefile   (contents, props changed)
  head/www/foswiki/Makefile   (contents, props changed)
  head/www/goose/Makefile   (contents, props changed)
  head/www/harvest/Makefile   (contents, props changed)
  head/www/html2wml/Makefile   (contents, props changed)
  head/www/htmlpp/Makefile   (contents, props changed)
  head/www/ljdeps/Makefile
  head/www/llgal/Makefile
  head/www/mknmz-wwwoffle/Makefile   (contents, props changed)
  head/www/reportmagic/Makefile   (contents, props changed)
  head/www/ruboard/Makefile   (contents, props changed)
  head/www/swish++/Makefile
  head/www/syndigator/Makefile
  head/www/w3mir/Makefile   (contents, props changed)
  head/www/webinject/Makefile   (contents, props changed)
  head/www/wwwoffle/Makefile
  head/www/wwwstat/Makefile   (contents, props changed)

Modified: head/finance/ledgersmb/Makefile
==============================================================================
--- head/finance/ledgersmb/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/finance/ledgersmb/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -14,10 +14,9 @@ BUILD_DEPENDS=	p5-DBD-Pg>=0:${PORTSDIR}/
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_BUILD=	yes
-USE_PERL5=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PKGMESSAGE=	${WRKDIR}/pkg-message
-USES=		shebangfix
+USES=		shebangfix perl5
 SHEBANG_FILES=	*.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl
 SUB_FILES=	${PORTNAME}-httpd.conf pkg-message
 

Modified: head/www/WebMagick/Makefile
==============================================================================
--- head/www/WebMagick/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/WebMagick/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -16,8 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
 
-USES=		shebangfix
-USE_PERL5=	yes
+USES=		shebangfix perl5
 USE_AUTOTOOLS=  autoconf aclocal automake
 AUTOMAKE_ARGS+=	--add-missing
 INFO=		webmagick

Modified: head/www/bkmrkconv/Makefile
==============================================================================
--- head/www/bkmrkconv/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/bkmrkconv/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.bleb.org/softwa
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Netscape bookmarks.html converter
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 post-patch:

Modified: head/www/cgi-lib.pl/Makefile
==============================================================================
--- head/www/cgi-lib.pl/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/cgi-lib.pl/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cgi-lib.pl
-# Date created:		23 June 2002
-# Whom:			sada
-#
+# Created by: sada
 # $FreeBSD$
-#
 
 PORTNAME=	cgi-lib_pl
 PORTVERSION=	2.18
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	De facto standard library for creating CGI in perl
 
-USE_PERL5=	YES
+USES=		perl5
 NO_BUILD=	YES
 NO_WRKSUBDIR=	YES
 PLIST_FILES=	%%SITE_PERL%%/cgi-lib.pl

Modified: head/www/decss/Makefile
==============================================================================
--- head/www/decss/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/decss/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   decss
-# Date Created:			20 Feb 2000
-# Whom:				Kris Kennaway <kris@FreeBSD.org>
-#
+# Created by: Kris Kennaway <kris@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	decss
 PORTVERSION=	1.0
@@ -17,7 +13,7 @@ COMMENT=	Strip cascading style sheets fr
 WRKSRC=		${WRKDIR}/source
 
 NO_BUILD=	YES
-USE_PERL5=	YES
+USES=		perl5
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin/decss

Modified: head/www/foswiki/Makefile
==============================================================================
--- head/www/foswiki/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/foswiki/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	p5-Error>=0.15:${PORTSDIR}/
 
 LICENSE=	GPLv2
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=	OPTINT OPTOTH APACHE

Modified: head/www/goose/Makefile
==============================================================================
--- head/www/goose/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/goose/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for:	goose
-# Date created:			Dec 30, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	goose
 PORTVERSION=	0.5
@@ -23,7 +18,7 @@ RUN_DEPENDS=	p5-SOAP-Lite>=0:${PORTSDIR}
 		p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
 		urlview:${PORTSDIR}/textproc/urlview
 
-USE_PERL5=	yes
+USES=		perl5
 WRKSRC=		${WRKDIR}/${PORTNAME}
 POD2MAN?=	pod2man
 

Modified: head/www/harvest/Makefile
==============================================================================
--- head/www/harvest/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/harvest/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	harvest
-# Date created:		Fri Mar  1 19:43:52 MET 1996
-# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
-#
+# Created by: Andreas Klemm <andreas@klemm.gtn.com>
 # $FreeBSD$
-#
 
 PORTNAME=	harvest
 PORTVERSION=	1.9.14
@@ -13,14 +9,14 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Collect information from all over the Internet
 
-USE_BZIP2=		yes
-USE_PERL5=		yes
+USES=		perl5
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 LIBTOOLFILES=	configure src/gatherer/curl/configure
 USE_LDCONFIG=	yes
-NO_MTREE=		yes
+NO_MTREE=	yes
 CONFIGURE_ARGS?=	--prefix=${PREFIX}/${PORTNAME} --without-wish
-MAKE_JOBS_UNSAFE=	yes
+MAKE_JOBS_UNSAFE=yes
 
 STRIP=		# none
 

Modified: head/www/html2wml/Makefile
==============================================================================
--- head/www/html2wml/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/html2wml/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   html2wml
-# Date created:        15 January 2001
-# Whom:                George Reid <greid@ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid@ukug.uk.freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	html2wml
 PORTVERSION=	0.4.11
@@ -17,7 +13,7 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 		p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
-USE_PERL5=	yes
+USES=		perl5
 MAKE_ARGS=	PREFIX=${PREFIX} DOCDIR=${DOCDIR}
 
 PLIST_FILES=	bin/html2wml

Modified: head/www/htmlpp/Makefile
==============================================================================
--- head/www/htmlpp/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/htmlpp/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    htmlpp
-# Date created:         9 Nov 1997
-# Whom:                 Donald Burr <dburr@FreeBSD.org>
-#
+# Created by: Donald Burr <dburr@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	htmlpp
 PORTVERSION=	4.2a
@@ -15,7 +11,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Perl script to allow easy creation of HTML from template files
 
-USE_PERL5=	YES
+USES=		perl5
 
 NO_WRKSUBDIR=	yes
 

Modified: head/www/ljdeps/Makefile
==============================================================================
--- head/www/ljdeps/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/ljdeps/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -31,7 +31,7 @@ RUN_DEPENDS=	p5-Net-Telnet>=0:${PORTSDIR
 
 EXTRACT_ONLY=	# Empty
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 do-install:	# Empty
 

Modified: head/www/llgal/Makefile
==============================================================================
--- head/www/llgal/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/llgal/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:	llgal
-# Date created:				2007-01-25
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	llgal
@@ -27,8 +24,7 @@ RUN_DEPENDS=	p5-Image-Size>=0:${PORTSDIR
 		convert:${PORTSDIR}/graphics/ImageMagick
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
-USES=		gettext
+USES=		gettext perl5
 USE_GMAKE=	yes
 
 MAN1=		llgal.1

Modified: head/www/mknmz-wwwoffle/Makefile
==============================================================================
--- head/www/mknmz-wwwoffle/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/mknmz-wwwoffle/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   mknmz-wwwoffle
-# Date created:        2 May 2004
-# Whom:                Andrey Slusar <anray@FreeBSD.org>
-#
+# Created by: Andrey Slusar <anray@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mknmz-wwwoffle
 PORTVERSION=	0.7.2
@@ -17,7 +13,7 @@ COMMENT=	WWWOFFLE cache indexer for full
 RUN_DEPENDS=	${LOCALBASE}/bin/wwwoffle:${PORTSDIR}/www/wwwoffle
 BUILD_DEPENDS=	${LOCALBASE}/bin/mknmz:${PORTSDIR}/databases/namazu2
 
-USE_PERL5=	yes
+USES=		perl5
 HAS_CONFIGURE=	yes
 
 MAN1=		mknmz-wwwoffle.1

Modified: head/www/reportmagic/Makefile
==============================================================================
--- head/www/reportmagic/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/reportmagic/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -18,7 +18,7 @@ DISTNAME=	rmagic-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A web site statistics post-processor for Analog
 
-USE_PERL5=	yes
+USES=		perl5
 
 RUN_DEPENDS=	analog:${PORTSDIR}/www/analog \
 		p5-GD-Graph3d>=0:${PORTSDIR}/graphics/p5-GD-Graph3d \

Modified: head/www/ruboard/Makefile
==============================================================================
--- head/www/ruboard/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/ruboard/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   ruboard
-# Date created:                        5 October 1998
-# Whom:                                Andrew Maltsev <am@amsoft.ru>
-#
+# Created by: Andrew Maltsev <am@amsoft.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	ruboard
 PORTVERSION=	1.2.2
@@ -13,6 +9,6 @@ MASTER_SITES=	http://amsoft.ru/pub/ruboa
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A web based discussion board
 
-USE_PERL5=	yes
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/www/swish++/Makefile
==============================================================================
--- head/www/swish++/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/swish++/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	swish++
-# Date created:			Jan 13, 2002
-# Whom:              		ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	swish++
 PORTVERSION=	6.1.5
@@ -17,7 +12,7 @@ COMMENT=	Simple Web Indexing System for 
 
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
 MAKE_ENV=	PERL=${PERL} PERL_VER=${PERL_VERSION}

Modified: head/www/syndigator/Makefile
==============================================================================
--- head/www/syndigator/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/syndigator/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -20,8 +20,8 @@ RUN_DEPENDS=	p5-Text-Iconv>=0:${PORTSDIR
 		p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		p5-Gtk2-Html2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Html2
 
+USES=		perl5
 USE_GNOME=	gnomehier
-USE_PERL5=	yes
 NO_BUILD=	yes
 
 GNOMEDIR=	${PREFIX}/share

Modified: head/www/w3mir/Makefile
==============================================================================
--- head/www/w3mir/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/w3mir/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    w3mir
-# Date created:                         9 May 1998
-# Whom:                                 ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	w3mir
 PORTVERSION=	1.0.10
@@ -17,7 +13,7 @@ COMMENT=	All-purpose HTTP copying and mi
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
+USES=		perl5
 
 MAN1=		w3mir.1 w3mfix.1
 

Modified: head/www/webinject/Makefile
==============================================================================
--- head/www/webinject/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/webinject/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	webinject
-# Date created:				August 22nd 2006
-# Whom:	      				Gerrit Beine <gerrit.beine@gmx.de>
-#
+# Created by: Gerrit Beine <gerrit.beine@gmx.de>
 # $FreeBSD$
-#
 
 PORTNAME=	webinject
 PORTVERSION=	1.41
@@ -25,7 +21,7 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 #RUN_DEPENDS+=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
 .endif
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/www/wwwoffle/Makefile
==============================================================================
--- head/www/wwwoffle/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/wwwoffle/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls
 
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/www/wwwstat/Makefile
==============================================================================
--- head/www/wwwstat/Makefile	Sat Aug  3 07:33:15 2013	(r324179)
+++ head/www/wwwstat/Makefile	Sat Aug  3 07:52:55 2013	(r324180)
@@ -17,7 +17,7 @@ COMMENT=	Webserver logfile analysis pack
 MAKE_JOBS_SAFE=	yes
 
 USE_APACHE_RUN=	22+
-USE_PERL5=	yes
+USES=		perl5
 MAKE_ENV+=	PERL5=${PERL5}
 
 MAN1=	wwwstat.1 splitlog.1



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