diff options
author | christos <christos@pkgsrc.org> | 2006-03-05 09:04:50 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2006-03-05 09:04:50 +0000 |
commit | 4b49ca87b20a21dd7d0b6a56e0411d341f8eb0a2 (patch) | |
tree | d63d69c1d2f49abbc3897bf253aa6898643ee622 /devel | |
parent | b2356cd626b2d4689890a7588c692e2e284d5ca1 (diff) | |
download | pkgsrc-4b49ca87b20a21dd7d0b6a56e0411d341f8eb0a2.tar.gz |
move strace to sysutils and merge package changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/strace/DESCR | 7 | ||||
-rw-r--r-- | devel/strace/Makefile | 19 | ||||
-rw-r--r-- | devel/strace/PLIST | 4 | ||||
-rw-r--r-- | devel/strace/distinfo | 5 |
5 files changed, 1 insertions, 37 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e74bcf5d3e..37f7770505b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.737 2006/03/02 19:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.738 2006/03/05 09:04:50 christos Exp $ # COMMENT= Development utilities @@ -625,7 +625,6 @@ SUBDIR+= splint SUBDIR+= st SUBDIR+= stlport SUBDIR+= stooop -SUBDIR+= strace SUBDIR+= subversion SUBDIR+= subversion-base SUBDIR+= svk diff --git a/devel/strace/DESCR b/devel/strace/DESCR deleted file mode 100644 index 98d8c2fdd54..00000000000 --- a/devel/strace/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index d0ff1cb4c90..00000000000 --- a/devel/strace/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $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 deleted file mode 100644 index eddcb86f604..00000000000 --- a/devel/strace/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@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 deleted file mode 100644 index 62944499c35..00000000000 --- a/devel/strace/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/05/25 11:53:12 wiz Exp $ - -SHA1 (strace-4.5.7.tar.bz2) = 622a5e7f0649c03f24a535bd1341dda1edca48d2 -RMD160 (strace-4.5.7.tar.bz2) = 875605e8c61c720d8562b1bfae7c34954edb0a75 -Size (strace-4.5.7.tar.bz2) = 414738 bytes |