diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 05:40:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-21 05:40:43 +0000 |
commit | 77a946fb88e278445bada7a63ffa8bb7fa1f406a (patch) | |
tree | fd2eb10ce936d242ddfbdfb0dc25953288767787 /net-analyzer | |
parent | fix copyright years (diff) | |
download | gentoo-2-77a946fb88e278445bada7a63ffa8bb7fa1f406a.tar.gz gentoo-2-77a946fb88e278445bada7a63ffa8bb7fa1f406a.tar.bz2 gentoo-2-77a946fb88e278445bada7a63ffa8bb7fa1f406a.zip |
initial ebuild #41824
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mping/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/mping/files/digest-mping-2.0_rc1 | 1 | ||||
-rw-r--r-- | net-analyzer/mping/metadata.xml | 18 | ||||
-rw-r--r-- | net-analyzer/mping/mping-2.0_rc1.ebuild | 16 |
4 files changed, 43 insertions, 0 deletions
diff --git a/net-analyzer/mping/ChangeLog b/net-analyzer/mping/ChangeLog new file mode 100644 index 000000000000..efe71464fc10 --- /dev/null +++ b/net-analyzer/mping/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/mping +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/ChangeLog,v 1.1 2004/02/21 05:40:43 vapier Exp $ + +*mping-2.0_rc1 (21 Feb 2004) + + 21 Feb 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Loke #41824. diff --git a/net-analyzer/mping/files/digest-mping-2.0_rc1 b/net-analyzer/mping/files/digest-mping-2.0_rc1 new file mode 100644 index 000000000000..b08d9fcbcaf1 --- /dev/null +++ b/net-analyzer/mping/files/digest-mping-2.0_rc1 @@ -0,0 +1 @@ +MD5 fd639a88f2a5615855379eeadc2fac9a mping-2.0_rc1.tar.gz 158622 diff --git a/net-analyzer/mping/metadata.xml b/net-analyzer/mping/metadata.xml new file mode 100644 index 000000000000..223c2ccacb8e --- /dev/null +++ b/net-analyzer/mping/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +UNINETTs delay statistics for IPv6 is now up and +running as a test project. The main goal with this +test project,is to test how well +Mping 2.0 works against the IPv6 network, and how well +it handles IPv4 and IPv6 adresses simultaniously. For +now we have to +resort to "IPv6 over IPv4 tunneling", but this is not +a permanent solution. +</longdescription> +</pkgmetadata> diff --git a/net-analyzer/mping/mping-2.0_rc1.ebuild b/net-analyzer/mping/mping-2.0_rc1.ebuild new file mode 100644 index 000000000000..e487c5da5675 --- /dev/null +++ b/net-analyzer/mping/mping-2.0_rc1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/mping-2.0_rc1.ebuild,v 1.1 2004/02/21 05:40:43 vapier Exp $ + +DESCRIPTION="IPv4/6 round-robin multiping client" +HOMEPAGE="http://mping.uninett.no" +SRC_URI="http://mping.uninett.no/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +src_install() { + make install DESTDIR=${D} || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |