aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lftp.rb
AgeCommit message (Collapse)Author
2013-06-15lftp: hotfix for Snow LeopardAdam Vandenberg
Closes #20435.
2013-06-09lftp: use std envAdam Vandenberg
Closes #18749.
2013-06-04lftp 4.4.8Andrew Saul
Closes #20279. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-24lftp 4.4.7Jakob Renpening
Closes #20044. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-19lftp 4.4.5Chad Catlett
Closes #18567. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-03lftp: add mirrorBrendan Kemp
Closes #18219. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-27lftp 4.4.4Charles Brossollet
Closes #18117. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-13lftp 4.4.3Nothing. N. Nobody
Closes #17828. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-01lftp 4.4.2Adam Vandenberg
Closes #17505.
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-09-28lftp 4.4.0Eric Lo
Closes #15176. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-07-06lftp 4.3.8Brandon Carl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-30lftp 4.3.7Stian Eikeland
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-02lftp 4.3.6Stian Eikeland
Closes #11379. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25lftp 4.3.5Pieter Nicolai
update lftp to 4.3.5 Closes #9772. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-10-20lftp 4.3.3Patrick Armstrong
Closes #8211. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18lftp 4.3.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-07-04lftp 4.3.1Adam Vandenberg
2011-04-13lftp 4.2.2Shawn Lee-Kwong
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-01update lftp version to 4.2.1xdite
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-07lftp 4.2.0Adam Vandenberg
2010-11-26Updated lftp formula to 4.1.1.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-23Lftp: update version to 4.1David Höppner
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-09-03lftp: update version to 4.0.10David Höppner
2010-06-13lftp: update version to 4.0.9David Höppner
2010-05-25new version (old version no longer available via that url)Paul Bohm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-29Update lftp to 4.0.7Adam Vandenberg
2010-03-28lftp: update version to 4.0.6David Höppner
2010-02-08lftp: fix bus error on 10.5David Höppner
2010-01-06Updates broken LFTP formulatoothrot
2009-10-21Remove some unecessary compiler flagsDavid Reynolds
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-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-16LFTP formulaDavid Reynolds
LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. Like BASH, it has job control and uses readline library for input. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind. Signed-off-by: Max Howell <max@methylblue.com> Added MD5 and modified tweaks to the ENV slightly.