aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Pcap
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-141-2/+2
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Support STAGEDIR.vanilla2013-11-062-6/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Fix build problem (stale unneeded patch).tobez2012-12-232-21/+1
| | | | | PR: 174634 Submitted by: Kurt Jaeger
* Update to 0.17.tobez2012-12-192-8/+4
| | | | Changes: http://search.cpan.org/dist/Net-Pcap/Changes
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-1/+1
|
* - Fix testsswills2012-05-093-1/+34
| | | | | PR: ports/166698 Submited by: Mel Flynn <rflynn@acsalaska.net>
* - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 0.16clsung2008-01-152-8/+4
| | | | Changes: http://search.cpan.org/dist/Net-Pcap/Changes
* - pat when net/libpcap installedclsung2007-12-302-5/+12
| | | | | | - bug observed in freebsd-perl@ - bump PORTREVISION - take maintainership
* - Update to 0.15clsung2007-12-253-7/+8
|
* - Update to 0.14clsung2006-09-062-4/+4
|
* - Update to 0.13clsung2006-08-292-4/+10
| | | | - p5-IO-Interface required by pcapinfo
* * fix plistskv2006-05-052-3/+3
| | | | | | | * pass maintaintership to perl@ PR: ports/96183 Submitted by: leeym
* BROKEN: Incomplete pkg-plistkris2006-04-231-0/+2
|
* Update to 0.12skv2006-04-072-7/+4
| | | | Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.12/Changes
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 0.09skv2005-10-282-3/+3
| | | | Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.09/Changes
* Update to 0.08skv2005-10-122-12/+4
| | | | Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.08/Changes
* BROKEN: Incomplete pkg-plistkris2005-10-111-0/+2
|
* fix typoskv2005-10-011-1/+1
|
* * unbreak buildskv2005-10-011-1/+8
| | | | | | * require perl5.6 or later (XS is written in new style) Pointed by: pointyhat (kris)
* Update to 0.07skv2005-09-263-3/+6
| | | | Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.07/Changes
* Update to 0.06skv2005-09-163-7/+4
| | | | Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.06/Changes
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Updated to 0.05skv2003-12-083-6/+6
|
* utilize SITE_PERLijliao2003-10-242-8/+7
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* add p5-Net-Pcapijliao2001-12-135-0/+37
Interface to pcap(3) LBL packet capture library PR: 32775 Submitted by: Sergey Skvortsov <skv@protey.ru>