New port: net/arpd

A daemon to service arp replies

PR:		ports/37123
Submitted by:	Dominic Marks <dominic_marks@btinternet.com
This commit is contained in:
Edwin Groothuis 2002-11-24 05:35:21 +00:00
parent 6824388a92
commit 8621665cc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70954
7 changed files with 49 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += argus
SUBDIR += ari-yahoo
SUBDIR += arla
SUBDIR += arpd
SUBDIR += arping
SUBDIR += arprelease
SUBDIR += arpwatch

28
net/arpd/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Ports collection makefile for: arpd
# Date created: 16/04/2002
# Whom: Dominic Marks <dominic_marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= arpd
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
MAINTAINER= dominc_marks@btinternet.com
BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent
RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
--with-libevent=${LOCALBASE} \
--with-pcap
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= arpd.8
.include <bsd.port.mk>

1
net/arpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (arpd-0.1.tar.gz) = 046ca68db6d69d874fda4bcea6c552de

View File

@ -0,0 +1,12 @@
--- configure.orig Sun Nov 24 16:32:01 2002
+++ configure Sun Nov 24 16:32:36 2002
@@ -1273,8 +1273,7 @@
;;
*)
echo "$ac_t""$withval" 1>&6
- if test -f $withval/include/event.h -a -f
- $withval/lib/libevent.a; then
+ if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then
owd=`pwd`
if cd $withval; then withval=`pwd`; cd $owd; fi
EVENTINC="-I$withval/include"

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

@ -0,0 +1 @@
A daemon to service arp replies

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

@ -0,0 +1,5 @@
Arpd can be used to direct all Arp queries for an interface into a
single IP address or network.
WWW: http://www.citi.umich.edu/u/provos/
- Dominic <dominic_marks@btinternet.com>

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

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