aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/httperf.rb
AgeCommit message (Collapse)Author
2012-09-02httperf: use new dslAdam Vandenberg
2011-11-27httperf: support --enable-debug optionJay Levitt
The --enable-debug configure-time option builds httperf with runtime support for the --debug=N or -d=N flags, which show details about the requests and responses. N is a number; the higher the number, the more detail you get. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-02-20httperf is moved to google code hosting. and ftp site is super slow.Niket Patel
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Also changed homepage.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Add formula for httperfSeth Falcon