pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/strace Import of strace-4.5.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d657c0288b9
branches:  trunk
changeset: 481675:6d657c0288b9
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Oct 10 03:13:07 2004 +0000

description:
Import of strace-4.5.7.
COMMENT=                System call tracing utility

If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x,
or similar, please give this a try. (I use it under Linux.)

diffstat:

 devel/strace/DESCR    |   7 +++++++
 devel/strace/Makefile |  19 +++++++++++++++++++
 devel/strace/PLIST    |   4 ++++
 devel/strace/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r d42135d5358f -r 6d657c0288b9 devel/strace/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/strace/DESCR        Sun Oct 10 03:13:07 2004 +0000
@@ -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 -r d42135d5358f -r 6d657c0288b9 devel/strace/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/strace/Makefile     Sun Oct 10 03:13:07 2004 +0000
@@ -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@localhost
+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 -r d42135d5358f -r 6d657c0288b9 devel/strace/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/strace/PLIST        Sun Oct 10 03:13:07 2004 +0000
@@ -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 -r d42135d5358f -r 6d657c0288b9 devel/strace/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/strace/distinfo     Sun Oct 10 03:13:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index