Page MenuHomeFreeBSD

D15407.id.diff
No OneTemporary

D15407.id.diff

Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -285,6 +285,7 @@
SUBDIR += dvdvideo
SUBDIR += dvtm
SUBDIR += dwatch
+ SUBDIR += dwatch-gource
SUBDIR += e2fsprogs
SUBDIR += ec2-scripts
SUBDIR += edid-decode
Index: head/sysutils/dwatch-gource/Makefile
===================================================================
--- head/sysutils/dwatch-gource/Makefile
+++ head/sysutils/dwatch-gource/Makefile
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= dwatch-gource
+DISTVERSION= 0.4
+CATEGORIES= sysutils
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= FreeBSD dwatch profiles for creating gource logs
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= FrauBSD
+NO_BUILD= yes
+NO_ARCH= yes
+
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/gwatch ${STAGEDIR}${PREFIX}/sbin
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch
+ ${INSTALL_DATA} ${WRKSRC}/gource-* ${STAGEDIR}${PREFIX}/libexec/dwatch
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Index: head/sysutils/dwatch-gource/distinfo
===================================================================
--- head/sysutils/dwatch-gource/distinfo
+++ head/sysutils/dwatch-gource/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526225519
+SHA256 (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 519533cd1e886dc46c02dd6f46ac3a4107925bda5fc9f2b6903e9461786a047b
+SIZE (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 10482
Index: head/sysutils/dwatch-gource/pkg-descr
===================================================================
--- head/sysutils/dwatch-gource/pkg-descr
+++ head/sysutils/dwatch-gource/pkg-descr
@@ -0,0 +1,9 @@
+DTrace modules for FreeBSD dwatch(1) to produce gource logs. Gource
+(graphics/gource) is a tool normally used for visualizing source control
+revisions, but it can also be used for visualizing process trees, filesystem
+activity, syscall access, and more.
+
+These modules allow you to generate log files for rendering realtime process,
+filesystem, and other activities in FreeBSD using gource.
+
+WWW: https://fraubsd.org/dwatch-gource/
Index: head/sysutils/dwatch-gource/pkg-plist
===================================================================
--- head/sysutils/dwatch-gource/pkg-plist
+++ head/sysutils/dwatch-gource/pkg-plist
@@ -0,0 +1,9 @@
+sbin/gwatch
+libexec/dwatch/gource-open
+libexec/dwatch/gource-open-raw
+libexec/dwatch/gource-proc
+libexec/dwatch/gource-proc-raw
+libexec/dwatch/gource-syscall
+libexec/dwatch/gource-syscall-raw
+libexec/dwatch/gource-vfs
+libexec/dwatch/gource-vfs-raw

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 2, 9:54 AM (1 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29152641
Default Alt Text
D15407.id.diff (2 KB)

Event Timeline