aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Frame
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 1.09Sunpoet Po-Chuan Hsieh2012-02-152-7/+7
| | | | | | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Net-Frame/Changes Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=291414
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Update to 1.07Cheng-Lung Sung2011-03-182-4/+3
| | | | Notes: svn path=/head/; revision=271185
* - Update to 1.06Cheng-Lung Sung2009-06-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame/Changes Notes: svn path=/head/; revision=235628
* - Update to 1.05Cheng-Lung Sung2008-11-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame/Changes Notes: svn path=/head/; revision=222710
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - Update to 1.04Cheng-Lung Sung2007-03-282-11/+5
| | | | Notes: svn path=/head/; revision=188619
* Net::Frame is a fork of Net::Packet. The goal here was to greatlyCheng-Lung Sung2007-01-094-0/+77
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/ Notes: svn path=/head/; revision=181824