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>
Made the formula less likely to break on upgrades by replacing the patch
by environment variables set on install.
Also removed the dependency on libpng.
ClosesHomebrew/homebrew#4221.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
the dflags env variable set in preifx/bin/mdm.conf had to be changed. Everything
seems to work, but the library in prefix/lib is not included because it caused all
compilations to fail.
ClosesHomebrew/homebrew#3876.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
html2text converts html markup to something you can view as plain text.
This is very useful when installed *before* installing lesspipe (lesspipe
figures out what is available at compile time).
ClosesHomebrew/homebrew#4121.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Remove outdated libqrencode formula in favor of up-to-date qrencode formula.
Add libqrencode alias for qrencode.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The download page has changed, I can't find a source link anywhere
so it's not obvious how to fix this. As a result I'm just going to
remove this and wait for another user to add a working formula.
ClosesHomebrew/homebrew#4081.
--raster option depends on gdal
install raster and topology sql files when corresponding option is true
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Although it is technicaly possible to work with 8192 bit GPG keys the
creators of Gnupgp ship the sources with a hard coded limit of 4096
bit. If you want a larger GPG key than 4096 bit you're supposed to
change the given limit yourself by changing one line of code in the file
g10/keygen.c. That's it. After that you can create 8192 bit GPG keys.
ClosesHomebrew/homebrew#4201.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
include support for secure connections using gnutls
allow runtime loading of homebrew-built libraries
ClosesHomebrew/homebrew#3732.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
New option in mysql formula which commands to build embedded server
static library (libmysqld.a) needed by various software (e.g. Amarok).
ClosesHomebrew/homebrew#4008.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
DXFLib is a library that provides functions for reading/writing DXF files which
are commonly used to store CAD drawings.
Signed-off-by: David Höppner <0xffea@gmail.com>