Bug 18463 - new port www/http_load
Summary: new port www/http_load
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: alex
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-05-09 10:40 UTC by ask
Modified: 2000-07-29 13:23 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ask 2000-05-09 10:40:03 UTC
# 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

Fix: 

just load the port :)
How-To-Repeat: 
n/a
Comment 1 alex freebsd_committer freebsd_triage 2000-07-29 13:22:27 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 2 alex freebsd_committer freebsd_triage 2000-07-29 13:22:27 UTC
Responsible Changed
From-To: freebsd-ports->alex

I did the work