Program to merge and extract part of binary capture files implimented
in perl with the help of Net::Pcap Submitted by: Brian Caswell <bmc@mitre.org>
This commit is contained in:
parent
395608d5e1
commit
7dc34e76cd
21
net/pcapmerge/Makefile
Normal file
21
net/pcapmerge/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/08 11:53:48 danh Exp $
|
||||
|
||||
DISTNAME= pcapmerge-1.0
|
||||
CATEGORIES= net perl5
|
||||
NEED_VERSION= 1.348
|
||||
MASTER_SITES= http://indev.insu.com/sources/
|
||||
|
||||
HOMEPAGE= http://indev.insu.com/Fwctl/pcapmerge.html
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/Net/Pcap.pm::net/p5-Net-Pcap
|
||||
|
||||
MAINTAINER= Brian Caswell <bmc@mitre.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/pcapmerge/files/md5
Normal file
3
net/pcapmerge/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pcapmerge-1.0.tar.gz) = 46c3a3812ec38c9724e16927e593a662
|
||||
RMD160 (pcapmerge-1.0.tar.gz) = f3de0e384190c7271616c25fa9ef50a466e84649
|
||||
SHA1 (pcapmerge-1.0.tar.gz) = a220bc1d98689c53e2ee06f7b175af8c6a794add
|
1
net/pcapmerge/pkg/COMMENT
Normal file
1
net/pcapmerge/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
merge and extract portions of binary pcap files
|
4
net/pcapmerge/pkg/DESCR
Normal file
4
net/pcapmerge/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Program to merge and extract part of binary capture files implimented
|
||||
in perl with the help of Net::Pcap
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
net/pcapmerge/pkg/PLIST
Normal file
5
net/pcapmerge/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/08 11:53:48 danh Exp $
|
||||
bin/pcapmerge
|
||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/pcapmerge/.packlist
|
||||
man/man1/pcapmerge.1
|
||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/pcapmerge
|
Loading…
Reference in New Issue
Block a user