summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/LPRng/Makefile3
-rw-r--r--sysutils/LPRngTool/Makefile3
-rw-r--r--sysutils/boxbackup-devel/Makefile3
-rw-r--r--sysutils/boxbackup/Makefile3
-rw-r--r--sysutils/chgrep/Makefile3
-rw-r--r--sysutils/crashme/Makefile3
-rw-r--r--sysutils/ddpt/Makefile3
-rw-r--r--sysutils/dirvish/Makefile3
-rw-r--r--sysutils/dvdimagecmp/Makefile3
-rw-r--r--sysutils/evtviewer/Makefile3
-rw-r--r--sysutils/fusefs-encfs/Makefile3
-rw-r--r--sysutils/fusefs-ntfs/Makefile3
-rw-r--r--sysutils/gkrellfire/Makefile3
-rw-r--r--sysutils/linux-crashplan/Makefile3
-rw-r--r--sysutils/mapchan/Makefile3
-rw-r--r--sysutils/memfetch/Makefile3
-rw-r--r--sysutils/sg3_utils/Makefile3
-rw-r--r--sysutils/smp_utils/Makefile3
-rw-r--r--sysutils/tarsnap/Makefile3
-rw-r--r--sysutils/tree/Makefile3
-rw-r--r--sysutils/webjob/Makefile3
-rw-r--r--sysutils/weedit/Makefile3
-rw-r--r--sysutils/x86info/Makefile3
23 files changed, 23 insertions, 46 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index afeb6d4..501ea9b 100644
--- a/sysutils/LPRng/Makefile
+++ b/sysutils/LPRng/Makefile
@@ -11,7 +11,6 @@ MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \
ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/
MASTER_SITE_SUBDIR= LPRng/LPRng
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced Printer Spooler
@@ -68,7 +67,7 @@ OPTIONS_DEFINE= DOCS NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
+USES+= gettext tar:tgz
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile
index 47938d3..314ccb3 100644
--- a/sysutils/LPRngTool/Makefile
+++ b/sysutils/LPRngTool/Makefile
@@ -11,7 +11,6 @@ MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \
ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \
ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/
MASTER_SITE_SUBDIR= LPRng/LPRngTool
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration Tool for LPRng
@@ -22,7 +21,7 @@ BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps \
#RUN_DEPENDS= ifhp:${PORTSDIR}/print/ifhp
USE_GHOSTSCRIPT_BUILD= yes
-USES= tk
+USES= tk tar:tgz
.if defined(SYSCONFDIR)
PLIST_SUB+= CWD="" SYSCONFDIR="${SYSCONFDIR:S,^/,,}"
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile
index c52899a..19b954b 100644
--- a/sysutils/boxbackup-devel/Makefile
+++ b/sysutils/boxbackup-devel/Makefile
@@ -7,7 +7,6 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.boxbackup.org/snapshots/%SUBDIR%/
PKGNAMESUFFIX= ${CLIENT_OR_SERVER}-devel
DISTNAME= ${PORTNAME}-${SVNVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source, completely automatic on-line backup system for Unix
@@ -21,7 +20,7 @@ SVNVERSION= 0.11_trunk_2979
NO_LATEST_LINK= yes
-USES= perl5
+USES= perl5 tar:tgz
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal autoheader
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile
index 6d8ef67..18254c9 100644
--- a/sysutils/boxbackup/Makefile
+++ b/sysutils/boxbackup/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= ${CLIENT_OR_SERVER}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source, completely automatic on-line backup system for Unix
@@ -16,7 +15,7 @@ LICENSE= BSD GPLv2
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
-USES= perl5
+USES= perl5 tar:tgz
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal autoheader
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile
index 375d73c..4ed871f 100644
--- a/sysutils/chgrep/Makefile
+++ b/sysutils/chgrep/Makefile
@@ -5,13 +5,12 @@ PORTNAME= chgrep
PORTVERSION= 1.2.4
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast string substitution across multiple files
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake tar:tgz
PLIST_FILES= bin/chgrep man/man1/${PORTNAME}.1.gz
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile
index c88235ad..66a3a90 100644
--- a/sysutils/crashme/Makefile
+++ b/sysutils/crashme/Makefile
@@ -8,7 +8,6 @@ CATEGORIES= sysutils
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR=kris
DISTNAME= crashme
-EXTRACT_SUFX= .tgz
MAINTAINER= gjc@alum.mit.edu
COMMENT= Tool to test an operating system's robustness
@@ -16,7 +15,7 @@ COMMENT= Tool to test an operating system's robustness
# according to license.rtf, and using the most restrictive one:
LICENSE= LGPL21
-USES= gmake
+USES= gmake tar:tgz
NO_WRKSUBDIR= yes
MAKEFILE= makefile
diff --git a/sysutils/ddpt/Makefile b/sysutils/ddpt/Makefile
index 1b3dcdce..4a44f81 100644
--- a/sysutils/ddpt/Makefile
+++ b/sysutils/ddpt/Makefile
@@ -5,7 +5,6 @@ PORTNAME= ddpt
PORTVERSION= 0.94
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
-EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT= dd tool that specializes in files that are block devices
@@ -13,7 +12,7 @@ COMMENT= dd tool that specializes in files that are block devices
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake
+USES= gmake tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile
index 59e5a81..56d906c 100644
--- a/sysutils/dirvish/Makefile
+++ b/sysutils/dirvish/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= sysutils archivers
MASTER_SITES= http://www.dirvish.org/
-EXTRACT_SUFX= .tgz
MAINTAINER= tarkhil@over.ru
COMMENT= Network backup system based off of rsync
@@ -20,7 +19,7 @@ MAN8S= dirvish.8 dirvish-expire.8 dirvish-locate.8 dirvish-runall.8
WRKSRC= ${WRKDIR}
NO_BUILD= yes
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= run
EXECUTABLES= dirvish dirvish-expire dirvish-locate dirvish-runall
diff --git a/sysutils/dvdimagecmp/Makefile b/sysutils/dvdimagecmp/Makefile
index c06e93e..eaf783b 100644
--- a/sysutils/dvdimagecmp/Makefile
+++ b/sysutils/dvdimagecmp/Makefile
@@ -6,12 +6,11 @@ PORTVERSION= 0.3
CATEGORIES= sysutils
MASTER_SITES= SUNSITE
MASTER_SITE_SUBDIR= apps/video
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@thepentagon.org
COMMENT= Simple tool for comparing an image to a burned disc
-USES= gmake
+USES= gmake tar:tgz
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
diff --git a/sysutils/evtviewer/Makefile b/sysutils/evtviewer/Makefile
index 919193f..a9d96d8 100644
--- a/sysutils/evtviewer/Makefile
+++ b/sysutils/evtviewer/Makefile
@@ -7,14 +7,13 @@ PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/evtViewer/
-EXTRACT_SUFX= .tgz
MAINTAINER= martymac@FreeBSD.org
COMMENT= Ms event log viewer
LICENSE= GPLv2
-USES= perl5 shebangfix
+USES= perl5 shebangfix tar:tgz
SHEBANG_FILES= evtViewer
NO_BUILD= yes
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile
index 17eae1b..4ca88ad 100644
--- a/sysutils/fusefs-encfs/Makefile
+++ b/sysutils/fusefs-encfs/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= fusefs-
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Encrypted pass-through FUSE filesystem
@@ -23,7 +22,7 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \
--with-boost-filesystem=boost_filesystem
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= fuse gmake libtool pkgconfig
+USES= fuse gmake libtool pkgconfig tar:tgz
USE_LDCONFIG= yes
USE_OPENSSL= yes
INSTALL_TARGET= install-strip
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index 371016a..aadeacc 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -8,7 +8,6 @@ CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Mount NTFS partitions (read/write) and disk images
@@ -17,7 +16,7 @@ LICENSE= GPLv2
CONFLICTS_BUILD= bonobo-1.*
CONFLICTS_INSTALL= ntfsprogs-*
-USES= fuse pkgconfig iconv libtool
+USES= fuse pkgconfig iconv libtool tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
diff --git a/sysutils/gkrellfire/Makefile b/sysutils/gkrellfire/Makefile
index b7cec0d..1a065c2 100644
--- a/sysutils/gkrellfire/Makefile
+++ b/sysutils/gkrellfire/Makefile
@@ -8,7 +8,6 @@ CATEGORIES= sysutils
MASTER_SITES= http://freenet-homepage.de/thomas-steinke/ \
LOCAL
MASTER_SITE_SUBDIR= novel
-EXTRACT_SUFX= .tgz
MAINTAINER= novel@FreeBSD.org
COMMENT= Gkrellm2 plugin which shows the system load as a flame
@@ -19,7 +18,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so
PLIST_DIRSTRY= libexec/gkrellm2/plugins libexec/gkrellm2
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:tgz
MAKE_ARGS= CC="${CC}"
do-install:
diff --git a/sysutils/linux-crashplan/Makefile b/sysutils/linux-crashplan/Makefile
index 9060cce..ae10d8c 100644
--- a/sysutils/linux-crashplan/Makefile
+++ b/sysutils/linux-crashplan/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 1
CATEGORIES= sysutils linux
MASTER_SITES= http://download.crashplan.com/installs/linux/install/CrashPlan/
DISTNAME= CrashPlan_3.6.3_Linux
-EXTRACT_SUFX= .tgz
MAINTAINER= wg@FreeBSD.org
COMMENT= Backs up data to remote servers or hard drives
@@ -20,7 +19,7 @@ WRKSRC= ${WRKDIR}/CrashPlan-install
USE_LINUX= yes
USE_LINUX_APPS= expat fontconfig xorglibs
USE_RC_SUBR= crashplan
-USES= shebangfix
+USES= shebangfix tar:tgz
SHEBANG_FILES= scripts/CrashPlanEngine scripts/CrashPlanDesktop
diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile
index 6ff2aae..a8bd091 100644
--- a/sysutils/mapchan/Makefile
+++ b/sysutils/mapchan/Makefile
@@ -5,12 +5,11 @@ PORTNAME= mapchan
PORTVERSION= 3.2
CATEGORIES= sysutils converters
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= bsam@FreeBSD.org
COMMENT= Transform the input and output of a terminal (SCO Unix alike)
-USES= iconv
+USES= iconv tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV= STAGEDIR=${STAGEDIR} MAPDIR=${STAGEDIR}${PREFIX}/etc/${PORTNAME}
CFLAGS+= -I${LOCALBASE}/include
diff --git a/sysutils/memfetch/Makefile b/sysutils/memfetch/Makefile
index c520244..251ef8a 100644
--- a/sysutils/memfetch/Makefile
+++ b/sysutils/memfetch/Makefile
@@ -6,14 +6,13 @@ PORTVERSION= 0.05b
CATEGORIES= sysutils
MASTER_SITES= http://lcamtuf.coredump.cx/soft/
DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .tgz
MAINTAINER= onatan@gmail.com
COMMENT= Utility to dump memory of a running process
LICENSE= GPLv2
-USES= perl5 shebangfix
+USES= perl5 shebangfix tar:tgz
USE_PERL5= run
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
SHEBANG_FILES= mffind.pl
diff --git a/sysutils/sg3_utils/Makefile b/sysutils/sg3_utils/Makefile
index 5c291fc..fc588f3 100644
--- a/sysutils/sg3_utils/Makefile
+++ b/sysutils/sg3_utils/Makefile
@@ -5,12 +5,11 @@ PORTNAME= sg3_utils
PORTVERSION= 1.39
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
-EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT= Set of utilities that send SCSI commands to devices
-USES= gmake libtool shebangfix
+USES= gmake libtool shebangfix tar:tgz
SHEBANG_FILES= scripts/scsi_*
post-install:
diff --git a/sysutils/smp_utils/Makefile b/sysutils/smp_utils/Makefile
index eececd3..a4af1a7 100644
--- a/sysutils/smp_utils/Makefile
+++ b/sysutils/smp_utils/Makefile
@@ -6,12 +6,11 @@ PORTVERSION= 0.98
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/
-EXTRACT_SUFX= .tgz
MAINTAINER= delphij@FreeBSD.org
COMMENT= Utilities to send SAS Serial Management Protocol requests
-USES= gmake libtool
+USES= gmake libtool tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile
index 3fc4e34..0a50e66 100644
--- a/sysutils/tarsnap/Makefile
+++ b/sysutils/tarsnap/Makefile
@@ -7,13 +7,12 @@ PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.tarsnap.com/download-http/
DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= cperciva@tarsnap.com
COMMENT= Online encrypted backup service (client)
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake tar:tgz
OPTIONS_DEFINE= SSE2
SSE2_DESC= Use SSE2-optimized code
diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile
index 488295f..557ac54 100644
--- a/sysutils/tree/Makefile
+++ b/sysutils/tree/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 1.7.0
CATEGORIES= sysutils
MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ \
CENKES
-EXTRACT_SUFX= .tgz
MAINTAINER= gb@unistra.fr
COMMENT= Display a tree-view of directories with optional color or HTML output
@@ -14,7 +13,7 @@ COMMENT= Display a tree-view of directories with optional color or HTML output
LICENSE= GPLv2
MAKE_ENV+= MKDIR="${MKDIR}"
-USES= gmake
+USES= gmake tar:tgz
PLIST_FILES= bin/tree \
man/man1/tree.1.gz
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
index bbb4a73..a6785ef 100644
--- a/sysutils/webjob/Makefile
+++ b/sysutils/webjob/Makefile
@@ -6,12 +6,11 @@ PORTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= SF
-EXTRACT_SUFX= .tgz
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
-USES= perl5 shebangfix
+USES= perl5 shebangfix tar:tgz
SHEBANG_FILES= tools/xshar/xshar
GNU_CONFIGURE= yes
USE_PERL5= build
diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile
index e244e96..a139aef 100644
--- a/sysutils/weedit/Makefile
+++ b/sysutils/weedit/Makefile
@@ -6,14 +6,13 @@ PORTVERSION= 2.0.3
CATEGORIES= sysutils
MASTER_SITES= http://adm1n.cjb.net/cw/ \
CRITICAL
-EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= File duplicate scanner with database support
LICENSE= GPLv2
-USES= dos2unix
+USES= dos2unix tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
SRCF= crc32 dlink weedit md5
diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile
index 367e5e5..fce3aad 100644
--- a/sysutils/x86info/Makefile
+++ b/sysutils/x86info/Makefile
@@ -5,7 +5,6 @@ PORTNAME= x86info
PORTVERSION= 1.30
CATEGORIES= sysutils
MASTER_SITES= http://codemonkey.org.uk/projects/x86info/
-EXTRACT_SUFX= .tgz
MAINTAINER= eadler@FreeBSD.org
COMMENT= x86 CPU identification utility
@@ -16,7 +15,7 @@ LIB_DEPENDS= libpci.so:${PORTSDIR}/devel/libpci
ONLY_FOR_ARCHS= i386 amd64
-USES= gmake pkgconfig
+USES= gmake pkgconfig tar:tgz
ALL_TARGET= x86info lsmsr
USE_PYTHON_BUILD=yes
OpenPOWER on IntegriCloud