diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:54:12 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:54:12 +0000 |
commit | 6911d65876b8f028b1d864c457bb943f046919ad (patch) | |
tree | a69c360ddda7b379d1acf59b7308f284679cc3bb /net-analyzer/arping | |
parent | small fix0rs (diff) | |
download | historical-6911d65876b8f028b1d864c457bb943f046919ad.tar.gz historical-6911d65876b8f028b1d864c457bb943f046919ad.tar.bz2 historical-6911d65876b8f028b1d864c457bb943f046919ad.zip |
moving 13 packages from net-misc to net-analyzer - import
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r-- | net-analyzer/arping/ChangeLog | 22 | ||||
-rw-r--r-- | net-analyzer/arping/arping-1.04.ebuild | 25 | ||||
-rw-r--r-- | net-analyzer/arping/files/digest-arping-1.04 | 1 |
3 files changed, 48 insertions, 0 deletions
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 <bangert@gentoo.org> : + moved to net-analyzer - added SLOT=0 - updated HOMEPAGE and SRC_URI + version bump + + 18 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : added net-libs/libnet + dependency; no rev bump. Closes bug #1211 + +*arping-1.03 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> 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 <blocke@shivan.org> +# $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 |