aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
AgeCommit message (Collapse)Author
2011-03-13bash-completion: disable install of brew's scriptAdam Vandenberg
If you install bash-completion before git or something else that creates the bash_completion.d folder, the install of bash-completion itself will fail. Commenting out until a proper fix can be made.
2011-03-13mongodb: enable --HEAD installs.Dmitry Plashchynski
--HEAD installs the latest stable developer release (not the nightly.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13fontforge - fix linking w/ gettext 0.18Adam Vandenberg
2011-03-13gfortan - update version check for Xcode 4.Michael Wall
Update gfortran checks for XCode 4 (gcc build 5666). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13x264: unset GREP_OPTIONSAdam Vandenberg
2011-03-13Revert swfmill to 0.3.0Adam Vandenberg
2011-03-13hbase 0.90.1Adam Vandenberg
2011-03-13hadoop 0.21.0Adam Vandenberg
2011-03-12rtmpdump: normalize CC and LDAdam Vandenberg
2011-03-12Stone Soup 0.7.2Adam Vandenberg
2011-03-12smpeg: uses pkg-config during buildAdam Vandenberg
2011-03-12Fix inheritance for GithubGistFormulaAdam Vandenberg
2011-03-12Fix inheritance for ScriptFileFormula.Adam Vandenberg
2011-03-12Update cloc recipe to 1.53Simone Carletti
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12rtorrent: remove check for ncurseswSudish Joseph
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12atomicparsley 0.9.4dinkypumpkin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12add caveat for installing R.frameworkDaniel Tang
IDEs such as RStudio depend on R.framework being in a certain location, but the R formula currently doesn't install the framework anywhere. This just adds a friendly message to remind them that they may want to do so manually. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12new formula: octave 3.4.0Camillo Lugaresi
This formula allows installing the brand new version 3.4.0 of Octave. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12add support for installing fltk 1.3Camillo Lugaresi
The stable 1.1.x series of fltk is very old and is no longer being maintained. The 1.3.x series is expected to replace it as the new stable series soon. This commit adds the ability to install the current snapshot of 1.3.x by using --HEAD; this is needed by Octave 3.4's new plotting mode. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12r - use ENV.fortranAdam Vandenberg
2011-03-12new formula: qrupdateCamillo Lugaresi
qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions. It is used by Octave. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12new formula: qhullCamillo Lugaresi
Qhull is a mathematical library used by Octave. This formula installs all components into the correct locations, including the libraries and headers, so that Octave can use it. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12new formula: dotwrpCamillo Lugaresi
This library resolves an incompatibility between gfortran and Accelerate.framework by providing gfortran-compatible entry points for a few BLAS functions that still use the f77 calling conventions. When using this library, make sure the linker sees it before Accelerate.framework, eg by using "-ldotwrp -framework Accelerate". Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Update gfortan caveatsCharlie Sharpsteen
Caveats changed to suggest use of `ENV.fortran` over `depends_on 'gfortran'`. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12updated gettext to 0.18.1.1Fred Wenzel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Fix gfortranAdam Vandenberg
2011-03-12Fix a halfway-done path changeGeorge Kulakowski
Commit ca61263... `Cleanup copying config.*' changes absolute to relative paths in a few places. In recode.rb it is done incorrectly. This commit finishes the change. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-12Install redo manpagesMax Howell
2011-03-12Cleanup copying config.*Adam Vandenberg
2011-03-12MacOS.xcode_prefixMax Howell
More robust code than before, and replaces all usage of `xcode-select -print-path`.
2011-03-12Let the core handle the install name fixes nowMax Howell
2011-03-11fix phantomjs install commandkei
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11synfig 0.62.02Second Planet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11libxml++ 2.33.2Second Planet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11etl 0.04.13Second Planet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11ppl 0.11.2Adam Vandenberg
2011-03-11Updated synergy to 1.4.2Nicolas Bouillon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11tcptrace 6.6.7Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11Add development version of GPSBabelVidar Gundersen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11Wrapper scripts for FileMergeVidar Gundersen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-11atomicparsley: md5 changeddinkypumpkin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-10pit 0.1.0Bruno Aguirre
The project manager from hell; integrates with git. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-10Add a lockfile to sane-backends.Adam Vandenberg
Some back-ends require this folder to operate. Fixes #4605
2011-03-10Add ENV.j1 to sane-backendsAdam Vandenberg
Fixes #4598
2011-03-10tcptrack 1.4.0, modified formula (inreplace instead of patch)Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-10wget - use custom OpenSSL on LeopardAdam Vandenberg
Reports of wget failing to compile against Leopard's OpenSSL, so reluctantly add this dep.
2011-03-10duplicity 0.6.12Adam Vandenberg
Also use a self-contained install method that doesn't require editing PYTHONPATH.
2011-03-10node - fix audit warningAdam Vandenberg
2011-03-10add aardvark_shell_utilsYacin Nadji
Aardvark shell utils includes three helpful programs: realpath(1) is an implementation of the realpath(3) function for returning the canonicalized absolute pathname of an input path. filebase(1) returns the base portion of a filename, that is the filename with its extension (e.g. .txt) removed. fileext(1) returns the extension portion of a filename (e.g. txt). Signed-off-by: Adam Vandenberg <flangy@gmail.com>