summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/strace/DESCR7
-rw-r--r--devel/strace/Makefile19
-rw-r--r--devel/strace/PLIST4
-rw-r--r--devel/strace/distinfo4
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/strace/DESCR b/devel/strace/DESCR
new file mode 100644
index 00000000000..98d8c2fdd54
--- /dev/null
+++ b/devel/strace/DESCR
@@ -0,0 +1,7 @@
+Strace is a diagnostic and troubleshooting tool for printing out a trace
+of all the system calls made by another process. It intercepts and
+records the signals received by a process and the system calls which
+are called by a process. The name of each system call, its arguments
+and its return value are reported.
+
+This version of strace is maintained by Wichert Akkerman.
diff --git a/devel/strace/Makefile b/devel/strace/Makefile
new file mode 100644
index 00000000000..d0ff1cb4c90
--- /dev/null
+++ b/devel/strace/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/10 03:13:07 reed Exp $
+
+DISTNAME= strace-4.5.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://www.liacs.nl/~wichert/strace/
+COMMENT= System call tracing utility
+
+GNU_CONFIGURE= YES
+
+# operating system netbsdelf is not supported by strace
+# XXX for Linux, SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x
+# XXX only tested under Linux
+ONLY_FOR_PLATFORM= Linux-*-*
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/strace/PLIST b/devel/strace/PLIST
new file mode 100644
index 00000000000..eddcb86f604
--- /dev/null
+++ b/devel/strace/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/10 03:13:07 reed Exp $
+bin/strace
+bin/strace-graph
+man/man1/strace.1
diff --git a/devel/strace/distinfo b/devel/strace/distinfo
new file mode 100644
index 00000000000..6521ddd4b88
--- /dev/null
+++ b/devel/strace/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/10 03:13:07 reed Exp $
+
+SHA1 (strace-4.5.7.tar.bz2) = 622a5e7f0649c03f24a535bd1341dda1edca48d2
+Size (strace-4.5.7.tar.bz2) = 414738 bytes