summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-28 11:54:12 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-28 11:54:12 +0000
commit51193a79fa88f5eab19efb25824fd86408698657 (patch)
treeff468f7f0381c9ae5eae540f69813dc4d8ba6429 /net-analyzer/fping
parentsmall fix0rs (diff)
downloadgentoo-2-51193a79fa88f5eab19efb25824fd86408698657.tar.gz
gentoo-2-51193a79fa88f5eab19efb25824fd86408698657.tar.bz2
gentoo-2-51193a79fa88f5eab19efb25824fd86408698657.zip
moving 13 packages from net-misc to net-analyzer - import
Diffstat (limited to 'net-analyzer/fping')
-rw-r--r--net-analyzer/fping/ChangeLog22
-rw-r--r--net-analyzer/fping/files/digest-fping-2.4_beta21
-rw-r--r--net-analyzer/fping/fping-2.4_beta2.ebuild25
3 files changed, 48 insertions, 0 deletions
diff --git a/net-analyzer/fping/ChangeLog b/net-analyzer/fping/ChangeLog
new file mode 100644
index 000000000000..1dc85f75fae2
--- /dev/null
+++ b/net-analyzer/fping/ChangeLog
@@ -0,0 +1,22 @@
+# ChangeLog for net-anaylzer/fping
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.1 2002/06/28 11:54:12 bangert Exp $
+
+ 28 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
+ moved to net-analyzer
+
+*fping-2.4_beta2 (2 Jun 2002)
+
+ 2 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
+
+ Version bump; move to /usr/sbin.
+
+*fping-2.2_beta1 (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/fping/files/digest-fping-2.4_beta2 b/net-analyzer/fping/files/digest-fping-2.4_beta2
new file mode 100644
index 000000000000..3f2bc6d02f4f
--- /dev/null
+++ b/net-analyzer/fping/files/digest-fping-2.4_beta2
@@ -0,0 +1 @@
+MD5 3ad516765514249a40d3c5b6caab812a fping-2.4b2_to-ipv6.tar.gz 63333
diff --git a/net-analyzer/fping/fping-2.4_beta2.ebuild b/net-analyzer/fping/fping-2.4_beta2.ebuild
new file mode 100644
index 000000000000..dc6f19544f54
--- /dev/null
+++ b/net-analyzer/fping/fping-2.4_beta2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2.ebuild,v 1.1 2002/06/28 11:54:12 bangert Exp $
+
+S=${WORKDIR}/fping-2.4b2_to-ipv6
+DESCRIPTION="A utility to ping multiple hosts at once"
+SRC_URI="http://www.fping.com/download/fping-2.4b2_to-ipv6.tar.gz"
+HOMEPAGE="http://www.fping.com/"
+SLOT="0"
+
+src_compile() {
+
+ ./configure --prefix=/usr \
+ --host=${CHOST} || die
+
+ make || die
+}
+
+src_install () {
+
+ dosbin fping
+ doman fping.8
+ dodoc COPYING ChangeLog README
+}
+