aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-10wget - use custom OpenSSL on LeopardAdam Vandenberg
Reports of wget failing to compile against Leopard's OpenSSL, so reluctantly add this dep.
2010-12-27Wget should show some respect to subjectAltNames on SSL certsSamuel Cochran
Will actually be fixed in 1.12.1, but who knows when that will *actually* happen. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-15Update wget comments since libidn doesn't require gettextAdam Vandenberg
2010-07-26Document wget optionAdam Vandenberg
2010-04-19Make libidn optional in wget.Adam Vandenberg
wget will find and use libidn if it is present, which uses gettext. This dependency was not captured in the wget formula. To keep things simpler, the user must now opt-in to libdin by brewing with "--enable-iri". Without this flag, we tell configure not to look for libidn. Fixes #1105.
2009-12-06Bump wget from 1.11.4 to 1.12Florian Sowade
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-09-25Don't use quotes with the comma separated version of system()Max Howell
As you don't escape to that version.
2009-09-24Use new instance var syntax in example formulaMax Howell
2009-06-08Small tweaks to two formulaeMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.