add angst

An active sniffer
This commit is contained in:
Ying-Chieh Liao 2001-12-03 18:56:00 +00:00
parent c12bb37778
commit 23cb759c91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50984
11 changed files with 73 additions and 0 deletions

28
net-mgmt/angst/Makefile Normal file
View File

@ -0,0 +1,28 @@
# ex:ts=8
# New ports collection makefile for: angst
# Date created: Dec 4, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= angst
PORTVERSION= 0.4b
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
MAN8= angst.8
post-patch:
@${PERL} -pi -e "s,^CC,#CC,g ; \
s,^CFLAGS,#CFLAGS,g ; \
s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
net-mgmt/angst/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (angst-0.4b.tar.gz) = 21643cd776bf478c6fbe4ddabb826be8

View File

@ -0,0 +1 @@
An active sniffer

5
net-mgmt/angst/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Angst is an active sniffer, based on libpcap and libnet. Dumps into a file
the payload of all the TCP packets received on the specified ports. Also,
it implements methods for active sniffing of networks with switches.
WWW: http://angst.sourceforge.net/

1
net-mgmt/angst/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/angst

View File

@ -11,6 +11,7 @@
SUBDIR += aim
SUBDIR += airport
SUBDIR += amcl
SUBDIR += angst
SUBDIR += archie
SUBDIR += archie.el
SUBDIR += argus

28
net/angst/Makefile Normal file
View File

@ -0,0 +1,28 @@
# ex:ts=8
# New ports collection makefile for: angst
# Date created: Dec 4, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= angst
PORTVERSION= 0.4b
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
MAN8= angst.8
post-patch:
@${PERL} -pi -e "s,^CC,#CC,g ; \
s,^CFLAGS,#CFLAGS,g ; \
s,libnet-config,${LIBNET_CONFIG},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>

1
net/angst/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (angst-0.4b.tar.gz) = 21643cd776bf478c6fbe4ddabb826be8

1
net/angst/pkg-comment Normal file
View File

@ -0,0 +1 @@
An active sniffer

5
net/angst/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Angst is an active sniffer, based on libpcap and libnet. Dumps into a file
the payload of all the TCP packets received on the specified ports. Also,
it implements methods for active sniffing of networks with switches.
WWW: http://angst.sourceforge.net/

1
net/angst/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/angst