aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
AgeCommit message (Collapse)Author
2014-04-09wget: update 1.15 bottle.BrewTestBot
2014-04-09wget: bump revision for OpenSSL security.Mike McQuaid
2014-02-27wget: use Formula[]Adam Vandenberg
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-22wget: add bottle.Mike McQuaid
2014-01-21wget: use Homebrew's opensslJack Nagel
2014-01-19wget 1.15Stefan
Closes #26034.
2013-09-21wget: use spec depsJack Nagel
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2012-12-20wget: --HEAD depends_on 'xz'Samuel John
- Otherwise bootstrap complains about the 'xz' binary not found. Closes #16670. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-02wget: add debug optionAdam Vandenberg
Closes #12432.
2012-08-09wget: document awk issueAdam Vandenberg
2012-08-09Fix option usageAdam Vandenberg
2012-08-09wget: use options dslAdam Vandenberg
2012-08-06wget 1.14Justin de Vesine
Closes #14010. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03wget: HEAD has moved to gitMisty De Meo
http://lists.gnu.org/archive/html/bug-wget/2012-05/msg00022.html
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20wget: add HEADMisty De Meo
2012-03-09Improve wget test.Mike McQuaid
2012-03-09Add test to wget.Mike McQuaid
2012-01-04wget: put wgetrc in HOMEBREW_PREFIX/etcJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19wget 1.13.4Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30wget 1.13.3Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-19wget 1.12: 1.13 is now 404Adam Vandenberg
This reverts commit 4d39ab424fad311b8cc03ea0e9eb3029ca6af91c.
2011-08-12wget 1.13Jack Nagel
Apparently we have to specify '--with-ssl=openssl', otherwise the configure script tries to find GnuTLS and aborts if it isn't present. But hey, we don't need that ugly patch anymore. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
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.