aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Traceroute-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-071-1/+1
| | | | Notes: svn path=/head/; revision=298675
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Reassign to the heapThomas Abthorpe2011-09-211-1/+1
| | | | Notes: svn path=/head/; revision=282132
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Net::Traceroute::PurePerl implements traceroute(1) functionality forWen Heping2010-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> Notes: svn path=/head/; revision=252433