diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-09-14 16:26:52 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-09-14 16:26:52 +0000 |
commit | cdc346b7a73be70e8edac822164e368583817a70 (patch) | |
tree | 14d2d7544d3bada12b539ae086351524a713a3c2 /net-misc/arpd | |
parent | version bump thanks to hillster (diff) | |
download | gentoo-2-cdc346b7a73be70e8edac822164e368583817a70.tar.gz gentoo-2-cdc346b7a73be70e8edac822164e368583817a70.tar.bz2 gentoo-2-cdc346b7a73be70e8edac822164e368583817a70.zip |
version bump thanks to hillster
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/arpd/Manifest | 4 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 39 | ||||
-rw-r--r-- | net-misc/arpd/files/digest-arpd-0.2 | 1 |
4 files changed, 48 insertions, 3 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog index 2c3ad6ca483a..b9a6c1b81dc1 100644 --- a/net-misc/arpd/ChangeLog +++ b/net-misc/arpd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/arpd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.3 2003/02/12 08:19:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.4 2003/09/14 16:24:20 iggy Exp $ + +*arpd-0.2 (14 Sep 2003) + + 14 Sep 2003; <iggy@gentoo.org> arpd-0.2.ebuild: + version bump thanks to hillster 07 Jan 2003; J Robert Ray <jrray@gentoo.org> : Unmasked for x86. diff --git a/net-misc/arpd/Manifest b/net-misc/arpd/Manifest index ca3d9cf0da05..0e47df90caf8 100644 --- a/net-misc/arpd/Manifest +++ b/net-misc/arpd/Manifest @@ -1,5 +1,5 @@ -MD5 018d88419bdad9f4faad53c8f73c1e25 arpd-0.2.ebuild 1082 +MD5 6085cf951533bcc162c247f0852d030f arpd-0.2.ebuild 1080 MD5 8b8b8d227d5f49428a189fb40809017e arpd-0.1.ebuild 1056 -MD5 e97f1ad78c95062f9e42ba65f8ed4707 ChangeLog 536 +MD5 3cb54df09722f5bc527d59d870e39c25 ChangeLog 534 MD5 a5583ed6bcfd2f4d88407cee2f1163ea files/digest-arpd-0.1 59 MD5 24084c279daf0f876446c530a64ff287 files/digest-arpd-0.2 59 diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild new file mode 100644 index 000000000000..4526aa93a192 --- /dev/null +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.1 2003/09/14 16:24:20 iggy Exp $ + +DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" +HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" +SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~hppa ~amd64" + +IUSE="" +DEPEND=">=libdnet-1.4 + >=libevent-0.6 + >=libpcap-0.7.1" + +S="${WORKDIR}/${PN}" + +src_unpack() { + unpack ${A} + cd ${S} + + mv configure configure.orig || die + sed -e 's|$withval/lib/libevent.a; then||' \ + -e 's|if test -f $withval/include/event.h -a -f|if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then|' \ + configure.orig > configure || die + chmod +x configure +} + +src_compile() { + econf --with-libdnet=/usr --with-libevent=/usr || die "configure failed" + emake || die +} + +src_install() { + dosbin arpd + doman arpd.8 +} diff --git a/net-misc/arpd/files/digest-arpd-0.2 b/net-misc/arpd/files/digest-arpd-0.2 new file mode 100644 index 000000000000..1a16b49b60ae --- /dev/null +++ b/net-misc/arpd/files/digest-arpd-0.2 @@ -0,0 +1 @@ +MD5 e2911fa9de1b92ef50deda1489ae944d arpd-0.2.tar.gz 49437 |