Port details |
- ctrace Multiprotocol traceroute tool
- 0.9_2 net =5 0.9_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-08-25 08:20:50
- Last Update: 2024-01-21 17:53:30
- Commit Hash: 86744075
- People watching this port, also watch:: freetype2, help2man, p5-Digest-MD5, unzip, expat
- License: not specified in port
- WWW:
- http://www.pratyeka.org/ctrace/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/ctrace/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ctrace
- pkg install ctrace
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ctrace
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ctrace-0.9.tar.gz) = 8b47a6df86268e0b0ed8c8187ed80fb96771d0690a388f3c9c168e3e3e6d348f
SIZE (ctrace-0.9.tar.gz) = 17316
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Net-RawIP>=0 : net/p5-Net-RawIP
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Net-RawIP>=0 : net/p5-Net-RawIP
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ctrace
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9_2 21 Jan 2024 17:53:30 |
Muhammad Moinur Rahman (bofh) |
net/ctrace: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.9_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.9_1 22 Dec 2014 21:18:33 |
antoine |
Shebangfix |
0.9 09 May 2014 23:51:03 |
amdmi3 |
- Support staging |
0.9 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.9 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.9 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.9 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9 30 Sep 2007 04:55:31 |
linimon |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk. |
0.9 30 Jul 2006 11:32:22 |
pav |
- Author restored the download location on his website |
0.9 03 Jun 2006 14:12:43 |
sat |
- Add MASTER_SITES
PR: ports/97816
Submitted by: Martin Wilke <freebsd@unixfreunde.de> |
0.9 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.9 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.9 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.9 12 Jul 2003 10:02:34 |
kris |
The previous commit accidentally contained a partial upgrade to ctrace 0.9.
Complete the upgrade. |
0.9 12 Jul 2003 09:41:36 |
kris |
Drop maintainership |
0.8 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
25 Aug 2001 12:20:50 |
kris |
Add ctrace-0.8 |