summaryrefslogtreecommitdiff
path: root/www/http_load
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-06-10Use BSD_INSTALL_* to set permission and ownership correctly.minskim2-8/+9
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-23Reset maintainer, email to xs at nitric dot net bounced.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-04Make http_load actually use the -proxy parameter. Fixes PR 26541 bycube3-3/+60
Mike Grupenhoff.
2004-04-27Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2002-10-25buildlink1 -> buildlink2; fix rpath.wiz3-8/+9
2002-07-02Since we depend on openssl, say so.wiz3-5/+8
Also fix package that it works with openssl installed from pkgsrc (not in the base system).
2002-05-05Initial import of http_load-20020104, a tool that runs multiple httprh5-0/+63
fetches in parallel, to test the throughput of a web server. Provided by <xs.kittenz.org>, thanks! This closes PR pkg/16665.