aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Frame-Dump
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 1.13Frederic Culot2012-12-052-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Feature safe: yes Notes: svn path=/head/; revision=308340
* - Update to 1.12Frederic Culot2012-11-282-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Feature safe: yes Notes: svn path=/head/; revision=307893
* - Update to 1.10Frederic Culot2012-10-162-8/+6
| | | | | | | | | | - Add LICENSE (Artistic 1) Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Feature safe: yes Notes: svn path=/head/; revision=305966
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-051-2/+2
| | | | Notes: svn path=/head/; revision=298507
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* 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.09Cheng-Lung Sung2011-04-062-3/+3
| | | | Notes: svn path=/head/; revision=272291
* - Update to 1.08Cheng-Lung Sung2011-03-183-4/+5
| | | | Notes: svn path=/head/; revision=271186
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 1.06Cheng-Lung Sung2009-06-242-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Notes: svn path=/head/; revision=236582
* - Update to 1.05Cheng-Lung Sung2009-06-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Notes: svn path=/head/; revision=235629
* - Update to 1.04Cheng-Lung Sung2008-04-212-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Notes: svn path=/head/; revision=211697
* - Update to 1.01Cheng-Lung Sung2008-04-072-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Notes: svn path=/head/; revision=210717
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Net::Frame::Dump is the base class for all dump modules. With them,Cheng-Lung Sung2007-01-154-0/+60
you can open a device for live capture, for offline analysis, or for creating a pcap file. WWW: http://search.cpan.org/dist/Net-Frame-Dump/ Notes: svn path=/head/; revision=182399