aboutsummaryrefslogtreecommitdiff
path: root/devel/strace
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2001-09-07 12:50:30 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2001-09-07 12:50:30 +0000
commit7eee6981b6e7525461f5a97f0a8f7f5c154919a7 (patch)
tree0b92efe3b94fe5d692152c6af68885cf482d00e6 /devel/strace
parent80a3013393832982dc37198226b60fcc828d07a2 (diff)
downloadports-7eee6981b6e7525461f5a97f0a8f7f5c154919a7.tar.gz
ports-7eee6981b6e7525461f5a97f0a8f7f5c154919a7.zip
Notes
Diffstat (limited to 'devel/strace')
-rw-r--r--devel/strace/Makefile5
-rw-r--r--devel/strace/distinfo2
-rw-r--r--devel/strace/pkg-descr7
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile
index eb880f6d1c88..3f4f229d76b7 100644
--- a/devel/strace/Makefile
+++ b/devel/strace/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= strace
-PORTVERSION= 4.3
+PORTVERSION= 4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}_${PORTVERSION}-1
MAINTAINER= alex@rinet.ru
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
GNU_CONFIGURE= yes
MAN1= strace.1
diff --git a/devel/strace/distinfo b/devel/strace/distinfo
index 6ec455e735e2..a03666806d6a 100644
--- a/devel/strace/distinfo
+++ b/devel/strace/distinfo
@@ -1 +1 @@
-MD5 (strace-4.3.tar.gz) = 7374eb6a2abc45ece28bb192ee127c56
+MD5 (strace_4.4-1.tar.gz) = 7246ce73640760fa7e8357fd9ecf7af3
diff --git a/devel/strace/pkg-descr b/devel/strace/pkg-descr
index ddd5107b0a05..3d271fb5f364 100644
--- a/devel/strace/pkg-descr
+++ b/devel/strace/pkg-descr
@@ -2,11 +2,10 @@ Strace is a process tracer, i.e. a debugging tool that prints out
a trace of all the system calls made and signals received by a
process itself or a process and its descendants.
-Strace is similar to the native BSD ktrace/kdump pair of utilities,
-but strace's output style is more convenient in some cases or for
-some developers.
+Strace is similar to the native BSD ``truss'' utility, but it's
+output style is more convenient in most cases.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
-alexs@snark.rinet.ru
+alex@rinet.ru