aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bbcp.rb
AgeCommit message (Collapse)Author
2014-04-16bbcp: use make -CJack Nagel
2014-03-17bbcp: use patch DSLJack Nagel
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26bbcp: fix implicit int build error with patchJ. Brandt Buckley
This commit fixes a build failure caused by `main`'s use of an implicit `int` return type specifier. The embedded patch just makes the return type explicit. ISSUE As of C99, a declaration that lacks a type specifier isn't implicitly assumed to be int, which causes the build to fail with this error: bbcp.C:61:1: error: C++ requires a type specifier for all declarations main(int argc, char *argv[], char *envp[]) ^~~~ ENVIRONMENT - g++ : Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) - OS : Mac OS X 10.8.5 (Build 12F37) NOTES - Confirmed Formula passes audit. - Also sent the patch to the upstream developer. Closes #22832. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-14bbcp 13.05.03.00.0Adam Vandenberg
Closes #19806.
2012-10-14bbcp 12.08.17.00.0Adam Vandenberg
2012-05-06bbcp: whitespaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-08-30New Formula: bbcpStuart Glenn
`bbcp` is a remote-copy tool that can transfer large files more efficiently than `scp` or `rsync` when lots of bandwidth is available. Closes #7214. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>