aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile33
-rw-r--r--benchmarks/httperf/distinfo1
-rw-r--r--benchmarks/httperf/pkg-comment1
-rw-r--r--benchmarks/httperf/pkg-descr21
-rw-r--r--benchmarks/httperf/pkg-plist7
5 files changed, 0 insertions, 63 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
deleted file mode 100644
index 5d2e4c71c1d3..000000000000
--- a/benchmarks/httperf/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: httperf
-# Date created: 28 Jul 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= httperf
-PORTVERSION= 0.6
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_GMAKE= yes
-MAN1= httperf.1
-
-# there is no "install" target in the Makefile.
-# chmod'ing httperf as it could be exploited by normal users to overload
-# a webserver, instead of for its actual purpose.
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin
- ${CHMOD} 750 ${PREFIX}/bin/httperf
- @${INSTALL_MAN} ${WRKSRC}/httperf.man ${PREFIX}/man/man1/httperf.1
- @${MKDIR} ${PREFIX}/share/doc/httperf
- @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/httperf
- @${INSTALL_MAN} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/httperf
- @${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/httperf
- @${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/httperf
- @${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/httperf
-
-.include <bsd.port.mk>
diff --git a/benchmarks/httperf/distinfo b/benchmarks/httperf/distinfo
deleted file mode 100644
index 6822e18e34b6..000000000000
--- a/benchmarks/httperf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (httperf-0.6.tar.gz) = d67ee49eb06e14d0bf8dbf5bce954c5b
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 3499d90afdba..000000000000
--- a/benchmarks/httperf/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/httperf
-share/doc/httperf/COPYRIGHT
-share/doc/httperf/ChangeLog
-share/doc/httperf/NEWS
-share/doc/httperf/README
-share/doc/httperf/TODO
-@dirrm share/doc/httperf