| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2012 01:47:10
1.09
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
15 Feb 2012 06:25:55
1.09
|
sunpoet  |
- Update to 1.09
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Net-Frame/Changes
Approved by: clsung (maintainer, via IRC) |
21 Jan 2012 17:40:15
1.07
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
18 Mar 2011 00:25:52
1.07
|
clsung  |
- Update to 1.07 |
12 Jun 2009 07:22:38
1.06
|
clsung  |
- Update to 1.06
Changes: http://search.cpan.org/dist/Net-Frame/Changes |
11 Nov 2008 02:20:51
1.05
|
clsung  |
- Update to 1.05
Changes: http://search.cpan.org/dist/Net-Frame/Changes |
17 Apr 2008 14:30:31
1.04
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
28 Mar 2007 02:26:35
1.04
|
clsung  |
- Update to 1.04 |
09 Jan 2007 01:55:40
1.03
|
clsung  |
Net::Frame is a fork of Net::Packet. The goal here was to greatly
simplify the use of the frame crafting framework. Net::Packet does
many things undercover, and it was difficult to document all the thingies.
Also, Net::Packet may suffer from unease of use, because frames were
assembled using layers stored in L2, L3, L4 and L7 attributes. Net::Frame
removes all this, and is splitted in different modules, for those who only
want to use part of the framework, and not whole framework.
Finally, anyone can create a layer, and put it on his CPAN space, because
of the modularity Net::Frame offers. For an example,
see Net::Frame::Layer::ICMPv4 on my CPAN space.
WWW: http://search.cpan.org/dist/Net-Frame/ |