summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-03-04 23:18:30 +0000
committerAron Griffis <agriffis@gentoo.org>2004-03-04 23:18:30 +0000
commit98be021c66dcbbc3b49a1f3dc9a98de7776c66f3 (patch)
tree280f48f623929f5ab33cda725dc63a90ade45df2 /net-analyzer/nttcp
parentchanged amd64 to ~amd64 since lua dep is still unstable (diff)
downloadhistorical-98be021c66dcbbc3b49a1f3dc9a98de7776c66f3.tar.gz
historical-98be021c66dcbbc3b49a1f3dc9a98de7776c66f3.tar.bz2
historical-98be021c66dcbbc3b49a1f3dc9a98de7776c66f3.zip
New package for nttcp (New TTCP)
Diffstat (limited to 'net-analyzer/nttcp')
-rw-r--r--net-analyzer/nttcp/ChangeLog9
-rw-r--r--net-analyzer/nttcp/Manifest3
-rw-r--r--net-analyzer/nttcp/files/digest-nttcp-1.471
-rw-r--r--net-analyzer/nttcp/nttcp-1.47.ebuild24
4 files changed, 37 insertions, 0 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog
new file mode 100644
index 000000000000..d807194764df
--- /dev/null
+++ b/net-analyzer/nttcp/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-analyzer/nttcp
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.1 2004/03/04 23:18:30 agriffis Exp $
+
+*nttcp-1.47 (04 Mar 2004)
+
+ 04 Mar 2004; <agriffis@gentoo.org> nttcp-1.47.ebuild:
+ New package for nttcp (New TTCP)
+
diff --git a/net-analyzer/nttcp/Manifest b/net-analyzer/nttcp/Manifest
new file mode 100644
index 000000000000..6781dbf96974
--- /dev/null
+++ b/net-analyzer/nttcp/Manifest
@@ -0,0 +1,3 @@
+MD5 14311664f60e6155fae0ae209ad148b8 nttcp-1.47.ebuild 629
+MD5 fc748a1c6a11e95375f933f61cec1f3b ChangeLog 339
+MD5 6c2697ebc2bd546421ac2cf4b06cff96 files/digest-nttcp-1.47 61
diff --git a/net-analyzer/nttcp/files/digest-nttcp-1.47 b/net-analyzer/nttcp/files/digest-nttcp-1.47
new file mode 100644
index 000000000000..362b46cf9203
--- /dev/null
+++ b/net-analyzer/nttcp/files/digest-nttcp-1.47
@@ -0,0 +1 @@
+MD5 05cc30409e6f2cb8cfdf40334d1dcd77 nttcp-1.47.tar.gz 25693
diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild
new file mode 100644
index 000000000000..0e4fec67aebf
--- /dev/null
+++ b/net-analyzer/nttcp/nttcp-1.47.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.1 2004/03/04 23:18:30 agriffis Exp $
+
+inherit gcc
+
+DESCRIPTION="New version of ttcp -- Tool to test TCP and UDP throughput"
+HOMEPAGE="http://www.leo.org/~elmar/nttcp/"
+SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86 ~alpha ~ia64"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ emake ARCH= CC="${CC}" OPT="${CFLAGS}" || die "build failed"
+}
+
+src_install() {
+ dobin nttcp
+ doman nttcp.1
+}