aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2011-08-30New formula: Star 1.5.1Dean Hall
Star is a very fast, POSIX-compliant tar archiver. Closes #6896. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30transmission 2.33 (CLI utilities)Jarkko Oranen
Does not build mac or GTK user interfaces; GTK makes no sense for most people and anyone who wants the Mac UI can just go download the .app from the website. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30gnu-prolog: use inreplace instead of a patchRichard Osborn
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-30bazaar: [bugfix] remove quotes around variableTrevor Wennblom
Closes #7321. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30New Formula: unifdef (keg-only)David Albert
Apple's version is quite out of date. There's no version number but man unifdef says it's from 2002. Version 2.6 shipped in February of this year. Some software like Gevent(.org) won't compile with the devtools version of unifdef. Closes #7283. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30added unifdef formulaDavid Albert
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30FFmpeg: Added option to install FFmpeg toolsGregory Man
Closes #7298. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30Tor: update to version 0.2.2.32Thiago Alessio
Closes #7290. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30zint 2.4.3Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30openexr 1.7.0Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30ilmbase 1.0.2Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30c-ares 1.7.5Adam Vandenberg
2011-08-30znc 0.200Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30perforce-server 2010.2/347035Robert Shaw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30mkclean 0.8.5Robert Shaw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30mkvalidator 0.3.6Robert Shaw
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30AtomicParsley: fix checksumayn
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30eigen 3.0.2Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30chocolate-doom 1.6.0Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>
2011-08-30New Formula: GGobiChris Deigan
GGobi is a tool for visualizing trends in datasets with high dimensionality. Closes #7291. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-30glew 1.7.0Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30hatari 1.5.0Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30RRDTool: specify mandirDrew Stephens
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30revert synergy to 1.3.6p2Seth Milliken
Fixes #7274 Fixes #7275 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30unrtf 0.21.2ptrv
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30AucTeX: Fix caveatsCharlie Sharpsteen
Ending `def caveats` with `puts <<-EOS` causes text to be printed whenever the formula is imported (which confuses the output of things like `brew audit`). A plain `<<-EOS` should be used. Closes #7303.
2011-08-30qhull: fix audit warningAdam Vandenberg
2011-08-30cdparanoia: fix audit warningAdam Vandenberg
2011-08-30irssi: fix audit warningAdam Vandenberg
2011-08-30rxvt: fix audit warningAdam Vandenberg
2011-08-30binutils: fix audit warningAdam Vandenberg
2011-08-30Nginx 1.0.6/1.1.1James Aitken
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30exiftool 8.63Misty De Meo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30CFitsIO: Add option to install example programsRui Pereira
Added the option --with-examples to the cfitsio formula, that downloads, compiles and installs some useful programs, like listhead, modhead, etc. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29gmp: improve documentationJack Nagel
Provide a link to some official documentation regarding the 32/64 bit build logic. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29New Formula: FLANNBrian Gyss
Created a formula for flann because it's a required dependency for PCL (Point Cloud Library), which I'm hoping to add to homebrew. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29ZeroMQ: Update to 2.1.9MinRK
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29formula.rb: Don't curl when DATA is the only patchCharlie Sharpsteen
Executing `curl(*patches)` was failing on Leopard when `patches` was an empty list. `git-bisect` identified 48552bb42a69ece4eb2a6d9acf81a0b47adb19c9 as the commit that caused this bug to surface by adding `--insecure` to the arg list on Leopard. This is odd because the following both exit with status 2: curl curl --insecure The only apparent difference is that `curl --insecure` prints "no URL specified!" to stderr along with the usage message. Also renamed `patches` to `external_patches` as it is more descriptive.
2011-08-29libiconv 1.14jmsunseri
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29libdvdread: add dvdbackup compatibility patchmccraig mccraig of the clan mccraig
Required for dvdbackup to build with libdvdread 4.1.3; see http://dvdbackup.sourceforge.net/ Fixes #5930 and #5335. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29QHull: Update to 2011.1Charlie Sharpsteen
Also switched to CMake-based build as the Makefile provided is difficult to use and requires patching to be compatible with XCode's GCC.
2011-08-29TBB: Update to 30_221Trevor Wennblom
tbb version 30_221 - 3.0 update 8 - August 1, 2011 Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29jmeter 2.5Adam Vandenberg
2011-08-29MongoDB 2.0.0-rc0Chris Griego
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29aws-elasticache 1.5.0mike schueler
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29innotop 1.8.0Shlomo Priymak
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29ec2-api-tools 1.4.4.1mschueler
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29Fix alpha-order mistake in brew bash-completionJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>