pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc move strace to sysutils and merge package changes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4af744b3eac
branches:  trunk
changeset: 509182:e4af744b3eac
user:      christos <christos%pkgsrc.org@localhost>
date:      Sun Mar 05 09:04:50 2006 +0000

description:
move strace to sysutils and merge package changes

diffstat:

 devel/Makefile           |   3 +--
 devel/strace/DESCR       |   7 -------
 devel/strace/Makefile    |  19 -------------------
 devel/strace/PLIST       |   4 ----
 devel/strace/distinfo    |   5 -----
 sysutils/strace/DESCR    |   8 +++++++-
 sysutils/strace/Makefile |   6 ++----
 7 files changed, 10 insertions(+), 42 deletions(-)

diffs (102 lines):

diff -r 518752092da4 -r e4af744b3eac devel/Makefile
--- a/devel/Makefile    Sun Mar 05 08:28:29 2006 +0000
+++ b/devel/Makefile    Sun Mar 05 09:04:50 2006 +0000
@@ -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+=       st
 SUBDIR+=       stlport
 SUBDIR+=       stooop
-SUBDIR+=       strace
 SUBDIR+=       subversion
 SUBDIR+=       subversion-base
 SUBDIR+=       svk
diff -r 518752092da4 -r e4af744b3eac devel/strace/DESCR
--- a/devel/strace/DESCR        Sun Mar 05 08:28:29 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 518752092da4 -r e4af744b3eac devel/strace/Makefile
--- a/devel/strace/Makefile     Sun Mar 05 08:28:29 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@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 518752092da4 -r e4af744b3eac devel/strace/PLIST
--- a/devel/strace/PLIST        Sun Mar 05 08:28:29 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 518752092da4 -r e4af744b3eac devel/strace/distinfo
--- a/devel/strace/distinfo     Sun Mar 05 08:28:29 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r 518752092da4 -r e4af744b3eac sysutils/strace/DESCR
--- a/sysutils/strace/DESCR     Sun Mar 05 08:28:29 2006 +0000
+++ b/sysutils/strace/DESCR     Sun Mar 05 09:04:50 2006 +0000
@@ -1,1 +1,7 @@
-strace is a system call tracing program similar to ktruss that uses PT_SYSCALL
+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 518752092da4 -r e4af744b3eac sysutils/strace/Makefile
--- a/sysutils/strace/Makefile  Sun Mar 05 08:28:29 2006 +0000
+++ b/sysutils/strace/Makefile  Sun Mar 05 09:04:50 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2006/03/05 08:17:49 christos Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/05 09:04:50 christos Exp $
 #
 
 DISTNAME=              strace-4.5.14
 CATEGORIES=            sysutils
-MASTER_SITES=          http://voxel.dl.sourceforge.net/sourceforge/strace/
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=strace/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            christos%NetBSD.org@localhost
@@ -14,6 +14,4 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 
-.include "../../mk/bsd.prefs.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index