import Net-Frame-Layer-ICMPv6-1.05

These modules implement the encoding and decoding of the ICMPv6 layer according
to the following RFCs:
	RFC4861
[...]

from gleydson soares (MAINTAINER)
    ok sthen@
This commit is contained in:
jasper 2011-03-19 18:02:38 +00:00
parent 0003690372
commit 349e11fed5
4 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/19 18:02:38 jasper Exp $
COMMENT= ICMP v6 layer object
MODULES= cpan
DISTNAME= Net-Frame-Layer-ICMPv6-1.05
CATEGORIES= net
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= net/p5-Net-Frame
BUILD_DEPENDS= ${RUN_DEPENDS}
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = V65e0dNorjFEt9MzPct5fA==
RMD160 (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = UJuXuE7/j0/NKbAectzTNjnCI/k=
SHA1 (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = AMPyRoKVIV8IzSOdKDDm+eybtBM=
SHA256 (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = 0h7DjQI4RyOH1W2jqLMzXOLnVvtR+i3KFOCwfnOpcCA=
SIZE (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = 11271

View File

@ -0,0 +1,11 @@
These modules implement the encoding and decoding of the ICMPv6 layer according
to the following RFCs:
RFC4861
RFC4389
RFC4191
RFC3775
RFC2463
RFC2461
RFC2460
See also Net::Frame::Layer for other attributes and methods.

View File

@ -0,0 +1,20 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/19 18:02:38 jasper Exp $
${P5SITE}/Net/Frame/Layer/ICMPv6/
${P5SITE}/Net/Frame/Layer/ICMPv6.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/Echo.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/NeighborAdvertisement.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/NeighborSolicitation.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/Option.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/RouterAdvertisement.pm
${P5SITE}/Net/Frame/Layer/ICMPv6/RouterSolicitation.pm
@man man/man3p/Net::Frame::Layer::ICMPv6.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::Echo.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::NeighborAdvertisement.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::NeighborSolicitation.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::Option.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::RouterAdvertisement.3p
@man man/man3p/Net::Frame::Layer::ICMPv6::RouterSolicitation.3p
share/examples/p5-Net-Frame-Layer-ICMPv6/
share/examples/p5-Net-Frame-Layer-ICMPv6/icmp-echo-send.pl
share/examples/p5-Net-Frame-Layer-ICMPv6/icmp-echo.pl
share/examples/p5-Net-Frame-Layer-ICMPv6/lookup-mac.pl