aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Traceroute-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-11-062-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-071-1/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Reassign to the heaptabthorpe2011-09-221-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Net::Traceroute::PurePerl implements traceroute(1) functionality forwen2010-04-084-0/+42
perl5. It allows you to trace the path IP packets take to a destination. It is implemented by using raw sockets to act just like the regular traceroute. You must also be root to use the raw sockets. WWW: http://search.cpan.org/dist/Net-Traceroute-PurePerl PR: ports/145277 Submitted by: Ju Pengfei <jupengfei@gmail.com>