aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/remarp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/remarp
parent6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff)
Notes
Diffstat (limited to 'net-mgmt/remarp')
-rw-r--r--net-mgmt/remarp/Makefile50
-rw-r--r--net-mgmt/remarp/distinfo1
-rw-r--r--net-mgmt/remarp/pkg-descr10
-rw-r--r--net-mgmt/remarp/pkg-plist5
4 files changed, 0 insertions, 66 deletions
diff --git a/net-mgmt/remarp/Makefile b/net-mgmt/remarp/Makefile
deleted file mode 100644
index 255e2092b584..000000000000
--- a/net-mgmt/remarp/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: remarp
-# Date created: Tue Apr 1 14:02:35 GMT 2003
-# Whom: mich@freebsdcluster.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= remarp
-PORTVERSION= 0.05
-CATEGORIES= net
-MASTER_SITES= http://www.raccoon.kiev.ua/projects/remarp/
-
-MAINTAINER= mich@FreeBSD.org
-COMMENT= An SNMP-based ARP watcher
-
-RUN_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
- ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP
-
-USE_REINPLACE= YES
-USE_PERL5= YES
-NO_BUILD= YES
-
-REMARP_SPOOL= /var/spool/remarp
-
-pre-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|; \
- s|use lib "\$$Bin/../lib";||' ${WRKSRC}/sbin/remarp.pl
- @${REINPLACE_CMD} -e 's|\$$Bin/../etc/remarp.conf|${PREFIX}/etc/remarp.conf|; \
- s|\$$Bin/../var/run/remarp.pid|/var/run/remarp.pid|; \
- s|\$$Bin/../var/spool|${REMARP_SPOOL}|; \
- s|use lib "\$$Bin/../lib";||' ${WRKSRC}/lib/remarp/configure.pm
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/remarp
- ${MKDIR} ${REMARP_SPOOL}
- ${INSTALL_DATA} ${WRKSRC}/etc/remarp.conf ${PREFIX}/etc/remarp.conf.sample
- ${INSTALL_DATA} ${WRKSRC}/lib/remarp/*.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/remarp
- ${INSTALL_SCRIPT} ${WRKSRC}/sbin/remarp.pl ${PREFIX}/sbin/remarp
-
-post-install:
-.if !defined(BATCH)
- @${ECHO_MSG} ""
- @${ECHO_MSG} "###############################################################################"
- @${ECHO_MSG} "# Please create a remarp config file in ${PREFIX}/etc/ #"
- @${ECHO_MSG} "# A sample configuration file is installed as remarp.conf.sample #"
- @${ECHO_MSG} "###############################################################################"
- @${ECHO_MSG}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/remarp/distinfo b/net-mgmt/remarp/distinfo
deleted file mode 100644
index 6a147284dd7d..000000000000
--- a/net-mgmt/remarp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (remarp-0.05.tar.gz) = b54723dcc163d7c9abb7ca4362017247
diff --git a/net-mgmt/remarp/pkg-descr b/net-mgmt/remarp/pkg-descr
deleted file mode 100644
index 22392011b20f..000000000000
--- a/net-mgmt/remarp/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Remote Arpwatch collects ARP tables from remote devices using SNMP and
-checks them for changes. It is very useful for detecting problems and
-malicious users in networks with routers that don't support static
-ARP tables.
-
-WWW: http://www.raccoon.kiev.ua/projects/remarp/
-AUTHOR: melnik <melnik@raccoon.kiev.ua>
-
-- Michael L. Hostbaek
- mich@FreeBSD.org
diff --git a/net-mgmt/remarp/pkg-plist b/net-mgmt/remarp/pkg-plist
deleted file mode 100644
index 7b1cdbf0912a..000000000000
--- a/net-mgmt/remarp/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-sbin/remarp
-etc/remarp.conf.sample
-lib/perl5/site_perl/%%PERL_VER%%/remarp/config.pm
-lib/perl5/site_perl/%%PERL_VER%%/remarp/configure.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/remarp