[118549] trunk/dports/sysutils
g5pw at macports.org
g5pw at macports.org
Fri Apr 4 06:27:04 PDT 2014
Revision: 118549
https://trac.macports.org/changeset/118549
Author: g5pw at macports.org
Date: 2014-04-04 06:27:03 -0700 (Fri, 04 Apr 2014)
Log Message:
-----------
sysutils/sysdig:
new port
Added Paths:
-----------
trunk/dports/sysutils/sysdig/
trunk/dports/sysutils/sysdig/Portfile
Added: trunk/dports/sysutils/sysdig/Portfile
===================================================================
--- trunk/dports/sysutils/sysdig/Portfile (rev 0)
+++ trunk/dports/sysutils/sysdig/Portfile 2014-04-04 13:27:03 UTC (rev 118549)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup cmake 1.0
+
+github.setup draios sysdig 0.1.72
+maintainers g5pw openmaintainer
+categories sysutils
+description ${name} is an open source system-level exploration and troubleshooting tool.
+long_description Sysdig captures system calls and other system level events \
+ using a linux kernel facility called tracepoints, which \
+ means much less overhead than strace. It then "packetizes" \
+ this information, so that you can save it into trace files \
+ and filter it, a bit like you would do with tcpdump. This \
+ makes it very flexible to explore what processes are doing. \
+ Sysdig is also packed with a set of scripts that make it \
+ easier to extract useful information and do troubleshooting.
+platforms darwin
+homepage http://www.sysdig.org
+
+checksums rmd160 781661b84f8d1b49b7dfc78e897f01e7545e321f \
+ sha256 ea5ad460c1e594c1f4da726b4527d1f24ff429fcde2d5e4b3da687b1321aaeeb
Property changes on: trunk/dports/sysutils/sysdig/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140404/67d1e22b/attachment.html>
More information about the macports-changes
mailing list