Date: Tue, 9 May 2000 02:37:28 -0700 (PDT) From: ask@valueclick.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18463: new port: www/http_load Message-ID: <200005090937.CAA97875@lux.valueclick.com>
next in thread | raw e-mail | index | archive | help
>Number: 18463 >Category: ports >Synopsis: new port www/http_load >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 09 02:40:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ask Bjoern Hansen >Release: FreeBSD 4.0-STABLE i386 >Organization: ValueClick >Environment: n/a >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # http_load # http_load/files # http_load/files/md5 # http_load/Makefile # http_load/pkg # http_load/pkg/COMMENT # http_load/pkg/DESCR # http_load/pkg/PLIST # http_load/pkg/COMMENT~ # http_load/Makefile~ # http_load/patches # http_load/patches/patch-ab # echo c - http_load mkdir -p http_load > /dev/null 2>&1 echo c - http_load/files mkdir -p http_load/files > /dev/null 2>&1 echo x - http_load/files/md5 sed 's/^X//' >http_load/files/md5 << 'END-of-http_load/files/md5' XMD5 (http_load_10nov99.tar.gz) = 0a673461ba291c2070f9b93015bf85bf END-of-http_load/files/md5 echo x - http_load/Makefile sed 's/^X//' >http_load/Makefile << 'END-of-http_load/Makefile' X# New ports collection makefile for: http_load X# Date created: 9 May 2000 X# Whom: Ask Bjoern Hansen <ask@valueclick.com> X# X# $FreeBSD$ X# X XPORTNAME= http_load XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://www.acme.com/software/http_load/ XDISTNAME= http_load_10nov99 X XMAINTAINER= ask@valueclick.com X XWRKSRC= ${WRKDIR}/http_load X X.include <bsd.port.mk> END-of-http_load/Makefile echo c - http_load/pkg mkdir -p http_load/pkg > /dev/null 2>&1 echo x - http_load/pkg/COMMENT sed 's/^X//' >http_load/pkg/COMMENT << 'END-of-http_load/pkg/COMMENT' XMultiprocessing http test client END-of-http_load/pkg/COMMENT echo x - http_load/pkg/DESCR sed 's/^X//' >http_load/pkg/DESCR << 'END-of-http_load/pkg/DESCR' Xhttp_load runs multiple http fetches in parallel, to test the throughput of Xa web server. X XHowever unlike most such test clients, it runs in a single process, so it Xdoesn't bog down the client machine. It can be configured to do https Xfetches as well. X XWWW: http://www.acme.com/software/http_load/ END-of-http_load/pkg/DESCR echo x - http_load/pkg/PLIST sed 's/^X//' >http_load/pkg/PLIST << 'END-of-http_load/pkg/PLIST' Xbin/http_load Xman/man1/http_load.1 END-of-http_load/pkg/PLIST echo x - http_load/pkg/COMMENT~ sed 's/^X//' >http_load/pkg/COMMENT~ << 'END-of-http_load/pkg/COMMENT~' Xmultiprocessing http test client END-of-http_load/pkg/COMMENT~ echo x - http_load/Makefile~ sed 's/^X//' >http_load/Makefile~ << 'END-of-http_load/Makefile~' X# New ports collection makefile for: http_load X# Date created: 9 May 2000 X# Whom: Ask Bjoern Hansen <ask@valueclick.com> X# X# $FreeBSD$ X# X XPORTNAME= http_load XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://www.acme.com/software/http_load/ XDISTNAME= http_load_10nov99 X XMAINTAINER= ask@valueclick.com X XWRKSRC= ${WRKDIR}/http_load X X.include <bsd.port.mk>END-of-http_load/Makefile~ echo c - http_load/patches mkdir -p http_load/patches > /dev/null 2>&1 echo x - http_load/patches/patch-ab sed 's/^X//' >http_load/patches/patch-ab << 'END-of-http_load/patches/patch-ab' X*** Makefile.old Tue May 9 02:27:31 2000 X--- Makefile Tue May 9 02:28:10 2000 X*************** X*** 14,21 **** X #SSL_INC = -I$(SSL_INCDIR) X #SSL_LIBS = -L$(SSL_LIBDIR) -lssl -lcrypto -lRSAglue -lrsaref X X! BINDIR = /usr/local/bin X! MANDIR = /usr/local/man/man1 X CC = gcc X #CFLAGS = -O $(SSL_DEFS) $(SSL_INC) X CFLAGS = -g $(SSL_DEFS) $(SSL_INC) X--- 14,21 ---- X #SSL_INC = -I$(SSL_INCDIR) X #SSL_LIBS = -L$(SSL_LIBDIR) -lssl -lcrypto -lRSAglue -lrsaref X X! BINDIR = $(PREFIX)/bin X! MANDIR = $(PREFIX)/man/man1 X CC = gcc X #CFLAGS = -O $(SSL_DEFS) $(SSL_INC) X CFLAGS = -g $(SSL_DEFS) $(SSL_INC) END-of-http_load/patches/patch-ab exit >How-To-Repeat: n/a >Fix: just load the port :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005090937.CAA97875>