aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile32
-rw-r--r--benchmarks/httperf/distinfo1
-rw-r--r--benchmarks/httperf/files/patch-Makefile.in10
-rw-r--r--benchmarks/httperf/files/patch-httperf.c13
-rw-r--r--benchmarks/httperf/files/patch-lib::ssl_writev.c13
-rw-r--r--benchmarks/httperf/pkg-comment1
-rw-r--r--benchmarks/httperf/pkg-descr21
-rw-r--r--benchmarks/httperf/pkg-plist6
8 files changed, 0 insertions, 97 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
deleted file mode 100644
index b52250718488..000000000000
--- a/benchmarks/httperf/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: httperf
-# Date created: 28 Jul 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= httperf
-PORTVERSION= 0.8
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
-
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
-
-MAN1= httperf.1
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
-.for file in ChangeLog NEWS README TODO
- ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/benchmarks/httperf/distinfo b/benchmarks/httperf/distinfo
deleted file mode 100644
index 319b5cee0898..000000000000
--- a/benchmarks/httperf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (httperf-0.8.tar.gz) = 2971956d4846349f9e8d3c54acd591a5
diff --git a/benchmarks/httperf/files/patch-Makefile.in b/benchmarks/httperf/files/patch-Makefile.in
deleted file mode 100644
index 59491595c46d..000000000000
--- a/benchmarks/httperf/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Thu Oct 19 16:38:59 2000
-+++ Makefile.in Wed Nov 13 06:30:08 2002
-@@ -6,6 +6,7 @@
- top_builddir = .
-
- prefix = @prefix@
-+exec_prefix = @exec_prefix@
- bindir = @bindir@
- mandir = @mandir@
-
diff --git a/benchmarks/httperf/files/patch-httperf.c b/benchmarks/httperf/files/patch-httperf.c
deleted file mode 100644
index 8e735afadb8d..000000000000
--- a/benchmarks/httperf/files/patch-httperf.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- httperf.c.orig Wed Nov 1 05:20:00 2000
-+++ httperf.c Wed Nov 13 06:19:41 2002
-@@ -68,6 +68,10 @@
- #include <conn.h>
- #include <timer.h>
-
-+#ifdef __FreeBSD__
-+#include <machine/floatingpoint.h>
-+#endif
-+
- #ifdef HAVE_SSL
- # include <openssl/rand.h>
- #endif
diff --git a/benchmarks/httperf/files/patch-lib::ssl_writev.c b/benchmarks/httperf/files/patch-lib::ssl_writev.c
deleted file mode 100644
index 81c05af1e52c..000000000000
--- a/benchmarks/httperf/files/patch-lib::ssl_writev.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/ssl_writev.c.orig Thu Oct 12 09:09:47 2000
-+++ lib/ssl_writev.c Wed Nov 13 06:22:01 2002
-@@ -31,7 +31,10 @@
-
- #ifdef HAVE_OPENSSL_SSL_H
-
-+#ifdef HAVE_ALLOCA_H
- #include <alloca.h>
-+#endif
-+
- #include <string.h>
-
- #include <sys/types.h>
diff --git a/benchmarks/httperf/pkg-comment b/benchmarks/httperf/pkg-comment
deleted file mode 100644
index 6adc47fad0e8..000000000000
--- a/benchmarks/httperf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool for measuring webserver performance
diff --git a/benchmarks/httperf/pkg-descr b/benchmarks/httperf/pkg-descr
deleted file mode 100644
index 3aee471c8cbf..000000000000
--- a/benchmarks/httperf/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Quoted from the website below:
-
- "This paper describes httperf, a tool for measuring web server
-performance. It provides a flexible facility for generating various
-HTTP workloads and for measuring server performance. The focus of httperf
-is not on implementing one particular benchmark but on providing a robust,
-high-performance tool that facilitates the construction of both micro-
-and macro-level benchmarks. The three distinguishing characteristics of
-httperf are its robustness, which includes the ability to generate and
-sustain server overload, support for the HTTP/1.1 protocol, and its
-extensibility to new workload generators and performance measurements.
-In addition to reporting on the design and implementation of httperf this
-paper also discusses some of the experiences and insights gained while
-realizing this tool."
-
-"This paper" refers to the paper that was written on this program. I don't
-think I could possibly summarize it better than the above paragraph.
-
-WWW: http://www.hpl.hp.com/personal/David_Mosberger/httperf.html
-
-- Will <andrews@technologist.com>
diff --git a/benchmarks/httperf/pkg-plist b/benchmarks/httperf/pkg-plist
deleted file mode 100644
index 0fec88272ceb..000000000000
--- a/benchmarks/httperf/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/httperf
-%%PORTDOCS%%share/doc/httperf/ChangeLog
-%%PORTDOCS%%share/doc/httperf/NEWS
-%%PORTDOCS%%share/doc/httperf/README
-%%PORTDOCS%%share/doc/httperf/TODO
-%%PORTDOCS%%@dirrm share/doc/httperf