forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
- Loading branch information
1 parent
1797fa8
commit 5d4f6db
Showing
436 changed files
with
436 additions
and
872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ PORTREVISION= 1 | |
CATEGORIES= archivers | ||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} | ||
DISTNAME= ha0999 | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= File archiver based on HSC compression method | ||
|
@@ -20,7 +19,7 @@ NO_WRKSUBDIR= yes | |
PLIST_FILES= bin/ha | ||
MAKEFILE= makefile.nix | ||
ALL_TARGET= ha | ||
USES= gmake | ||
USES= gmake tar:tgz | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 0.65 | |
PORTREVISION= 1 | ||
CATEGORIES= archivers | ||
MASTER_SITES= http://www.kipple.pe.kr/win/unalz/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Extracts AlZip archives | ||
|
@@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/readme.txt | |
|
||
WRKSRC= ${WRKDIR}/${PORTNAME} | ||
|
||
USES= dos2unix iconv | ||
USES= dos2unix iconv tar:tgz | ||
MAKE_ARGS+= CPP="${CXX}" CC="${CC}" OBJ="${UNALZ_OBJS}" \ | ||
LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" | ||
ALL_TARGET= posix-utf8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,13 @@ PORTNAME= gpsman | |
PORTVERSION= 6.4.4.2 | ||
CATEGORIES= astro tk geography | ||
MASTER_SITES= SF/${PORTNAME}/distrib | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Tcl/Tk-based GPS management utility | ||
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
USES+= tk:wrapper,run | ||
USES+= tk:wrapper,run tar:tgz | ||
|
||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} | ||
GPSMANDIR= ${PREFIX}/lib/${PORTNAME} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,11 @@ PORTVERSION= 1.0 | |
CATEGORIES= audio | ||
MASTER_SITES= http://ftp.us.sinuspl.net/pub/src/ \ | ||
http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org) | ||
|
||
USES= uidfix | ||
USES= uidfix tar:tgz | ||
|
||
post-extract: | ||
@${RM} ${WRKSRC}/*.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,11 @@ PORTVERSION= 0.8.1 | |
PORTREVISION= 2 | ||
CATEGORIES= audio | ||
MASTER_SITES= http://sweb.cz/dan.polansky/chordpack/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Script to convert ChordPro files to HTML, ASCII, and TeX | ||
|
||
USES= shebangfix perl5 | ||
USES= shebangfix perl5 tar:tgz | ||
SHEBANG_FILES= chordpack | ||
USE_PERL5= run | ||
NO_WRKSUBDIR= true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 1.16 | |
CATEGORIES= audio | ||
MASTER_SITES= http://www.ladspa.org/download/ | ||
DISTNAME= ${PORTNAME}_src_${PORTVERSION} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= The Computer Music Toolkit - a collection of LADSPA plugins | ||
|
@@ -17,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa | |
WRKSRC= ${WRKDIR}/${PORTNAME} | ||
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}/src | ||
|
||
USES= gmake | ||
USES= gmake tar:tgz | ||
MAKEFILE= makefile | ||
MAKE_ARGS= CXX="${CXX}" \ | ||
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 0.1.0 | |
PORTREVISION= 6 | ||
CATEGORIES= audio graphics | ||
MASTER_SITES= http://www.coppercloudmusic.com/enscribe/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Create digital audio watermark images from photographic images | ||
|
@@ -17,7 +16,7 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ | |
libpng15.so:${PORTSDIR}/graphics/png \ | ||
libfreetype.so:${PORTSDIR}/print/freetype2 | ||
|
||
USES= pkgconfig | ||
USES= pkgconfig tar:tgz | ||
|
||
LICENSE= GPLv2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ CATEGORIES= audio | |
MASTER_SITES= ${MASTER_SITE_SUNSITE} | ||
MASTER_SITE_SUBDIR= apps/sound/players | ||
DISTNAME= funktrackergold-1.5-2 | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Curses MOD/FNK music tracker | ||
|
@@ -17,7 +16,7 @@ OPTIONS_DEFINE= DOCS | |
|
||
LICENSE= GPLv2 | ||
|
||
USES= compiler:nestedfct | ||
USES= compiler:nestedfct tar:tgz | ||
|
||
WRKSRC= ${WRKDIR}/funkgold | ||
MAKE_ARGS= EXTRA_CFLAGS="${PTHREAD_CFLAGS}" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 1.13 | |
CATEGORIES= audio | ||
MASTER_SITES= http://www.ladspa.org/download/ | ||
DISTNAME= ladspa_sdk_${PORTVERSION} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Linux Audio Developer's Simple Plugin API | ||
|
@@ -15,7 +14,7 @@ LICENSE= LGPL21 | |
LICENSE_FILE= ${WRKSRC}/doc/COPYING | ||
|
||
WRKSRC= ${WRKDIR}/ladspa_sdk | ||
USES= gmake | ||
USES= gmake tar:tgz | ||
USE_LDCONFIG= yes | ||
PROGRAM_FILES= analyseplugin applyplugin listplugins | ||
PLUGIN_FILES= amp.so delay.so filter.so noise.so sine.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 0.0.8 | |
PORTREVISION= 4 | ||
CATEGORIES= audio | ||
MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Simple C library for partitioned convolution | ||
|
@@ -19,7 +18,7 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ | |
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ | ||
libsndfile.so:${PORTSDIR}/audio/libsndfile | ||
|
||
USES= gmake pkgconfig | ||
USES= gmake pkgconfig tar:tgz | ||
USE_LDCONFIG= yes | ||
|
||
post-patch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,13 @@ PORTREVISION= 1 | |
CATEGORIES= audio | ||
MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/ | ||
DISTNAME= tremor_snapshot_${SNAP_DATE} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Integer-only fully Ogg Vorbis compliant decoder library | ||
|
||
SNAP_DATE= 02132004 | ||
WRKSRC= ${WRKDIR}/Tremor | ||
USES= libtool:keepla | ||
USES= libtool:keepla tar:tgz | ||
USE_AUTOTOOLS= aclocal automake autoconf libtoolize | ||
AUTOMAKE_ARGS= -a -c | ||
LIBTOOLIZE_ARGS=-i -c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,11 @@ CATEGORIES= audio | |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-01a | ||
PKGNAMESUFFIX= -decoder | ||
DISTNAME= ${PORTNAME}d-${PORTVERSION:C/\.//g} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= MPEG Layer II audio decoder with multi-channel support | ||
|
||
USES= gmake | ||
USES= gmake tar:tgz | ||
ALL_TARGET= # | ||
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" | ||
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,11 @@ CATEGORIES= audio | |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-01a | ||
PKGNAMESUFFIX= -encoder | ||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.//g} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= MPEG Layer II audio encoder with multi-channel support | ||
|
||
USES= gmake | ||
USES= gmake tar:tgz | ||
ALL_TARGET= # | ||
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" | ||
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,14 @@ CATEGORIES= audio python | |
MASTER_SITES= http://mpdbrowser.tuxfamily.org/ | ||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||
DISTNAME= mpdBrowser-${PORTVERSION} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= GTK+ client for the Music Player Daemon (MPD) | ||
|
||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:${PORTSDIR}/audio/py-mpd | ||
|
||
PYDISTUTILS_PKGNAME= mpdBrowser | ||
USES= gettext iconv | ||
USES= gettext iconv tar:tgz | ||
USE_PYTHON= yes | ||
USE_PYDISTUTILS= yes | ||
USE_GNOME= intltool pygtk2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ CATEGORIES= audio | |
MASTER_SITES= http://www.portaudio.com/archives/ | ||
PKGNAMESUFFIX= 2 | ||
DISTNAME= pa_stable_v${DISTVERSION} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Portable cross-platform Audio API | ||
|
@@ -23,7 +22,7 @@ CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREFIX}/libdata/pkgconfig \ | |
--libdir=${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX} \ | ||
--includedir=${PREFIX}/include/${PORTNAME}${PKGNAMESUFFIX} | ||
|
||
USES= dos2unix gmake libtool pathfix pkgconfig | ||
USES= dos2unix gmake libtool pathfix pkgconfig tar:tgz | ||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}${PKGNAMESUFFIX} | ||
|
||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTREVISION= 8 | |
CATEGORIES= audio | ||
MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/ | ||
DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Slim Devices audio streaming server | ||
|
@@ -43,7 +42,7 @@ RUN_DEPENDS+= p5-Package-DeprecationManager>=0.10:${PORTSDIR}/devel/p5-Package-D | |
|
||
USERS= ${SLIMUSER} | ||
GROUPS= ${SLIMGROUP} | ||
USES= perl5 | ||
USES= perl5 tar:tgz | ||
|
||
.include <bsd.port.pre.mk> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,14 @@ PORTVERSION= 0.2 | |
PORTREVISION= 2 | ||
CATEGORIES= audio | ||
MASTER_SITES= http://www.kamaz.org.uk/taglookup/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Utility for tagging groups of audio files using CDDB | ||
|
||
LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb \ | ||
libtag.so:${PORTSDIR}/audio/taglib | ||
|
||
USES= pkgconfig | ||
USES= pkgconfig tar:tgz | ||
|
||
PLIST_FILES= bin/taglookup \ | ||
man/man1/taglookup.1.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ PORTREVISION= 1 | |
CATEGORIES= audio | ||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%200.2/${PORTNAME}%2002l | ||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Optimized mpeg 1/2 layer 2 audio encoder | ||
|
@@ -16,7 +15,7 @@ OPTIONS_DEFINE= DOCS | |
|
||
LICENSE= LGPL21 | ||
|
||
USES= gmake | ||
USES= gmake tar:tgz | ||
ALL_TARGET= ${PORTNAME} | ||
MAKE_ARGS= CC="${CC}" TWEAKS="${CFLAGS}" ARCH="" PG="" OPTIM="" | ||
USE_CSTD= gnu89 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,13 @@ PORTVERSION= 3.4.1 | |
CATEGORIES= audio | ||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}enc-src | ||
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= The True Audio Encoder, lossless (de)compressor | ||
|
||
LICENSE= GPLv2 | ||
|
||
USES= gmake | ||
USES= gmake tar:tgz | ||
ALL_TARGET= ttaenc | ||
MAKE_ARGS= CFLAGS="${CFLAGS}" INSDIR="${STAGEDIR}${PREFIX}/bin" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,11 @@ PORTVERSION= 2.2 | |
PORTREVISION= 4 | ||
CATEGORIES= audio | ||
MASTER_SITES= XCONTRIB/../R5contrib | ||
EXTRACT_SUFX= .tar.Z | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= CD player for X | ||
|
||
USES= imake | ||
USES= imake tar:Z | ||
USE_XORG= xbitmaps xaw | ||
|
||
PLIST_FILES= bin/xcdplayer lib/X11/app-defaults/XCdplayer \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,13 @@ PORTNAME= xoscope | |
PORTVERSION= 2.0 | ||
CATEGORIES= audio hamradio | ||
MASTER_SITES= SF | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Sound card oscilloscope | ||
|
||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX} | ||
USES= gmake pkgconfig | ||
USES= gmake pkgconfig tar:tgz | ||
USE_GNOME= gtk20 | ||
USE_XORG= x11 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ PORTVERSION= 1.97 | |
PORTREVISION= 3 | ||
CATEGORIES= benchmarks | ||
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Performance Test of Filesystem I/O | ||
|
@@ -15,7 +14,7 @@ LICENSE= GPLv2 | |
|
||
GNU_CONFIGURE= yes | ||
|
||
USES= shebangfix | ||
USES= shebangfix tar:tgz | ||
SHEBANG_FILES= bon_csv2txt.in | ||
|
||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.97.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,14 @@ PORTEPOCH= 1 | |
CATEGORIES= benchmarks | ||
MASTER_SITES= SF/${PORTNAME}/development/${PORTNAME}-3.0-a9 http://thegaul.org/src/ | ||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.a9/-a9/} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= System performance measurement tool | ||
|
||
ALL_TARGET= build | ||
MAKE_ARGS= CC="${CC}" | ||
MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts | ||
USES= shebangfix perl5 gmake | ||
USES= shebangfix perl5 gmake tar:tgz | ||
USE_PERL5= run | ||
SHEBANG_FILES= scripts/getresults | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ CATEGORIES= benchmarks www | |
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ \ | ||
http://people.bsdgroup.de/~as/freebsd/distfiles/ | ||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Benchmarking tool for Web proxies | ||
|
@@ -44,7 +43,7 @@ CONFIGURE_ARGS+= --without-ssl | |
.endif | ||
|
||
.if ${PORT_OPTIONS:MPERL} | ||
USES+= perl5 | ||
USES+= perl5 tar:tgz | ||
USE_PERL5= run | ||
.endif | ||
|
||
|
Oops, something went wrong.