summaryrefslogtreecommitdiff
path: root/sysutils/dtrace-toolkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dtrace-toolkit/Makefile')
-rw-r--r--sysutils/dtrace-toolkit/Makefile70
1 files changed, 18 insertions, 52 deletions
diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile
index f741b6fb7434..156c31a4068c 100644
--- a/sysutils/dtrace-toolkit/Makefile
+++ b/sysutils/dtrace-toolkit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dtrace-toolkit
PORTVERSION= 1.0
-PORTREVISION= 9
+PORTREVISION= 11
CATEGORIES= sysutils
MAINTAINER= 0mp@FreeBSD.org
@@ -10,68 +10,34 @@ WWW= https://github.com/opendtrace/toolkit
LICENSE= CDDL
LICENSE_FILE= ${WRKSRC}/Docs/cddl1.txt
+RUN_DEPENDS= ksh93:shells/ksh
+
USES= perl5 python ruby shebangfix
USE_GITHUB= yes
GH_ACCOUNT= opendtrace
GH_PROJECT= toolkit
GH_TAGNAME= ec23e25c8995bfa50cd7c0058129f1f489fdabb4
-SHEBANG_FILES= Apps/shellsnoop \
- Code/Perl/func_abc.pl \
- Code/Perl/func_malloc.pl \
- Code/Perl/func_slow.pl \
- Code/Perl/hello.pl \
- Code/Perl/hello_strict.pl \
- Code/Python/func_abc.py \
- Code/Python/func_slow.py \
- Code/Ruby/func_abc.rb \
- Code/Ruby/func_slow.rb \
- Code/Shell/func_abc.sh \
- Code/Shell/func_slow.sh \
- Code/Shell/func_waste.sh \
- Disk/diskhits \
- Disk/iopending \
- FS/vopstat \
- Include/test.ksh \
- Kernel/cpudists \
- Kernel/cputimes \
- Kernel/dnlcstat \
- Mem/xvmstat \
- Net/connections \
- Net/tcpsnoop \
- Net/tcpsnoop_snv \
- Net/tcptop \
- Net/tcptop_snv \
- Proc/dappprof \
- Proc/dapptrace \
- Proc/fddist \
- Proc/lastwords \
- Proc/pfilestat \
- Proc/sampleproc \
- Proc/topsysproc \
- System/topsyscall \
- Zones/zvmstat \
- dexplorer \
- dtruss \
- dvmstat \
- errinfo \
- execsnoop \
- hotkernel \
- hotuser \
- install \
- iopattern \
- iosnoop \
- iotop \
- opensnoop \
- procsystime \
- rwsnoop \
- rwtop \
- statsnoop
+SHEBANG_FILES= Apps/shellsnoop Code/Perl/func_abc.pl Code/Perl/func_malloc.pl \
+ Code/Perl/func_slow.pl Code/Perl/hello.pl \
+ Code/Perl/hello_strict.pl Code/Python/func_abc.py \
+ Code/Python/func_slow.py Code/Ruby/func_abc.rb \
+ Code/Ruby/func_slow.rb Code/Shell/func_abc.sh \
+ Code/Shell/func_slow.sh Code/Shell/func_waste.sh dexplorer \
+ Disk/diskhits Disk/iopending dtruss dvmstat errinfo execsnoop \
+ FS/vopstat hotkernel hotuser Include/test.ksh install iopattern \
+ iosnoop iotop Kernel/cpudists Kernel/cputimes Kernel/dnlcstat \
+ Mem/xvmstat Net/connections Net/tcpsnoop Net/tcpsnoop_snv \
+ Net/tcptop Net/tcptop_snv opensnoop Proc/dappprof \
+ Proc/dapptrace Proc/fddist Proc/lastwords Proc/pfilestat \
+ Proc/sampleproc Proc/topsysproc procsystime rwsnoop rwtop \
+ statsnoop System/topsyscall Zones/zvmstat
SHEBANG_LANG= sh
sh_OLD_CMD= /usr/bin/sh ./sh
sh_CMD= ${SH}
perl_OLD_CMD= \\./perl
ruby_OLD_CMD= \\./ruby
+MANDIRS= ${DATADIR}/Man/man1m
NO_ARCH= yes
NO_BUILD= yes