1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add ctrace-0.8

ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.

Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 2001-08-25 11:20:49 +00:00
parent 4a3c01bb47
commit aa460bf537
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46880
6 changed files with 50 additions and 0 deletions

View File

@ -54,6 +54,7 @@
SUBDIR += crescendo SUBDIR += crescendo
SUBDIR += cricket SUBDIR += cricket
SUBDIR += cryptcat SUBDIR += cryptcat
SUBDIR += ctrace
SUBDIR += cvsup SUBDIR += cvsup
SUBDIR += cvsup-devel SUBDIR += cvsup-devel
SUBDIR += cvsup-mirror SUBDIR += cvsup-mirror

27
net/ctrace/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Ports collection makefile for: ctrace
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ctrace
PORTVERSION= 0.8
CATEGORIES= net
MASTER_SITES= http://www.pratyeka.org/ctrace/download/
MAINTAINER= kris@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
NO_BUILD= yes
USE_BZIP2= yes
MAN1= ctrace.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
.include <bsd.port.mk>

1
net/ctrace/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ctrace-0.8.tar.bz2) = bc9bbd8cd603b9c95f4563e1f878f4e1

1
net/ctrace/pkg-comment Normal file
View File

@ -0,0 +1 @@
Multiprotocol traceroute tool

19
net/ctrace/pkg-descr Normal file
View File

@ -0,0 +1,19 @@
ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.
The primary difference between ctrace and other traceroute tools is
its ability to trace routes in multiple protocols. ctrace also has
some additional nifty features:
* Automatic round-trip-time (RTT) averaging, which makes output
cleaner and more intelligible.
* One or more packets can be launched per TTL/hop. By way of contrast,
4.3BSD traceroute(8) forces at least two. This capability makes
ctrace faster.
* 4.3BSD traceroute(8) emulation in most output, so it will hook in to
existing parsers.
* The ability to skip an arbitrary number of hops, saving you time
that would be normally wasted tracerouting your own network.
* Fine-grained control over trace packet headers, assisting in
bypassing burdensome packet filters.
WWW: http://www.pratyeka.org/ctrace/

1
net/ctrace/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/ctrace