diff options
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r-- | net-analyzer/arping/ChangeLog | 15 | ||||
-rw-r--r-- | net-analyzer/arping/arping-1.06-r1.ebuild | 34 | ||||
-rw-r--r-- | net-analyzer/arping/arping-2.01.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/arping/files/1.06-libnet-1.0.patch | 13 | ||||
-rw-r--r-- | net-analyzer/arping/files/digest-arping-1.06-r1 | 1 | ||||
-rw-r--r-- | net-analyzer/arping/files/digest-arping-2.01 | 1 |
6 files changed, 93 insertions, 1 deletions
diff --git a/net-analyzer/arping/ChangeLog b/net-analyzer/arping/ChangeLog index 8d43bcb9a845..dc76cb7772ff 100644 --- a/net-analyzer/arping/ChangeLog +++ b/net-analyzer/arping/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for net-analyzer/arping # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.9 2003/03/07 22:41:16 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.10 2003/08/21 04:36:29 vapier Exp $ + +*arping-2.01 (21 Aug 2003) + + 21 Aug 2003; Mike Frysinger <vapier@gentoo.org> : + libnet-1.1.x version of arping. SLOT to 2 and make binary 'arping2' #27023. + This way we dont kill iputils arping. + +*arping-1.06-r1 (21 Aug 2003) + + 21 Aug 2003; Mike Frysinger <vapier@gentoo.org> : + Patch to compile against SLOT-ed libnet-1.0.x #17772. + Also set SLOT to 1 and make binary 'arping1' #27023. + This way we dont kill iputils arping. *arping-1.06 (07 Mar 2003) diff --git a/net-analyzer/arping/arping-1.06-r1.ebuild b/net-analyzer/arping/arping-1.06-r1.ebuild new file mode 100644 index 000000000000..d1b51e920f56 --- /dev/null +++ b/net-analyzer/arping/arping-1.06-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.06-r1.ebuild,v 1.1 2003/08/21 04:36:29 vapier Exp $ + +inherit eutils + +DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" +HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=ARPing" +SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="1" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="net-libs/libpcap + >=net-libs/libnet-1.0.2a-r3 + <net-libs/libnet-1.1" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-libnet-1.0.patch + sed -i "s/CFLAGS=-g/CFLAGS=-g ${CFLAGS}/" Makefile +} + +src_compile() { + make linux || die +} + +src_install() { + newsbin arping arping1 + newman arping.8 arping1.8 + dodoc LICENSE README +} diff --git a/net-analyzer/arping/arping-2.01.ebuild b/net-analyzer/arping/arping-2.01.ebuild new file mode 100644 index 000000000000..1e9325f45cc0 --- /dev/null +++ b/net-analyzer/arping/arping-2.01.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.01.ebuild,v 1.1 2003/08/21 04:36:29 vapier Exp $ + +DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" +HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=ARPing" +SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="net-libs/libpcap + >=net-libs/libnet-1.1.0-r3" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e "s/CFLAGS=-g/CFLAGS=-g ${CFLAGS}/" Makefile +} + +src_compile() { + make arping2 || die +} + +src_install() { + newsbin arping arping2 + newman arping.8 arping2.8 + dodoc LICENSE README +} diff --git a/net-analyzer/arping/files/1.06-libnet-1.0.patch b/net-analyzer/arping/files/1.06-libnet-1.0.patch new file mode 100644 index 000000000000..7f8e70dd71ab --- /dev/null +++ b/net-analyzer/arping/files/1.06-libnet-1.0.patch @@ -0,0 +1,13 @@ +--- Makefile.orig 2003-08-19 01:24:27.934875432 -0400 ++++ Makefile 2003-08-19 01:24:27.943874064 -0400 +@@ -62 +62 @@ +- gcc -Wall $(CFLAGS) -c `libnet-config --defines` `libnet-config --cflags` arping.c ++ gcc -Wall $(CFLAGS) -c `libnet-1.0-config --defines` `libnet-1.0-config --cflags` arping.c +@@ -66 +66 @@ +- gcc $(CFLAGS) -g -o $@ $(O_arping) `libnet-config --libs` -lpcap ++ gcc $(CFLAGS) -g -o $@ $(O_arping) `libnet-1.0-config --libs` -lpcap +--- arping.c.orig 2003-08-19 01:24:27.938874824 -0400 ++++ arping.c 2003-08-19 01:24:27.955872240 -0400 +@@ -63 +63 @@ +-#include <libnet.h> ++#include <libnet-1.0.h> diff --git a/net-analyzer/arping/files/digest-arping-1.06-r1 b/net-analyzer/arping/files/digest-arping-1.06-r1 new file mode 100644 index 000000000000..929ab542d4da --- /dev/null +++ b/net-analyzer/arping/files/digest-arping-1.06-r1 @@ -0,0 +1 @@ +MD5 e6291334ba4c4c63e2001c0bccf9274d arping-1.06.tar.gz 28771 diff --git a/net-analyzer/arping/files/digest-arping-2.01 b/net-analyzer/arping/files/digest-arping-2.01 new file mode 100644 index 000000000000..986517e529a6 --- /dev/null +++ b/net-analyzer/arping/files/digest-arping-2.01 @@ -0,0 +1 @@ +MD5 a47662b7dd9ba5a8a4cb73ff1cf0e533 arping-2.01.tar.gz 31366 |