# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # honeyd/Makefile # honeyd/distinfo # honeyd/pkg-comment # honeyd/pkg-descr # honeyd/pkg-plist # echo x - honeyd/Makefile sed 's/^X//' >honeyd/Makefile << 'END-of-honeyd/Makefile' X# X# Port Makefile for: honeyd X# Created By: Dominic Marks X# Created On: 16/04/2002 X# X# $FreeBSD$ X# X XPORTNAME= honeyd XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ XMAINTAINER= dominc_marks@btinternet.com XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-libdnet=${PREFIX} \ X --with-libevent \ X --with-pcap XBUILD_DEPENDS= libdnet:${PORTSDIR}/devel/libdnet \ X libevent:${PORTSDIR}/devel/libevent XWRKSRC= ${WRKDIR}/${PORTNAME} XMAN8= honeyd.8 X X.include END-of-honeyd/Makefile echo x - honeyd/distinfo sed 's/^X//' >honeyd/distinfo << 'END-of-honeyd/distinfo' XMD5 (honeyd-0.1.tar.gz) = 470df134ea1e32d5a6d9ffcc24d4a8a3 END-of-honeyd/distinfo echo x - honeyd/pkg-comment sed 's/^X//' >honeyd/pkg-comment << 'END-of-honeyd/pkg-comment' XA utility to simualte services and hosts on a virtual network host END-of-honeyd/pkg-comment echo x - honeyd/pkg-descr sed 's/^X//' >honeyd/pkg-descr << 'END-of-honeyd/pkg-descr' XHoneyd is a small daemon that creates virtual hosts on a network. The Xhosts can be configured to run arbitrary services, and their TCP Xpersonality can be adapted so that they appear to be running certain Xversions of operating systems. Honeyd enables a single host to claim Xmultiple addresses - I have tested up to 65536 - on a LAN for network Xsimulation. X XWWW: http://www.citi.umich.edu/u/provos/honeyd/ X- Dominic END-of-honeyd/pkg-descr echo x - honeyd/pkg-plist sed 's/^X//' >honeyd/pkg-plist << 'END-of-honeyd/pkg-plist' Xbin/honeyd END-of-honeyd/pkg-plist exit