mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: net/p5-Net-Frame-Simple
Frame crafting made easy This module is part of Net::Frame frame crafting framework. It is totally optional, but can make playing with the network far easier. Basically, it hides the complexity of frame forging, sending, and receiving, by providing helper methods, which will analyze internally how to assemble frames and find responses to probes. For example, it will take care of computing lengths and checksums, and matching a response frame to the requesting frame. WWW: http://search.cpan.org/dist/Net-Frame-Simple/
This commit is contained in:
parent
88f511ebaa
commit
95abdc4447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424026
5 changed files with 41 additions and 0 deletions
|
@ -610,6 +610,7 @@
|
|||
SUBDIR += p5-Net-Frame-Dump
|
||||
SUBDIR += p5-Net-Frame-Layer-ICMPv6
|
||||
SUBDIR += p5-Net-Frame-Layer-IPv6
|
||||
SUBDIR += p5-Net-Frame-Simple
|
||||
SUBDIR += p5-Net-GitHub
|
||||
SUBDIR += p5-Net-Gnats
|
||||
SUBDIR += p5-Net-Google
|
||||
|
|
22
net/p5-Net-Frame-Simple/Makefile
Normal file
22
net/p5-Net-Frame-Simple/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Frame-Simple
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Base framework for frame crafting
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
BUILD_DEPENDS= p5-Net-Frame>=1.16:net/p5-Net-Frame \
|
||||
p5-Class-Gomor>=1.03:devel/p5-Class-Gomor
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Frame-Simple/distinfo
Normal file
3
net/p5-Net-Frame-Simple/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1476561188
|
||||
SHA256 (Net-Frame-Simple-1.07.tar.gz) = 4ea46c0d9cb4a2dace4d3d022cb1c3e80dc9d645ae38c124ee485cfdc828814e
|
||||
SIZE (Net-Frame-Simple-1.07.tar.gz) = 10944
|
13
net/p5-Net-Frame-Simple/pkg-descr
Normal file
13
net/p5-Net-Frame-Simple/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
Frame crafting made easy
|
||||
|
||||
This module is part of Net::Frame frame crafting framework. It is
|
||||
totally optional, but can make playing with the network far easier.
|
||||
|
||||
Basically, it hides the complexity of frame forging, sending, and
|
||||
receiving, by providing helper methods, which will analyze internally
|
||||
how to assemble frames and find responses to probes.
|
||||
|
||||
For example, it will take care of computing lengths and checksums,
|
||||
and matching a response frame to the requesting frame.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Frame-Simple/
|
2
net/p5-Net-Frame-Simple/pkg-plist
Normal file
2
net/p5-Net-Frame-Simple/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Net/Frame/Simple.pm
|
||||
%%PERL5_MAN3%%/Net::Frame::Simple.3.gz
|
Loading…
Add table
Reference in a new issue