mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Move httperf from www to benchmarks category
Noticed by: ben @ EFNet Repocopied by: marcus
This commit is contained in:
parent
9eb07a4638
commit
272c82bb1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111195
1
MOVED
1
MOVED
@ -1140,3 +1140,4 @@ net/samba-devel|net/samba3|2004-06-07|considered stable
|
||||
chinese/mkisofs|sysutils/cdrtools-cjk|2004-06-07|replaced by a superset
|
||||
chinese/cdrtools|sysutils/cdrtools-cjk|2004-06-07|replaced by a superset
|
||||
devel/libltdl|devel/libltdl15|2004-06-08|autotools cleanup
|
||||
www/httperf|benchmarks/httperf|2004-06-10|moved to more accurate category
|
||||
|
@ -11,6 +11,7 @@
|
||||
SUBDIR += dbs
|
||||
SUBDIR += forkbomb
|
||||
SUBDIR += hpl
|
||||
SUBDIR += httperf
|
||||
SUBDIR += iozone
|
||||
SUBDIR += iozone21
|
||||
SUBDIR += lmbench
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= httperf
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= www
|
||||
CATEGORIES= benchmarks www
|
||||
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -145,7 +145,6 @@
|
||||
SUBDIR += http-analyze
|
||||
SUBDIR += http_get
|
||||
SUBDIR += http_load
|
||||
SUBDIR += httperf
|
||||
SUBDIR += httpgrabber
|
||||
SUBDIR += httptunnel
|
||||
SUBDIR += httrack
|
||||
|
@ -1,30 +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
|
||||
COMMENT= A tool for measuring webserver performance
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= httperf.1
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ChangeLog NEWS README TODO
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
MD5 (httperf-0.8.tar.gz) = 2971956d4846349f9e8d3c54acd591a5
|
||||
SIZE (httperf-0.8.tar.gz) = 146107
|
@ -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@
|
||||
|
@ -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
|
@ -1,11 +0,0 @@
|
||||
--- lib/Makefile.in.orig Thu Oct 12 10:04:32 2000
|
||||
+++ lib/Makefile.in Fri Jan 24 05:57:18 2003
|
||||
@@ -27,7 +27,7 @@
|
||||
.c.o:
|
||||
$(COMPILE) $<
|
||||
|
||||
-LIBUTIL_OBJS = getopt.o getopt1.o ssl_writev.o
|
||||
+LIBUTIL_OBJS = ssl_writev.o
|
||||
|
||||
all: libutil.a
|
||||
|
@ -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>
|
@ -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>
|
@ -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
|
Loading…
Reference in New Issue
Block a user