mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
sysutils/dwatch-gource: Update to 0.7
+ Network visualizer added (supports TCP4/6 and UDP4/6) + Process visualizer: + Add support for jails + Fix file descriptor flushing + Fix detection of process exit + Syscall visualizer: + Remove probemod from end of nodes + All visualizations (gwatch changes): + Allow override of GOURCE_OPTIONS (base gource flags) + This is separate from GOURCEOPT which is used for adding options to the base gource flags + Allow override of the profile-specific gource flags + Add DWATCHOPT as a variable to send custom flags to dwatch + RCS-style keywords updated to include git repository name Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/D15593
This commit is contained in:
parent
8b749785b8
commit
0dfd3346a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471054
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dwatch-gource
|
||||
DISTVERSION= 0.4
|
||||
DISTVERSION= 0.7
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dteske@FreeBSD.org
|
||||
@ -19,6 +19,20 @@ PORTDOCS= README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
SUPPORTED= no
|
||||
.if ${OPSYS} == FreeBSD
|
||||
.if ${OSVERSION} >= 1101516 && ${OSVERSION} < 1200000
|
||||
SUPPORTED= yes
|
||||
.elif ${OSVERSION} >= 1200064
|
||||
SUPPORTED= yes
|
||||
.endif
|
||||
.endif
|
||||
.if ${SUPPORTED} == no
|
||||
IGNORE= Requires dwatch available in recent FreeBSD 11 or 12
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gwatch ${STAGEDIR}${PREFIX}/sbin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1526225519
|
||||
SHA256 (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 519533cd1e886dc46c02dd6f46ac3a4107925bda5fc9f2b6903e9461786a047b
|
||||
SIZE (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 10482
|
||||
TIMESTAMP = 1527486735
|
||||
SHA256 (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 73061a73c27694c6152f934b538e10fc5c638bfab43aa56f932ca494f12ce24e
|
||||
SIZE (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 12450
|
||||
|
@ -1,4 +1,6 @@
|
||||
sbin/gwatch
|
||||
libexec/dwatch/gource-net
|
||||
libexec/dwatch/gource-net-raw
|
||||
libexec/dwatch/gource-open
|
||||
libexec/dwatch/gource-open-raw
|
||||
libexec/dwatch/gource-proc
|
||||
|
Loading…
Reference in New Issue
Block a user