1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Net::Traceroute::PurePerl implements traceroute(1) functionality for

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>
This commit is contained in:
Wen Heping 2010-04-08 06:16:39 +00:00
parent cfa207ec25
commit f3c68e0e30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252433
5 changed files with 43 additions and 0 deletions

View File

@ -618,6 +618,7 @@
SUBDIR += p5-Net-Telnet-Netscreen
SUBDIR += p5-Net-TiVo
SUBDIR += p5-Net-Traceroute
SUBDIR += p5-Net-Traceroute-PurePerl
SUBDIR += p5-Net-Traceroute6
SUBDIR += p5-Net-Trackback
SUBDIR += p5-Net-Twitter

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Net-Traceroute-PurePerl
# Date created: April 01 2010
# Whom: jupengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net-Traceroute-PurePerl
PORTVERSION= 0.10
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jupengfei@gmail.com
COMMENT= Traceroute(1) functionality in perl via raw sockets
BUILD_DEPENDS= ${SITE_PERL}/Net/Traceroute.pm:${PORTSDIR}/net/p5-Net-Traceroute
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Net::Traceroute::PurePerl.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-Traceroute-PurePerl-0.10.tar.gz) = acaabd4207532a50705ba514af2c905f
SHA256 (Net-Traceroute-PurePerl-0.10.tar.gz) = d1e31da0b07b17ed1ee7a0ff191da71fcf144fcd11651e017cfb8f4f485df5dd
SIZE (Net-Traceroute-PurePerl-0.10.tar.gz) = 20410

View File

@ -0,0 +1,8 @@
Net::Traceroute::PurePerl implements traceroute(1) functionality for
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

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Net/Traceroute/PurePerl.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Traceroute/PurePerl/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Traceroute/PurePerl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Traceroute
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net/Traceroute
@dirrmtry %%SITE_PERL%%/Net