Initial import of p5-Net-Traceroute6 0.01.
Perl module to parse traceroute6(8) output PR: 29664 Submitted by: petef Reviewed by: ade
This commit is contained in:
parent
3f818f2638
commit
109e5dda19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46664
@ -265,6 +265,7 @@
|
||||
SUBDIR += p5-Net-Server
|
||||
SUBDIR += p5-Net-Telnet
|
||||
SUBDIR += p5-Net-Traceroute
|
||||
SUBDIR += p5-Net-Traceroute6
|
||||
SUBDIR += p5-Net-Wake
|
||||
SUBDIR += p5-Net-Whois
|
||||
SUBDIR += p5-Net-XWhois
|
||||
|
24
net/p5-Net-Traceroute6/Makefile
Normal file
24
net/p5-Net-Traceroute6/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Net-Traceroute6
|
||||
# Date created: 13 August 2001
|
||||
# Whom: petef
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Traceroute6
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::Traceroute6.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-Traceroute6/distinfo
Normal file
1
net/p5-Net-Traceroute6/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Traceroute6-0.01.tar.gz) = 669a0dc3ba6ecf53299e4288cf3a0a03
|
1
net/p5-Net-Traceroute6/pkg-comment
Normal file
1
net/p5-Net-Traceroute6/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to parse traceroute6(8) output
|
9
net/p5-Net-Traceroute6/pkg-descr
Normal file
9
net/p5-Net-Traceroute6/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This module implements traceroute6(8) functionality for perl5. It
|
||||
allows you to trace the path IP packets take to a destination. It
|
||||
is currently implemented as a parser around the system traceroute
|
||||
command.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Net-Traceroute6
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
5
net/p5-Net-Traceroute6/pkg-plist
Normal file
5
net/p5-Net-Traceroute6/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Traceroute6.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Traceroute6/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Traceroute6
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user