summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-10-19 09:15:14 +0000
committerMichael Imhof <tantive@gentoo.org>2003-10-19 09:15:14 +0000
commit64e91277df520759954cccf93c1c7c1fc96c95d6 (patch)
tree99af1bb4a3262fe9268eb9eb9c0da1208dc7f886 /net-analyzer
parentInitial release. Closes #20338. (diff)
downloadhistorical-64e91277df520759954cccf93c1c7c1fc96c95d6.tar.gz
historical-64e91277df520759954cccf93c1c7c1fc96c95d6.tar.bz2
historical-64e91277df520759954cccf93c1c7c1fc96c95d6.zip
Initial release. Closes #20338.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/netio/Manifest4
-rw-r--r--net-analyzer/netio/files/digest-netio-1.231
-rw-r--r--net-analyzer/netio/netio-1.23.ebuild32
3 files changed, 35 insertions, 2 deletions
diff --git a/net-analyzer/netio/Manifest b/net-analyzer/netio/Manifest
index 405c3a072f2f..d50e49f0af73 100644
--- a/net-analyzer/netio/Manifest
+++ b/net-analyzer/netio/Manifest
@@ -1,3 +1,3 @@
-MD5 2f25e753e126ec120197c56d809def49 netio-1.23.ebuild 956
-MD5 8e3cb78ea4c2d038ad619e695fc02ce7 ChangeLog 3136
+MD5 eb55dbd3ef73a4714c34576b38dbf3d5 netio-1.23.ebuild 1057
+MD5 7195b93ac0d0a148a0c0e72ea69a7a50 ChangeLog 3245
MD5 e2011a67f325086737a95017b12456d1 files/digest-netio-1.23 57
diff --git a/net-analyzer/netio/files/digest-netio-1.23 b/net-analyzer/netio/files/digest-netio-1.23
new file mode 100644
index 000000000000..2754b8140190
--- /dev/null
+++ b/net-analyzer/netio/files/digest-netio-1.23
@@ -0,0 +1 @@
+MD5 672c3a34656b4ec59500028a7baa67b7 netio123.zip 130800
diff --git a/net-analyzer/netio/netio-1.23.ebuild b/net-analyzer/netio/netio-1.23.ebuild
new file mode 100644
index 000000000000..177f2e7fa9df
--- /dev/null
+++ b/net-analyzer/netio/netio-1.23.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netio/netio-1.23.ebuild,v 1.1 2003/10/19 09:15:04 tantive Exp $
+
+DESCRIPTION="a network benchmark for DOS, OS/2, Windows NT and Unix that measures net througput with NetBIOS and TCP/IP protocols."
+HOMEPAGE="http://freshmeat.net/projects/netio/"
+SRC_URI="http://ftp.leo.org/pub/comp/os/os2/leo/systools/netio123.zip"
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc"
+S=${WORKDIR}/
+
+src_compile() {
+ emake linux || die
+}
+
+src_install() {
+ into /usr
+ dobin netio
+
+ # to be sure to comply with the license statement in netio.doc,
+ # just install everything included in the package to doc
+ dodoc netio.doc FILE_ID.DIZ getopt.h netb_1_c.h netbios.h netio.c\
+ getopt.o netb_2_c.h netbios.o netio.doc getopt.c Makefile netbios.c\
+ netio netio.o
+
+ # also install binaries for other platforms than linux
+ dodoc bin/os2-i386.exe bin/win32-i386.exe
+}