summaryrefslogtreecommitdiff
path: root/net-mgmt/argus
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/argus')
-rw-r--r--net-mgmt/argus/Makefile45
-rw-r--r--net-mgmt/argus/distinfo1
-rw-r--r--net-mgmt/argus/files/patch-ae11
-rw-r--r--net-mgmt/argus/pkg-comment1
-rw-r--r--net-mgmt/argus/pkg-descr10
-rw-r--r--net-mgmt/argus/pkg-plist22
6 files changed, 0 insertions, 90 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile
deleted file mode 100644
index 31370adc070b..000000000000
--- a/net-mgmt/argus/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: argus
-# Date created: 26 November 1998
-# Whom: Jonathan Hanna <jhanna@home.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= argus
-PORTVERSION= 1.8.1
-CATEGORIES= net security
-MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/argus/current/
-
-MAINTAINER= se@freebsd.org
-
-.if !exists(/usr/include/tcpd.h)
-LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
-.endif
-
-GNU_CONFIGURE= true
-
-MAN1= connections.1 ra.1 rasort.1 services.1
-MAN5= argus.5
-MAN8= argus.8
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/bin/argus
-.for i in fullra ra radjacency raconnections racount radnstats raservices rasort
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin
-.endfor
-.for i in connections.1 ra.1 rasort.1 services.1
- ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1
-.endfor
- ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.5 ${PREFIX}/man/man5/argus.5
- ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${PREFIX}/man/man8/argus.8
- ${INSTALL_DATA} ${WRKSRC}/include/cons_def.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/argus
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/README.argus
-.for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services
- ${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/argus/distinfo b/net-mgmt/argus/distinfo
deleted file mode 100644
index e4ea11ebedc8..000000000000
--- a/net-mgmt/argus/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (argus-1.8.1.tar.gz) = 863f865cbae42ae63b976c85b30fc288
diff --git a/net-mgmt/argus/files/patch-ae b/net-mgmt/argus/files/patch-ae
deleted file mode 100644
index 7c271fc998ef..000000000000
--- a/net-mgmt/argus/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/addrtoname.c.orig Thu Apr 15 18:15:00 1999
-+++ common/addrtoname.c Tue Aug 15 18:11:25 2000
-@@ -59,7 +59,7 @@
- static SIGRET nohostname(int);
- #ifdef ETHER_SERVICE
- struct ether_addr;
--#ifndef linux
-+#if !defined(linux) && !defined(__FreeBSD__)
- extern int ether_ntohost(char *, struct ether_addr *);
- #endif
- #endif
diff --git a/net-mgmt/argus/pkg-comment b/net-mgmt/argus/pkg-comment
deleted file mode 100644
index 658890340d2b..000000000000
--- a/net-mgmt/argus/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A generic IP network transaction auditing tool
diff --git a/net-mgmt/argus/pkg-descr b/net-mgmt/argus/pkg-descr
deleted file mode 100644
index 7705b077032a..000000000000
--- a/net-mgmt/argus/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Argus is a generic IP network transaction auditing tool that has
-has been used by thousands of sites to perform a number of powerful
-network management tasks that are currently not possible using commercial
-network management tools.
-
-Argus runs as an application level daemon, promiscuously reading network
-datagrams from a specified interface, and generates network traffic audit
-records for the network activity that it encounters. It is the way that
-Argus categorizes and reports on network activity that makes this tool
-unique and powerful.
diff --git a/net-mgmt/argus/pkg-plist b/net-mgmt/argus/pkg-plist
deleted file mode 100644
index 3e7fd3a0f9cb..000000000000
--- a/net-mgmt/argus/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/argus
-bin/fullra
-bin/ra
-bin/raconnections
-bin/racount
-bin/radjacency
-bin/radnstats
-bin/raservices
-bin/rasort
-include/cons_def.h
-include/cons_out.h
-share/doc/argus/CA-95.01
-share/doc/argus/CA-95.01.scan.sh
-share/doc/argus/README
-share/doc/argus/README.argus
-share/doc/argus/configs
-share/doc/argus/dailyscan.sh
-share/doc/argus/policy.conf
-share/doc/argus/policy.test
-share/doc/argus/ra.conf
-share/doc/argus/services
-@dirrm share/doc/argus