mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add honeyd 0.2, a utility to simualte services and hosts on a
virtual network host. PR: 37124 Submitted by: Dominic Marks <dominic_marks@btinternet.com>
This commit is contained in:
parent
848e0fc857
commit
d2971451a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61801
@ -170,6 +170,7 @@
|
||||
SUBDIR += hagelslag
|
||||
SUBDIR += hesiod
|
||||
SUBDIR += hlmaster
|
||||
SUBDIR += honeyd
|
||||
SUBDIR += host
|
||||
SUBDIR += http_ping
|
||||
SUBDIR += hx
|
||||
|
29
net/honeyd/Makefile
Normal file
29
net/honeyd/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: honeyd
|
||||
# Date created: 16/04/2002
|
||||
# Whom: Dominic Marks <dominic_marks@btinternet.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= honeyd
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
|
||||
|
||||
MAINTAINER= dominc_marks@btinternet.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
|
||||
${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libdnet=${PREFIX} \
|
||||
--with-libevent=${PREFIX} \
|
||||
--with-pcap
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAN8= honeyd.8
|
||||
|
||||
# This is necessary to keep auto* from running.
|
||||
pre-configure:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/honeyd/distinfo
Normal file
1
net/honeyd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (honeyd-0.2.tar.gz) = 4ce368e4e73254642297c8525fa5f1ae
|
17
net/honeyd/files/patch-configure
Normal file
17
net/honeyd/files/patch-configure
Normal file
@ -0,0 +1,17 @@
|
||||
--- configure Wed Apr 17 17:43:14 2002
|
||||
+++ /home/dom/configure Sat May 4 15:05:43 2002
|
||||
@@ -2432,11 +2432,11 @@
|
||||
*)
|
||||
echo "$as_me:2433: result: $withval" >&5
|
||||
echo "${ECHO_T}$withval" >&6
|
||||
- if test -f $withval/event.h -a -f $withval/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"
|
||||
- EVENTLIB="-L$withval -levent"
|
||||
+ EVENTINC="-I$withval/include"
|
||||
+ EVENTLIB="-L$withval/lib -levent"
|
||||
else
|
||||
{ { echo "$as_me:2441: error: event.h or libevent.a not found in $withval" >&5
|
||||
echo "$as_me: error: event.h or libevent.a not found in $withval" >&2;}
|
1
net/honeyd/pkg-comment
Normal file
1
net/honeyd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A utility to simualte services and hosts on a virtual network host
|
9
net/honeyd/pkg-descr
Normal file
9
net/honeyd/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Honeyd is a small daemon that creates virtual hosts on a network. The
|
||||
hosts can be configured to run arbitrary services, and their TCP
|
||||
personality can be adapted so that they appear to be running certain
|
||||
versions of operating systems. Honeyd enables a single host to claim
|
||||
multiple addresses - I have tested up to 65536 - on a LAN for network
|
||||
simulation.
|
||||
|
||||
WWW: http://www.citi.umich.edu/u/provos/honeyd/
|
||||
- Dominic <dominic_marks@btinternet.com>
|
1
net/honeyd/pkg-plist
Normal file
1
net/honeyd/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/honeyd
|
Loading…
Reference in New Issue
Block a user