aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grass.rb
AgeCommit message (Collapse)Author
2012-09-16grass: Still fails with Clang build 421Charlie Sharpsteen
Building GRASS with the Clang version provided by XCode 4.4.1 still suffers from multiple failures. Fixes #14963.
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-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-06Adjust XQuartz/X11 module naming schemeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01Update formulae for new XQuartz moduleJack Nagel
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-10Remove redundant :using => :svnAdam Vandenberg
2012-04-21GRASS: Fix Lion buildsCharlie Sharpsteen
- Disable WxPython GUI. We have no stable WxMac build for this and building WxPython has the additional constraint of requiring a Framework build of Python. - Flag as failing with clang. Fixes #8594.
2012-04-21GRASS: Don't install stuff outside of --prefixCharlie Sharpsteen
Add a small patch to the GRASS makefile that removes a command that installs stuff to `/Library/Documentation/Help`---this is outside of the prefix and we don't have permissions for this directory.
2012-03-31grass 6.4.2Adam Vandenberg
2012-03-17grass: move patch notes upAdam Vandenberg
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-22GRASS: Remove FFmpeg for nowCharlie Sharpsteen
GRASS 6.4.1 is currently not compatible with FFmpeg 0.8. Removing the dependency until GRASS is updated. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22GRASS: Add HEAD URLCharlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-04GRASS 6.4.1Charlie Sharpsteen
Also enable support for FFMPEG and GEOS. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-19grass: use MacOS.prefer_64_bit?Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-13New formula for GRASS GISCharlie Sharpsteen
The Geographic Resources Analysis Support System (GRASS) is one of the oldest, most fully-featured Geographic Information Systems (GIS). It happens to be open source too! Signed-off-by: Adam Vandenberg <flangy@gmail.com>