1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

New port: devel/strace.

Submitted by:	Alex Semenyaka <alexs@snark.rinet.ru>
This commit is contained in:
Yaroslav Tykhiy 2001-05-15 19:52:44 +00:00
parent ef84dd5a1a
commit e2a8984548
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42622
6 changed files with 46 additions and 0 deletions

View File

@ -456,6 +456,7 @@
SUBDIR += st
SUBDIR += stlport
SUBDIR += str
SUBDIR += strace
SUBDIR += styx
SUBDIR += swarm
SUBDIR += swigruby

27
devel/strace/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: strace
# Date created: Tue May 15 22:29:27 MSD 2001
# Whom: Alex Semenyaka <alexs@snark.rinet.ru>
#
# $FreeBSD$
#
PORTNAME= strace
PORTVERSION= 4.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alexs@snark.rinet.ru
GNU_CONFIGURE= yes
MAN1= strace.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1
-${MKDIR} ${PREFIX}/share/strace
${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace
.include <bsd.port.mk>

1
devel/strace/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (strace-4.3.tar.gz) = 7374eb6a2abc45ece28bb192ee127c56

1
devel/strace/pkg-comment Normal file
View File

@ -0,0 +1 @@
A portable process tracer

12
devel/strace/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
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.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
alexs@snark.rinet.ru

4
devel/strace/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/strace
bin/strace-graph
share/strace/xlate.el
@dirrm share/strace