aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
AgeCommit message (Collapse)Author
2012-04-19LibDAP: Use explicit path to system curlCharlie Sharpsteen
Without this we get some really nasty arch flags in `dap-config` on Leopard and Snow Leopard due to a fallback to buggy `libcurl.pc` files shipped with the system.
2012-04-19LibDAP: Update to 3.11.2Charlie Sharpsteen
2012-04-19PostGIS: Simplify installation and add man pagesCharlie Sharpsteen
Instead of manually listing and installing every component in PostGIS, the whole mess is now installed to a staging directory and copied to the prefix using globbing operations. Man pages are now installed as well.
2012-04-19opencolorio 1.0.7nibbles 2bits
Upgrade ocio to version 1.0.7. Closes #11752. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19pngcrush 1.7.27Jocelyn Mallon
Sstarting with v1.7.26, pngcrush uses zlib 1.2.6, and per project changelog, requires -DZ_SOLO CFLAG to workaround compiler bugs: http://pmt.sourceforge.net/pngcrush/changelog.html Closes #11748. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19chicken: workaround for compilation with Clang/LLVMRich Healey
Building with DEBUGBUILD is sufficient; be verbose about this so the user is aware and has the chance to abort and possibly build with GCC if it is available. Closes #11696. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19v8: fix checksumtaiansu
Closes #11757. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19redis 2.4.11Shawn Jonnet
Closes #11758. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19GDAL: Build and install man pagesCharlie Sharpsteen
2012-04-19CMake 2.8.8.Mike McQuaid
Fixes #11745.
2012-04-18Swaks 20120320Matt Robenolt
Closes #11497. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18mathgl 1.11.2Kyle Kauffman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18smpeg: use make installAdam Vandenberg
2012-04-18v8 3.9.24Adam Vandenberg
2012-04-18dotwrp: use a stable 1.0 and add headAdam Vandenberg
2012-04-18e2fsprogs: also install libsAdam Vandenberg
2012-04-18e2fsprogs: fix compilation under Lion w/ clangWill Ross
Fix derived from Macports issue 91359: https://trac.macports.org/changeset/91359 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18ruby: add gdbm dependencyAdam Vandenberg
2012-04-18Node devel 0.7.8Shawn Jonnet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18rebar: install bash completionAnthony Ramine
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18OpenSSL: Clean up indentationCharlie Sharpsteen
2012-04-18OpenSSL: enable 64-bit supportDave Cottlehuber
Build 64-bit by default where appropriate. Closes #11701. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-18e2fsprogs 1.42.2Will Ross
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18e2fsprogs: add HEADWill Ross
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18Sofia-SIP 1.12.11Thomas William
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification Closes #11664. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18sispmctl v3.1Leonhardt Wille
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18ghc: readd explicit version numbersMark A. Matienzo
Fixes #11719. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18selenium-server-standalone 2.21.0David M. Lee
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18glfw 2.7.5, build shared librarynibbles 2bits
Upgrade glfw to version 2.7.5. Change the make target to `cocoa-dist-install` so that it builds the shared library also. Closes #11717. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-18plzip 0.9nibbles 2bits
Upgrade plzip to version 0.9. Correct the configure flags. It builds just like lzlib, lzip. Add make check (~2sec) for data integrity. Is massively parallel. Closes #11716. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17cfengine: don't use full path to makeAdam Vandenberg
2012-04-17cfengine 3.3.0Nick Silkey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17tmap 0.3.7Nils Homer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17adol-c: add trunk and colpackbrada
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17pcal 4.11.0Stephan Hügel
Pcal is used to create monthly-format paper calendars in PostScript format These can be output directly to PDF. Example: http://www.leancrew.com/all-this/2012/01/paper-calendars-with-pcal/ Closes #9374. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17cdo: fix depsAdam Vandenberg
2012-04-17wput 0.6.2Chris Cosby
Closes #9859. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17ettercap: Compiles with pluginsCasper Thomsen
Adding --enable-plugins and skip_clean 'bin' since dyld will otherwise fail. Closes #9667. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17nload 0.7.4Max Horvath
Closes #11390. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17CDO 1.5.4Luiz Irber
Added new formula for CDO (Climate Data Operators). Based on Portfile available at http://trac.macports.org/browser/trunk/dports/science/cdo/Portfile, but without Proj support (CDO depends on a private header that Proj version currently in Homebrew doesn't install). Closes #11685. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17Android NDK r7cskyisle
Signed-off-by: skyisle <skyisle@gmail.com> Closes #11715. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17riak 1.1.2Michael Erb
Closes #11707. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17uwsgi: don't strip symbolsJack Nagel
Fixes #11705. Probably fixes #11674. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17gambit-scheme: warn about build time with Clang/LLVM-GCCDrew Hess
Closes #11498. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17dfu-util 0.5Erik Kallen
Closes #11704. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-17GHC: Install 64bit version by defaultCharlie Sharpsteen
The 64bit version of GHC became officially supported with the 7.0.2 release. This is now used as the default unless the user does not have the required hardware or invokes the `--32-bit` flag. Closes #11490. Closes #11491. Closes #11708.
2012-04-17MuPDF: Add caveats and 10.6+ RequirementCharlie Sharpsteen
The incompatibility with Leopard is now expressed as a requirement. Caveats added explaining that the names of the command line tools have been altered to prevent clashes with other packages.
2012-04-17automake 1.11.5nibbles 2bits
Upgrade automake to version 1.11.5. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17vimpager 1.6.8Damien Pollet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17wmctrl 1.07Stefan Schüßler
wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager. Signed-off-by: Adam Vandenberg <flangy@gmail.com>