summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/nttcp/Makefile32
-rw-r--r--benchmarks/nttcp/distinfo1
-rw-r--r--benchmarks/nttcp/files/Makefile184
-rw-r--r--benchmarks/nttcp/files/patch-aa31
-rw-r--r--benchmarks/nttcp/pkg-comment1
-rw-r--r--benchmarks/nttcp/pkg-descr7
-rw-r--r--benchmarks/nttcp/pkg-plist1
-rw-r--r--benchmarks/polygraph31/Makefile43
-rw-r--r--benchmarks/polygraph31/distinfo1
-rw-r--r--benchmarks/polygraph31/pkg-comment1
-rw-r--r--benchmarks/polygraph31/pkg-descr13
-rw-r--r--benchmarks/polygraph31/pkg-plist12
-rw-r--r--benchmarks/unixbench/Makefile37
-rw-r--r--benchmarks/unixbench/distinfo1
-rw-r--r--benchmarks/unixbench/files/patch-aa37
-rw-r--r--benchmarks/unixbench/files/patch-ab129
-rw-r--r--benchmarks/unixbench/files/patch-ac15
-rw-r--r--benchmarks/unixbench/files/patch-ad17
-rw-r--r--benchmarks/unixbench/files/patch-ae10
-rw-r--r--benchmarks/unixbench/pkg-comment1
-rw-r--r--benchmarks/unixbench/pkg-descr48
-rw-r--r--benchmarks/unixbench/pkg-plist44
22 files changed, 0 insertions, 666 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
deleted file mode 100644
index ddee0ec7fae5..000000000000
--- a/benchmarks/nttcp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: nttcp
-# Version required: 1.3
-# Date created: 11 Nov 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $Id: $
-#
-
-DISTNAME= nttcp-1.4
-CATEGORIES= net benchmarks
-MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \
- http://www.FreeBSD.org/~billf/
-
-MAINTAINER= billf@FreeBSD.org
-
-ALL_TARGET= nttcp
-MAN1= nttcp.1
-USE_GMAKE= yes
-MAKE_ENV+= CFLG="${CFLAGS}"
-
-post-patch:
-
- @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
- @${SED} -e 's#-O2#${CFLAGS}#' \
- ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
-
-do-install:
-
- ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
-
-.include <bsd.port.mk>
diff --git a/benchmarks/nttcp/distinfo b/benchmarks/nttcp/distinfo
deleted file mode 100644
index e311ea60bc7c..000000000000
--- a/benchmarks/nttcp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nttcp-1.4.tar.gz) = b97cadd2560c7e06faf890ebe7ceefc2
diff --git a/benchmarks/nttcp/files/Makefile b/benchmarks/nttcp/files/Makefile
deleted file mode 100644
index 4b727c8ac528..000000000000
--- a/benchmarks/nttcp/files/Makefile
+++ /dev/null
@@ -1,184 +0,0 @@
-# This code was written and is copyrighted 1996,1998 by
-#
-# Elmar Bartel
-# Institut fuer Informatik
-# Technische Universitaet Muenchen
-# bartel@informatik.tu-muenchen.de
-#
-# Permission to use, copy, modify and distribute this software
-# and its documentation for any purpose, except making money, is
-# herby granted, provided that the above copyright notice and
-# this permission appears in all places, where this code is
-# referenced or used literally.
-
-# uncomment the settings for your system and type make.
-# if there is no setting available, simply try to use
-# the most closest settings.
-# Finally let me know what you used, to get it running.
-
-
-## For System V4.1 (AT&T) either cc or gcc
-## And for SINIX V4.1 (either mips or intel).
-#ARCH=
-#LIB= -lsocket -lnsl
-#CC= cc
-#OPT= -O
-#DBG= -g
-#INC=
-
-## For DEC (Mips)ULTRIX 4.1
-#ARCH= -Dultrix
-#LIB=
-#CC= gcc
-#OPT= -O2
-#DBG=
-#INC=
-
-## For HPUX 9.* with gcc
-#ARCH= -Dhpux9
-#LIB=
-#CC= gcc
-#OPT= -O2
-#DBG= -g
-#INC=
-
-## For HPUX 9.* with cc
-#ARCH= -Ae -Dhpux9
-#LIB=
-#CC= cc
-#OPT= -O
-#DBG= -g
-#INC=
-
-
-## For HPUX 10.* with gcc
-#ARCH= -Dhpux
-#LIB=
-#CC= gcc
-#OPT= -O2
-#DBG= -g
-#INC=
-
-## For HPUX 10.* with cc
-#ARCH= -Ae -Dhpux
-#LIB=
-#CC= cc
-#OPT= -O
-#DBG= -g
-#INC=
-
-## For SunOS 4.1 with clcc
-#ARCH=-DSunOS4
-#LIB=
-#OPT= -O2
-#CC= clcc
-#DBG=
-#INC=
-
-## For SunOS 4.1 with gcc
-#ARCH=-DSunOS4
-#LIB=
-#OPT= -O2
-#CC= gcc
-#DBG=
-#INC=
-
-## For SunOS 5.3 with gcc
-#ARCH=-DSunOS53
-#LIB= -lsocket -lnsl -lucb
-#OPT= -O2
-#CC= gcc
-#DBG=
-#INC=
-
-## For SunOS 5.[456] with cc from SunSoft
-#ARCH=-DSunOS54
-#LIB= -lsocket -lnsl
-#OPT= -O
-#CC= /usr/ccs/bin/cc
-#CC= /opt/SUNWspro/bin/cc
-#DBG= -g
-#INC=
-
-## For SunOS 5.[456] with gcc
-#ARCH=-DSunOS54
-#LIB= -lsocket -lnsl
-#OPT= -O2
-#CC= gcc
-#DBG= -Wall -g
-#INC=
-
-## For FreeBSD
-ARCH= -DFreeBSD
-LIB=
-OPT= -O2
-CC= cc
-DBG=
-INC=
-
-## For SGI IRIX 5.3, 6.2 (cc or gcc)
-#ARCH=
-#LIB=
-#OPT= -O
-#CC= cc
-#DBG=
-#INC=
-
-## For IBM AIX 2.3
-#ARCH= -Daix
-#LIB=
-#OPT= -O
-#CC= cc
-#DBG=
-#INC=
-
-## For OSF/1 10.41
-#ARCH=
-#LIB=
-#OPT= -O -Olimit 700
-#CC= cc
-#DBG=
-#INC=
-
-## For Linux with gcc
-#ARCH=
-#LIB=
-#OPT= -O2
-#CC= gcc
-#DBG=
-#INC=
-
-VERSION= 1.4
-prefix= /usr/local/dist/DIR/nttcp-$(VERSION)
-#prefix= /usr/local
-#CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
-CFLAGS = $(ARCH) $(CFLG) -DVERSION=\"$(VERSION)\"
-LFLAGS = $(DBG)
-
-nttcp: nttcp.o support.o
- $(CC) $(LFLAGS) nttcp.o -o nttcp support.o $(LIB)
-
-support.o: support.c support.h
-
-dist:
- if [ -d nttcp-$(VERSION) ]; then \
- rm -f nttcp-$(VERSION)/*; \
- else \
- mkdir nttcp-$(VERSION); \
- fi
- ln nttcp.c nttcp.1 support.c support.h \
- README Makefile nttcp-$(VERSION)
- tar cvf - nttcp-$(VERSION) | gzip > /tmp/nttcp-$(VERSION).tar.gz; \
- zip -lgr /tmp/nttcp`echo $(VERSION)|tr -d .`.zip nttcp-$(VERSION)
-
-install: nttcp
- -mkdir -p $(prefix)/bin
- -mkdir -p $(prefix)/man/man1
- cp nttcp $(prefix)/bin
- cp nttcp.1 $(prefix)/man/man1
-
-clean:
- rm -f *.o
-
-clobber: clean
- rm -rf core nttcp nttcp-$(VERSION)
diff --git a/benchmarks/nttcp/files/patch-aa b/benchmarks/nttcp/files/patch-aa
deleted file mode 100644
index 0f908806e9b6..000000000000
--- a/benchmarks/nttcp/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.old Wed Oct 7 15:12:25 1998
-+++ Makefile Mon Dec 7 23:03:15 1998
-@@ -109,12 +109,12 @@
- #INC=
-
- ## For FreeBSD
--#ARCH= -DFreeBSD
--#LIB=
--#OPT= -O2
--#CC= cc
--#DBG=
--#INC=
-+ARCH= -DFreeBSD
-+LIB=
-+OPT= -O2
-+CC= cc
-+DBG=
-+INC=
-
- ## For SGI IRIX 5.3, 6.2 (cc or gcc)
- #ARCH=
-@@ -151,7 +151,8 @@
- VERSION= 1.4
- prefix= /usr/local/dist/DIR/nttcp-$(VERSION)
- #prefix= /usr/local
--CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
-+#CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
-+CFLAGS = $(ARCH) $(CFLG) -DVERSION=\"$(VERSION)\"
- LFLAGS = $(DBG)
-
- nttcp: nttcp.o support.o
diff --git a/benchmarks/nttcp/pkg-comment b/benchmarks/nttcp/pkg-comment
deleted file mode 100644
index f96ddb70cc1b..000000000000
--- a/benchmarks/nttcp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-a client/server program for testing network performance
diff --git a/benchmarks/nttcp/pkg-descr b/benchmarks/nttcp/pkg-descr
deleted file mode 100644
index 8f018711ffa3..000000000000
--- a/benchmarks/nttcp/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This program is a much more convient version of the ttcp program.
-It uses inetd (or simulates its behaviour) to start off the remote
-side program which will send/receive data. Both sides measure the time
-and number of bytes transfered. The local side will print the measures.
-The format of the output can be specified on the commandline.
-
-Bill Fumerola <billf@chc-chimes.com>
diff --git a/benchmarks/nttcp/pkg-plist b/benchmarks/nttcp/pkg-plist
deleted file mode 100644
index e64420d1b349..000000000000
--- a/benchmarks/nttcp/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/nttcp
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
deleted file mode 100644
index 64a8d65e24d4..000000000000
--- a/benchmarks/polygraph31/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: polygraph
-# Version required: 1.2.0
-# Date created: 3 March 1999
-# Whom: Dima Sivachenko <dima@chg.ru>
-#
-# $Id: Makefile,v 1.2 1999/04/26 18:21:23 mharo Exp $
-#
-
-DISTNAME= polygraph-1.2.0-src
-PKGNAME= polygraph-1.2.0
-CATEGORIES= benchmarks www
-MASTER_SITES= http://polygraph.ircache.net/sources/ \
- http://www.chg.ru/~dima/
-
-MAINTAINER= dima@Chg.RU
-
-WRKSRC= ${WRKDIR}/polygraph/src
-
-post-patch:
- @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed
- @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \
- ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl
- @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1
- @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \
- ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed
- @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \
- ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl
-
-do-install:
-
- @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
- @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin
- @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep
- @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin
- @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph
-.for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm
- @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \
- ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph
-.endfor
-
-.include <bsd.port.mk>
diff --git a/benchmarks/polygraph31/distinfo b/benchmarks/polygraph31/distinfo
deleted file mode 100644
index a70696cdf86a..000000000000
--- a/benchmarks/polygraph31/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (polygraph-1.2.0-src.tar.gz) = 093634d5ba9d73d8db9047ea35e7f02c
diff --git a/benchmarks/polygraph31/pkg-comment b/benchmarks/polygraph31/pkg-comment
deleted file mode 100644
index a3bff74e4877..000000000000
--- a/benchmarks/polygraph31/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A benchmarking tool for Web proxies.
diff --git a/benchmarks/polygraph31/pkg-descr b/benchmarks/polygraph31/pkg-descr
deleted file mode 100644
index fa4578f0cf1e..000000000000
--- a/benchmarks/polygraph31/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Web Polygraph is a benchmarking tool for Web proxies. Polygraph
-distribution includes a high-performance client and server simulators.
-The simulators create a stream of HTTP requests that can be routed through
-a Web proxy. Studying proxy performance under various [stress] conditions is
-essential for performance tuning, evaluation of new algorithms, analysis of
-hardware configurations, and comparing available proxy products.
-
-Documentation can be found at http://polygraph.ircache.net/doc/
-
-WWW: http://polygraph.ircache.net/
-
---Dima
-dima@chg.ru
diff --git a/benchmarks/polygraph31/pkg-plist b/benchmarks/polygraph31/pkg-plist
deleted file mode 100644
index b9ef2ab8de26..000000000000
--- a/benchmarks/polygraph31/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/polyclt
-bin/polysrv
-bin/lr
-bin/lx
-bin/exprep
-bin/bb.pl
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Blob.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Executer.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Tools.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Command.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Logger.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile
deleted file mode 100644
index 4bf6511dd101..000000000000
--- a/benchmarks/unixbench/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: bytebench
-# Version required:
-# Date created: 28 December 1995
-# Whom: se
-#
-# $Id: Makefile,v 1.6 1996/11/20 01:59:19 obrien Exp $
-#
-
-DISTNAME= bytebench-3.1
-CATEGORIES= benchmarks
-MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= se@FreeBSD.org
-
-do-install:
- -${MKDIR} $(PREFIX)/lib/bytebench
- for f in Makefile README Run doc pgms results testdir; \
- do ${CP} -R $(WRKSRC)/$$f $(PREFIX)/lib/bytebench; done
- echo "#!/bin/sh" > $(PREFIX)/bin/bytebench
- echo "TMPDIR=\$${TMPDIR-/var/tmp}" >> $(PREFIX)/bin/bytebench
- echo "RESULTDIR=/tmp" >> $(PREFIX)/bin/bytebench
- echo "export TMPDIR RESULTDIR" >> $(PREFIX)/bin/bytebench
- echo "cd $(PREFIX)/lib/bytebench" >> $(PREFIX)/bin/bytebench
- echo "exec ./Run \"\$$@\"" >> $(PREFIX)/bin/bytebench
- chmod 755 $(PREFIX)/bin/bytebench
- chmod 644 $(PREFIX)/lib/bytebench/Makefile
- chmod 644 $(PREFIX)/lib/bytebench/README
- chmod 755 $(PREFIX)/lib/bytebench/Run
- chmod 755 $(PREFIX)/lib/bytebench/doc
- chmod 755 $(PREFIX)/lib/bytebench/pgms
- chmod 755 $(PREFIX)/lib/bytebench/pgms/*
- chmod 755 $(PREFIX)/lib/bytebench/results
- chmod 755 $(PREFIX)/lib/bytebench/testdir
- @rm -f ${PREFIX}/lib/bytebench/pgms/*.orig
-
-.include <bsd.port.mk>
diff --git a/benchmarks/unixbench/distinfo b/benchmarks/unixbench/distinfo
deleted file mode 100644
index 23a74ac768ae..000000000000
--- a/benchmarks/unixbench/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bytebench-3.1.tar.Z) = 93c718fee38d27c050edcb3a50530b2e
diff --git a/benchmarks/unixbench/files/patch-aa b/benchmarks/unixbench/files/patch-aa
deleted file mode 100644
index 8f09da7d9834..000000000000
--- a/benchmarks/unixbench/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-*** Makefile.orig Wed Feb 5 11:08:43 1992
---- Makefile Mon Jan 1 23:20:07 1996
-***************
-*** 25,33 ****
- ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15";
- SHELL = /bin/sh
-! #HZ = ???? #(read from environment)
- CFLAGS = -DTIME
-! OPTON = -O #optimization on (give it your best shot)
-! # -- check your compiler man
-! OPTOFF = -Od #optimization off -- check your compiler man
- # local directories
- PROGDIR = ./pgms
---- 25,34 ----
- ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15";
- SHELL = /bin/sh
-! HZ = 128
- CFLAGS = -DTIME
-! OPTON = -s -static -O -finline-functions -funroll-loops -fomit-frame-pointer
-! #optimization on (give it your best shot)
-! # -- check your compiler man
-! OPTOFF = -O0 -static #optimization off -- check your compiler man
- # local directories
- PROGDIR = ./pgms
-***************
-*** 36,40 ****
- TESTDIR = ./testdir
-! RESULTDIR = ./results
-! TMPDIR = ./tmp
- # other directories
- INCLDIR = /usr/include
---- 37,41 ----
- TESTDIR = ./testdir
-! # RESULTDIR = ./results
-! # TMPDIR = /var/tmp
- # other directories
- INCLDIR = /usr/include
diff --git a/benchmarks/unixbench/files/patch-ab b/benchmarks/unixbench/files/patch-ab
deleted file mode 100644
index 062decfb4f86..000000000000
--- a/benchmarks/unixbench/files/patch-ab
+++ /dev/null
@@ -1,129 +0,0 @@
-*** Run.orig Wed Feb 5 11:08:46 1992
---- Run Fri Dec 18 22:48:52 1998
-***************
-*** 41,45 ****
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /bin/time
- # to generate result indexes, you will also need ...
- # join
---- 41,45 ----
- # awk cat cc chmod comm cp date dc df echo ed expr
- # kill ls make mkdir rm sed test time touch tty umask who
-! # AND /usr/bin/time
- # to generate result indexes, you will also need ...
- # join
-***************
-*** 51,55 ****
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
---- 51,55 ----
- then
- # determine flavor of UNIX from number of lines generated by /bin/tim
-! Fcount=`/usr/bin/time date 2>&1 | wc -l | sed 's/ //g'`
- case "$Fcount"
- in
-***************
-*** 68,75 ****
- export FLAVOR
- # check that the required files are in the proper places
-! if make check
-! then :
-! else make all
-! fi
- #
- #
---- 68,75 ----
- export FLAVOR
- # check that the required files are in the proper places
-! #if make check
-! # then :
-! # else make all
-! #fi
- #
- #
-***************
-*** 93,97 ****
- cd $PWD
-
-! TMPDIR=${HOMEDIR}/tmp
- cd $TMPDIR
- TMPDIR=`pwd`
---- 93,97 ----
- cd $PWD
-
-! TMPDIR=${TMPDIR-${HOMEDIR}/tmp}
- cd $TMPDIR
- TMPDIR=`pwd`
-***************
-*** 304,312 ****
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TESTDIR}/a.out
- ;;
-
---- 304,312 ----
- C)
- logmsg="C Compiler Test"
-! prog="looper ${looper-60} cc cctest.c -o ${TMPDIR}/a.out"
- stdout=/dev/null
- repeat="$shortloop"
- cleanopt="-m $TMPTIMES"
-! rm -f ${TESTDIR}/cctest.o ${TMPDIR}/a.out
- ;;
-
-***************
-*** 324,329 ****
- dc)
- logmsg="Dc: sqrt(2) to 99 decimal places"
-! prog="looper ${looper-60} dc"
-! stdin=dc.dat
- stdout=/dev/null
- cleanopt="-m $TMPTIMES"
---- 324,329 ----
- dc)
- logmsg="Dc: sqrt(2) to 99 decimal places"
-! prog="looper ${looper-60} \"dc < ${TESTDIR}/dc.dat\""
-! stdin=
- stdout=/dev/null
- cleanopt="-m $TMPTIMES"
-***************
-*** 418,426 ****
- if test "$stdin" = ""
- then # without redirected stdin
-! /bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
-- /bin/time $benchcmd
- ###############################################
- cd $pwd # move back home
---- 418,425 ----
- if test "$stdin" = ""
- then # without redirected stdin
-! /usr/bin/time $prog $opt $bgstr 2>>$TMPTIMES >>$stdout
- else # with redirected stdin
-! /usr/bin/time $prog $opt $bgstr <$stdin 2>>$TMPTIMES >>$stdout
- fi
- ###############################################
- cd $pwd # move back home
-***************
-*** 451,455 ****
- in
- C)
-! rm -f ${TESTDIR}/cctest.o ${TESTDIR}/a.out
- ;;
-
---- 451,455 ----
- in
- C)
-! rm -f ${TESTDIR}/cctest.o ${TMPDIR}/a.out
- ;;
-
diff --git a/benchmarks/unixbench/files/patch-ac b/benchmarks/unixbench/files/patch-ac
deleted file mode 100644
index 7cab0456099b..000000000000
--- a/benchmarks/unixbench/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-*** pgms/tst.sh.orig Wed Feb 5 11:08:39 1992
---- pgms/tst.sh Fri Dec 18 23:10:07 1998
-***************
-*** 15,19 ****
- ###############################################################################
- ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
-! sort >sort.$$ <sort.src
- od sort.$$ | sort -n +1 > od.$$
- grep the sort.$$ | tee grep.$$ | wc > wc.$$
---- 15,19 ----
- ###############################################################################
- ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
-! sort >sort.$$ < ${TESTDIR}/sort.src
- od sort.$$ | sort -n +1 > od.$$
- grep the sort.$$ | tee grep.$$ | wc > wc.$$
diff --git a/benchmarks/unixbench/files/patch-ad b/benchmarks/unixbench/files/patch-ad
deleted file mode 100644
index 12de4faa1333..000000000000
--- a/benchmarks/unixbench/files/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-*** pgms/cleanup.sh.orig Wed Feb 5 11:08:37 1992
---- pgms/cleanup.sh Wed Jan 3 19:27:21 1996
-***************
-*** 87,92 ****
-
- -r) : reason for failure
-! echo $1
-! echo $1 >>$LOGFILE
- shift
- ;;
---- 87,92 ----
-
- -r) : reason for failure
-! echo -e $1
-! echo -e $1 >>$LOGFILE
- shift
- ;;
diff --git a/benchmarks/unixbench/files/patch-ae b/benchmarks/unixbench/files/patch-ae
deleted file mode 100644
index 40131bbafc83..000000000000
--- a/benchmarks/unixbench/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
-*** pgms/multi.sh.orig Thu Jan 4 15:16:20 1996
---- pgms/multi.sh Thu Jan 4 15:17:26 1996
-***************
-*** 15,18 ****
---- 15,19 ----
- ###############################################################################
- ID="@(#)multi.sh:3.4 -- 5/15/91 19:30:24";
-+ cd $TMPDIR
- for i
- do
diff --git a/benchmarks/unixbench/pkg-comment b/benchmarks/unixbench/pkg-comment
deleted file mode 100644
index 5f695dc3de4f..000000000000
--- a/benchmarks/unixbench/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The BYTE magazine benchmark suite.
diff --git a/benchmarks/unixbench/pkg-descr b/benchmarks/unixbench/pkg-descr
deleted file mode 100644
index 4ae39f7ee232..000000000000
--- a/benchmarks/unixbench/pkg-descr
+++ /dev/null
@@ -1,48 +0,0 @@
-The BYTE benchmark suite tests several aspects of system performance.
-
-An article which describes the concepts and helps understand the results
-can be found in the doc directory (/usr/local/lib/bytebench/doc if you use
-a PREFIX of /usr/local).
-
-This benchmark is quite prominent among Linux users, and there is a patched
-version available from some web suite from where results are made available,
-too.
-
-Since they offer some results of non-Linux systems for comparison, they might
-be interested in FreeBSD reports, too ;-)
-
-
-Quoting from "README.submittal" of the Linux version of this benchmark suite:
-
-% Please e-mail test results along with platform info to:
-%
-% results@silkroad.com
-%
-% Included CPU info, speed, RAM, and host adapter and bus
-% info as well as any special compilation flags.
-%
-% See TEMPLATE Below....
-%
-% results will be included in the URL:
-%
-% http://www.silkroad.com/bass/linux/bm.html
-%
-%
-% Thanks,
-%
-% Tim Bass (bass@silkroad.com)
-
-Example:
-
-CPU/Speed: Pentium 100
-Ram: 32M EDO Ram
-Motherboard: ASUS blah blah
-Bus: 4 PCI, 4 ISA
-Cache: 256K sync-burst
-Controller: PCI - Adaptec 2940W ctrler
-Disk: 1.08 Gig Fujitsu SCSI-III (Wide SCSI)
-Load: 1 user, running pppd and httpd
-Kernel: FreeBSD-2.1R
-pgms: gcc 2.6.3 compiled;
- options = -s -static -O -m486 -finline-functions \
- funroll-loops -fomit-frame-pointer
diff --git a/benchmarks/unixbench/pkg-plist b/benchmarks/unixbench/pkg-plist
deleted file mode 100644
index 32c956709dd4..000000000000
--- a/benchmarks/unixbench/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/bytebench
-lib/bytebench/Run
-lib/bytebench/pgms/looper
-lib/bytebench/pgms/cleanup.sh
-lib/bytebench/pgms/fs.awk
-lib/bytebench/pgms/index.awk
-lib/bytebench/pgms/index.base
-lib/bytebench/pgms/index.sh
-lib/bytebench/pgms/loopm.awk
-lib/bytebench/pgms/loops.awk
-lib/bytebench/pgms/multi.sh
-lib/bytebench/pgms/report.awk
-lib/bytebench/pgms/report.sh
-lib/bytebench/pgms/tst.sh
-lib/bytebench/pgms/arithoh
-lib/bytebench/pgms/register
-lib/bytebench/pgms/short
-lib/bytebench/pgms/int
-lib/bytebench/pgms/long
-lib/bytebench/pgms/float
-lib/bytebench/pgms/double
-lib/bytebench/pgms/hanoi
-lib/bytebench/pgms/fstime
-lib/bytebench/pgms/syscall
-lib/bytebench/pgms/context1
-lib/bytebench/pgms/pipe
-lib/bytebench/pgms/spawn
-lib/bytebench/pgms/execl
-lib/bytebench/pgms/dhry2
-lib/bytebench/pgms/dhry2reg
-lib/bytebench/pgms/byte.logo
-lib/bytebench/Makefile
-lib/bytebench/README
-lib/bytebench/doc/bench3.doc
-lib/bytebench/doc/bench.doc
-lib/bytebench/results/reports.shar
-lib/bytebench/testdir/dc.dat
-lib/bytebench/testdir/cctest.c
-lib/bytebench/testdir/sort.src
-@dirrm lib/bytebench/doc
-@dirrm lib/bytebench/results
-@dirrm lib/bytebench/pgms
-@dirrm lib/bytebench/testdir
-@dirrm lib/bytebench