summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpwatch')
-rw-r--r--net-mgmt/arpwatch/Makefile37
-rw-r--r--net-mgmt/arpwatch/distinfo1
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh4
-rw-r--r--net-mgmt/arpwatch/files/patch-aa11
-rw-r--r--net-mgmt/arpwatch/files/patch-ab22
-rw-r--r--net-mgmt/arpwatch/pkg-comment1
-rw-r--r--net-mgmt/arpwatch/pkg-descr33
-rw-r--r--net-mgmt/arpwatch/pkg-plist8
8 files changed, 0 insertions, 117 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
deleted file mode 100644
index 23a550e3741e..000000000000
--- a/net-mgmt/arpwatch/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: arpwatch
-# Version required: 2.0.2a1
-# Date created: March 24 1997
-# Whom: Brian Somers <brian@Awfulhak.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= arpwatch-2.1a4
-CATEGORIES= net
-MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \
- ftp://ftp.ee.lbl.gov/ \
- ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= brian@Awfulhak.org
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --quiet
-INSTALL_TARGET= install install-man
-MAN8= arpwatch.8 arpsnmp.8
-
-post-install:
- if [ ! -d ${PREFIX}/arpwatch ]; then \
- ${MKDIR} ${PREFIX}/arpwatch; \
- ${CHMOD} 775 ${PREFIX}/arpwatch; \
- ${CHOWN} root.operator ${PREFIX}/arpwatch; \
- fi
- ${TOUCH} ${PREFIX}/arpwatch/arp.dat
- ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat
- for file in ethercodes.dat d.awk e.awk p.awk; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \
- done
- ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/.
- ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/.
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo
deleted file mode 100644
index a926dde8c25c..000000000000
--- a/net-mgmt/arpwatch/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (arpwatch-2.1a4.tar.Z) = 7f5ed680480e6b0b1bbf27a5634b0bd4
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh
deleted file mode 100644
index ebaf7946aac9..000000000000
--- a/net-mgmt/arpwatch/files/arpwatch.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
- /usr/local/sbin/arpwatch && echo -n ' arpwatch'
-fi
diff --git a/net-mgmt/arpwatch/files/patch-aa b/net-mgmt/arpwatch/files/patch-aa
deleted file mode 100644
index c3d51dd3fa46..000000000000
--- a/net-mgmt/arpwatch/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- arp2ethers.orig Tue Mar 29 11:44:52 1994
-+++ arp2ethers Fri Aug 21 10:56:26 1998
-@@ -14,7 +14,7 @@
- #
-
- sort +2rn arp.dat | \
-- awk -e 'NF == 4 { print }' | \
-+ awk 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab
deleted file mode 100644
index 76cbc814dfaf..000000000000
--- a/net-mgmt/arpwatch/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig Wed Jul 29 06:16:45 1998
-+++ Makefile.in Fri Aug 21 10:57:51 1998
-@@ -44,7 +44,7 @@
- CC = @CC@
- CCOPT = @V_CCOPT@
- INCLS = -I. @V_INCLS@
--DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
-+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
-
- # Standard CFLAGS
- CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
-@@ -109,8 +109,8 @@
- $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil
-
- install: force
-- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
-- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
-
- install-man: force
- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \
diff --git a/net-mgmt/arpwatch/pkg-comment b/net-mgmt/arpwatch/pkg-comment
deleted file mode 100644
index 73ccdb9c117c..000000000000
--- a/net-mgmt/arpwatch/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Monitor arp & rarp requests
diff --git a/net-mgmt/arpwatch/pkg-descr b/net-mgmt/arpwatch/pkg-descr
deleted file mode 100644
index 602ba152b2db..000000000000
--- a/net-mgmt/arpwatch/pkg-descr
+++ /dev/null
@@ -1,33 +0,0 @@
-Maintained under FreeBSD by: brian@awfulhak.org
-
-ARPWATCH 2.0
-Lawrence Berkeley National Laboratory
-Network Research Group
-arpwatch@ee.lbl.gov
-ftp://ftp.ee.lbl.gov/arpwatch.tar.Z
-
-This directory contains source code for arpwatch and arpsnmp, tools
-that monitors ethernet activity and maintain a database of ethernet/ip
-address pairings. It also reports certain changes via email.
-
-Arpwatch uses libpcap, a system-independent interface for user-level
-packet capture. Before building arpwatch, you must first retrieve and
-build libpcap, also from LBL, in:
-
- ftp://ftp.ee.lbl.gov/libpcap.tar.Z.
-
-Once libpcap is built (either install it or make sure arpwatch and
-libpcap share the same parent directory), you can build arpwatch using
-the procedure in the INSTALL file.
-
-Arpsnmp has the same database features of arpwatch but relies on an
-external agent to collect the arp data. This distribution contains a
-script, arpfetch, that uses snmpwalk from the CMU SNMP package. This
-package is available from:
-
- ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z
-
-It should be trivial to adaptive the output of any snmp query program
-for use with arpsnmp.
-
-Please send bugs and comments to arpwatch@ee.lbl.gov.
diff --git a/net-mgmt/arpwatch/pkg-plist b/net-mgmt/arpwatch/pkg-plist
deleted file mode 100644
index 975fa8d64f9f..000000000000
--- a/net-mgmt/arpwatch/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-sbin/arpwatch
-sbin/arpsnmp
-arpwatch/arp2ethers
-arpwatch/ethercodes.dat
-arpwatch/d.awk
-arpwatch/e.awk
-arpwatch/p.awk
-etc/rc.d/arpwatch.sh