Port details |
- p5-Net-Divert Module to deal with divert(4) sockets
- 0.01_2 net
=6 0.01_2Version of this port present on the latest quarterly branch. - Maintainer: ecu@200ok.org
 - Port Added: 2003-02-06 20:24:52
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: openvpn, p5-Net, p5-Net-Radius, netcat, pptpclient
- Also Listed In: perl5
- License: not specified in port
- Description:
- The Net::Divert module facilitates the use of divert
sockets for packet alteration on FreeBSD and MacOSX.
This module allows you to create a divert socket and then
just supply a function that will deal with the incoming packets.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Divert>0:net/p5-Net-Divert
- To install the port:
- cd /usr/ports/net/p5-Net-Divert/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Divert
- pkg install p5-Net-Divert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-Divert
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Divert-0.01.tgz) = efb36027787eef66736dac34cd67b91f63aeafe68a80e7fd9aaa7fae7b47bbca
SIZE (Net-Divert-0.01.tgz) = 4683
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Divert
- USES:
- perl5 tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.01_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.01_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.01_2 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
0.01_1 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.01_1 05 Jan 2014 16:55:05
  |
az  |
- state support
Approved by: portmgr (blanket infrastructure) |
0.01_1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.01_1 05 Sep 2013 10:32:24
  |
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.01_1 12 Dec 2012 21:40:55
  |
wxs  |
Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail) |
0.01_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.01_1 17 Apr 2008 14:30:31
 |
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) |
0.01_1 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.01_1 22 Jan 2006 02:46:07
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.01_1 18 Dec 2004 15:26:01
 |
pav  |
- Take care of empty directories after uninstall
PR: ports/75192
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer) |
0.01 20 Mar 2004 21:03:41
 |
trevor  |
Add size data, approved by maintainers. |
0.01 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.01 21 Feb 2003 13:15:09
 |
knu  |
De-pkg-comment. |
0.01 05 Feb 2003 02:34:44
 |
edwin  |
New port: net/p5-Net-Divert
This perl modules helps manipulation of IP packets via
divert(4) sockets.
PR: ports/47867
Submitted by: Nicolas Jombart <ecu@ipv42.net> |