1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

These modules implement the encoding and decoding of the ICMPv6 layer.

RFCs: 2463, 2461, 2460

WWW: http://search.cpan.org/dist/Net-Frame-Layer-ICMPv6/

PR:		ports/132445
Submitted by:	Mars G Miro <spry at anarchy.in.the.ph>
This commit is contained in:
Martin Wilke 2009-03-11 16:40:07 +00:00
parent 6d3b6aa6de
commit 169e2af541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229879
5 changed files with 52 additions and 0 deletions

View File

@ -504,6 +504,7 @@
SUBDIR += p5-Net-Flow
SUBDIR += p5-Net-Frame
SUBDIR += p5-Net-Frame-Dump
SUBDIR += p5-Net-Frame-Layer-ICMPv6
SUBDIR += p5-Net-Gnats
SUBDIR += p5-Net-Google
SUBDIR += p5-Net-Google-AuthSub

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Net-Frame-ICMPv6
# Date created: 09 Mar 2009
# Whom: Mars G Miro <spry@anarchy.in.the.ph>
#
# $FreeBSD$
#
PORTNAME= Net-Frame-Layer-ICMPv6
PORTVERSION= 1.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= spry@anarchy.in.the.ph
COMMENT= Perl encoding/decoding implementation of the ICMPv6 layer
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector \
${SITE_PERL}/Net/Frame.pm:${PORTSDIR}/net/p5-Net-Frame \
p5-Net-Pcap>=0.12:${PORTSDIR}/net/p5-Net-Pcap \
p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Frame::Layer::ICMPv6.3 \
Net::Frame::Layer::ICMPv6::Echo.3 \
Net::Frame::Layer::ICMPv6::Option.3 \
Net::Frame::Layer::ICMPv6::NeighborAdvertisement.3 \
Net::Frame::Layer::ICMPv6::NeighborSolicitation.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-Frame-Layer-ICMPv6-1.01.tar.gz) = 52b8e31d56b72f7fb43811912eca40f6
SHA256 (Net-Frame-Layer-ICMPv6-1.01.tar.gz) = f17e7715819e06985b6c23979402b3cd19bad30189e27fe61fee682cba1b7847
SIZE (Net-Frame-Layer-ICMPv6-1.01.tar.gz) = 9687

View File

@ -0,0 +1,5 @@
These modules implement the encoding and decoding of the ICMPv6 layer.
RFCs: 2463, 2461, 2460
WWW: http://search.cpan.org/dist/Net-Frame-Layer-ICMPv6/

View File

@ -0,0 +1,12 @@
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/Echo.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/Option.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/NeighborAdvertisement.pm
%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/NeighborSolicitation.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/ICMPv6/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/ICMPv6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame
@dirrm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6
@dirrmtry %%SITE_PERL%%/Net/Frame/Layer
@dirrmtry %%SITE_PERL%%/Net/Frame