aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-04 02:56:00 +0800
committerijliao <ijliao@FreeBSD.org>2001-12-04 02:56:00 +0800
commit68e6faf13e6e26983969399f5c282ca47b6bed24 (patch)
tree0e2c580c54ed888a911b30dcb89cccdd300b2dcc
parent41956abc03052dac276d1a020b764c486dadb9f9 (diff)
downloadfreebsd-ports-gnome-68e6faf13e6e26983969399f5c282ca47b6bed24.tar.gz
freebsd-ports-gnome-68e6faf13e6e26983969399f5c282ca47b6bed24.tar.zst
freebsd-ports-gnome-68e6faf13e6e26983969399f5c282ca47b6bed24.zip
add angst
An active sniffer
-rw-r--r--net-mgmt/angst/Makefile28
-rw-r--r--net-mgmt/angst/distinfo1
-rw-r--r--net-mgmt/angst/pkg-comment1
-rw-r--r--net-mgmt/angst/pkg-descr5
-rw-r--r--net-mgmt/angst/pkg-plist1
-rw-r--r--net/Makefile1
-rw-r--r--net/angst/Makefile28
-rw-r--r--net/angst/distinfo1
-rw-r--r--net/angst/pkg-comment1
-rw-r--r--net/angst/pkg-descr5
-rw-r--r--net/angst/pkg-plist1
11 files changed, 73 insertions, 0 deletions
diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile
new file mode 100644
index 000000000000..85994007f508
--- /dev/null
+++ b/net-mgmt/angst/Makefile
@@ -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>
diff --git a/net-mgmt/angst/distinfo b/net-mgmt/angst/distinfo
new file mode 100644
index 000000000000..7d3c54d75cd3
--- /dev/null
+++ b/net-mgmt/angst/distinfo
@@ -0,0 +1 @@
+MD5 (angst-0.4b.tar.gz) = 21643cd776bf478c6fbe4ddabb826be8
diff --git a/net-mgmt/angst/pkg-comment b/net-mgmt/angst/pkg-comment
new file mode 100644
index 000000000000..9e7488f111f1
--- /dev/null
+++ b/net-mgmt/angst/pkg-comment
@@ -0,0 +1 @@
+An active sniffer
diff --git a/net-mgmt/angst/pkg-descr b/net-mgmt/angst/pkg-descr
new file mode 100644
index 000000000000..261e0a1b3cbb
--- /dev/null
+++ b/net-mgmt/angst/pkg-descr
@@ -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/
diff --git a/net-mgmt/angst/pkg-plist b/net-mgmt/angst/pkg-plist
new file mode 100644
index 000000000000..b4e072bc77c5
--- /dev/null
+++ b/net-mgmt/angst/pkg-plist
@@ -0,0 +1 @@
+sbin/angst
diff --git a/net/Makefile b/net/Makefile
index da2e1dbd9fdf..32a1ffde3ec5 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -11,6 +11,7 @@
SUBDIR += aim
SUBDIR += airport
SUBDIR += amcl
+ SUBDIR += angst
SUBDIR += archie
SUBDIR += archie.el
SUBDIR += argus
diff --git a/net/angst/Makefile b/net/angst/Makefile
new file mode 100644
index 000000000000..85994007f508
--- /dev/null
+++ b/net/angst/Makefile
@@ -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>
diff --git a/net/angst/distinfo b/net/angst/distinfo
new file mode 100644
index 000000000000..7d3c54d75cd3
--- /dev/null
+++ b/net/angst/distinfo
@@ -0,0 +1 @@
+MD5 (angst-0.4b.tar.gz) = 21643cd776bf478c6fbe4ddabb826be8
diff --git a/net/angst/pkg-comment b/net/angst/pkg-comment
new file mode 100644
index 000000000000..9e7488f111f1
--- /dev/null
+++ b/net/angst/pkg-comment
@@ -0,0 +1 @@
+An active sniffer
diff --git a/net/angst/pkg-descr b/net/angst/pkg-descr
new file mode 100644
index 000000000000..261e0a1b3cbb
--- /dev/null
+++ b/net/angst/pkg-descr
@@ -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/
diff --git a/net/angst/pkg-plist b/net/angst/pkg-plist
new file mode 100644
index 000000000000..b4e072bc77c5
--- /dev/null
+++ b/net/angst/pkg-plist
@@ -0,0 +1 @@
+sbin/angst