1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Convert to new perl framework

- Trim Makefile header
This commit is contained in:
Andrej Zverev 2013-08-03 07:52:55 +00:00
parent 515af41863
commit ce05caaae2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324180
21 changed files with 36 additions and 88 deletions

View File

@ -14,10 +14,9 @@ BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
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

View File

@ -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

View File

@ -9,7 +9,7 @@ MASTER_SITES= http://www.bleb.org/software/bkmrkconv/
MAINTAINER= ports@FreeBSD.org
COMMENT= Netscape bookmarks.html converter
USE_PERL5= yes
USES= perl5
NO_BUILD= yes
post-patch:

View File

@ -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

View File

@ -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 from webpages
WRKSRC= ${WRKDIR}/source
NO_BUILD= YES
USE_PERL5= YES
USES= perl5
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin/decss

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Error>=0.15:${PORTSDIR}/lang/p5-Error \
LICENSE= GPLv2
USE_PERL5= yes
USES= perl5
NO_BUILD= yes
OPTIONS_DEFINE= OPTINT OPTOTH APACHE

View File

@ -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}/net/p5-SOAP-Lite \
p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
urlview:${PORTSDIR}/textproc/urlview
USE_PERL5= yes
USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
POD2MAN?= pod2man

View File

@ -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}%20devel/${PORTVERSION}
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

View File

@ -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}/www/p5-libwww \
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

View File

@ -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

View File

@ -31,7 +31,7 @@ RUN_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
EXTRACT_ONLY= # Empty
NO_BUILD= yes
USE_PERL5= yes
USES= perl5
do-install: # Empty

View File

@ -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}/graphics/p5-Image-Size \
convert:${PORTSDIR}/graphics/ImageMagick
USE_BZIP2= yes
USE_PERL5= yes
USES= gettext
USES= gettext perl5
USE_GMAKE= yes
MAN1= llgal.1

View File

@ -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-text search system Namazu
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

View File

@ -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 \

View File

@ -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/ruboard/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web based discussion board
USE_PERL5= yes
USES= perl5
.include <bsd.port.mk>

View File

@ -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 Humans: C++ version
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USE_PERL5= yes
USES= perl5
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAKE_ENV= PERL=${PERL} PERL_VER=${PERL_VERSION}

View File

@ -20,8 +20,8 @@ RUN_DEPENDS= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
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

View File

@ -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 mirroring tool
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
USES= perl5
MAN1= w3mir.1 w3mfix.1

View File

@ -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}/www/p5-libwww \
#RUN_DEPENDS+= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
.endif
USE_PERL5= yes
USES= perl5
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}

View File

@ -15,7 +15,7 @@ LICENSE= GPLv2
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
USE_PERL5= yes
USES= perl5
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes

View File

@ -17,7 +17,7 @@ COMMENT= Webserver logfile analysis package
MAKE_JOBS_SAFE= yes
USE_APACHE_RUN= 22+
USE_PERL5= yes
USES= perl5
MAKE_ENV+= PERL5=${PERL5}
MAN1= wwwstat.1 splitlog.1