- Add a new port: net/p5-Net-TcpDumpLog
Read tcpdump/libpcap network packet logs. WWW: http://search.cpan.org/dist/Net-TcpDumpLog/
This commit is contained in:
parent
ea0f2e01e6
commit
3ce4579de1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262621
@ -638,6 +638,7 @@
|
||||
SUBDIR += p5-Net-Services
|
||||
SUBDIR += p5-Net-Subnets
|
||||
SUBDIR += p5-Net-TCLink
|
||||
SUBDIR += p5-Net-TcpDumpLog
|
||||
SUBDIR += p5-Net-Telnet
|
||||
SUBDIR += p5-Net-Telnet-Netscreen
|
||||
SUBDIR += p5-Net-TiVo
|
||||
|
21
net/p5-Net-TcpDumpLog/Makefile
Normal file
21
net/p5-Net-TcpDumpLog/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Net-TcpDumpLog
|
||||
# Date created: 2010-10-07
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-TcpDumpLog
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Read tcpdump/libpcap network packet logs
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::TcpDumpLog.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-TcpDumpLog/distinfo
Normal file
3
net/p5-Net-TcpDumpLog/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-TcpDumpLog-0.11.tar.gz) = a2a5220c289a88e86ffd9e63a4adc4d4
|
||||
SHA256 (Net-TcpDumpLog-0.11.tar.gz) = 710061651d32678c7ebbbcea192ecfffcba18df7dfe22b98f51a69373796fafa
|
||||
SIZE (Net-TcpDumpLog-0.11.tar.gz) = 10718
|
3
net/p5-Net-TcpDumpLog/pkg-descr
Normal file
3
net/p5-Net-TcpDumpLog/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Read tcpdump/libpcap network packet logs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-TcpDumpLog/
|
6
net/p5-Net-TcpDumpLog/pkg-plist
Normal file
6
net/p5-Net-TcpDumpLog/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Net/TcpDumpLog.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user