From 51193a79fa88f5eab19efb25824fd86408698657 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Fri, 28 Jun 2002 11:54:12 +0000 Subject: moving 13 packages from net-misc to net-analyzer - import --- net-analyzer/arping/ChangeLog | 22 ++++++++++++++++++++++ net-analyzer/arping/arping-1.04.ebuild | 25 +++++++++++++++++++++++++ net-analyzer/arping/files/digest-arping-1.04 | 1 + 3 files changed, 48 insertions(+) create mode 100644 net-analyzer/arping/ChangeLog create mode 100644 net-analyzer/arping/arping-1.04.ebuild create mode 100644 net-analyzer/arping/files/digest-arping-1.04 (limited to 'net-analyzer/arping') diff --git a/net-analyzer/arping/ChangeLog b/net-analyzer/arping/ChangeLog new file mode 100644 index 000000000000..e14e3a0d052e --- /dev/null +++ b/net-analyzer/arping/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for net-analyzer/arping +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.1 2002/06/28 11:54:12 bangert Exp $ + +*arping-1.04 (28 Jun 2002) + + 28 Jun 2002; Thilo Bangert : + moved to net-analyzer - added SLOT=0 - updated HOMEPAGE and SRC_URI + version bump + + 18 Mar 2002; Daniel Robbins : added net-libs/libnet + dependency; no rev bump. Closes bug #1211 + +*arping-1.03 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-analyzer/arping/arping-1.04.ebuild b/net-analyzer/arping/arping-1.04.ebuild new file mode 100644 index 000000000000..792e8fcafec7 --- /dev/null +++ b/net-analyzer/arping/arping-1.04.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce A. Locke +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.04.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" +SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" +HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=ARPing" +SLOT="0" +LICENSE="GPL-2" + +DEPEND="net-libs/libpcap net-libs/libnet" + +src_compile() { + mv Makefile Makefile.orig + sed "s/CFLAGS=-g/CFLAGS=${CFLAGS} -g/" Makefile.orig > Makefile || die + make linux || die +} + +src_install () { + dosbin arping + doman arping.8 + dodoc LICENSE README +} diff --git a/net-analyzer/arping/files/digest-arping-1.04 b/net-analyzer/arping/files/digest-arping-1.04 new file mode 100644 index 000000000000..b3c6d8df1aaf --- /dev/null +++ b/net-analyzer/arping/files/digest-arping-1.04 @@ -0,0 +1 @@ +MD5 9f331d7280e42c179703ea7d3e921751 arping-1.04.tar.gz 18964 -- cgit v1.2.3-65-gdbad