mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
99063c4cec
commit
597dbc1bd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74740
@ -387,6 +387,7 @@
|
||||
SUBDIR += p5-Net-DNS-ZoneFile
|
||||
SUBDIR += p5-Net-Daemon
|
||||
SUBDIR += p5-Net-Dict
|
||||
SUBDIR += p5-Net-Divert
|
||||
SUBDIR += p5-Net-Finger
|
||||
SUBDIR += p5-Net-Google
|
||||
SUBDIR += p5-Net-ICQ2000
|
||||
|
22
net/p5-Net-Divert/Makefile
Normal file
22
net/p5-Net-Divert/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Net-Divert
|
||||
# Date created: January 30, 2003
|
||||
# Whom: Nicolas Jombart
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Divert
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ecu@ipv42.net
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::Divert.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-Divert/distinfo
Normal file
1
net/p5-Net-Divert/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Divert-0.01.tgz) = 06a1efd15a486112eb7f58fd5d5a21ad
|
1
net/p5-Net-Divert/pkg-comment
Normal file
1
net/p5-Net-Divert/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A module to deal with divert(4) sockets
|
5
net/p5-Net-Divert/pkg-descr
Normal file
5
net/p5-Net-Divert/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
6
net/p5-Net-Divert/pkg-plist
Normal file
6
net/p5-Net-Divert/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/Divert.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Divert/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Divert
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Divert
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user