Formula for Platypus version 4.2.
Note: This builds only the command-line utility, not the application
bundle, as homebrew is not supposed to build apps.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Surfraw provides a fast unix command line interface to a variety of
popular WWW search engines and other artifacts of power. It reclaims
google, altavista, babelfish, dejanews, freshmeat, research index,
slashdot and many others from the false-prophet, pox-infested
heathen lands of html-forms, placing these wonders where they
belong, deep in unix heartland, as god loving extensions to the
shell.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Remove unused configure switches
* Must "make install" using j1 on Mac Pro
By default, NetCDF only builds static libs. This leads to some
complicated dependencies that must be satisfied by other programs that
link against libnetcdf.a:
nc-config --libs
-L/<brew root>/Cellar/netcdf/4.1.1/lib -lnetcdf
-L/<brew root>/Cellar/hdf5/1/lib -lhdf5_hl -lhdf5 -lz -lm -lcurl
HDF5 is required to access version 4 of the NetCDF file format.
When shared libraries are provided, the linking requirements are
greatly simplified:
nc-config --libs
-L/<brew root>/Cellar/netcdf/4.1.1/lib -lnetcdf
This eases the build process for other formulas that depend on NetCDF
libraries.
The static libraries are still compiled and available for use.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This fixes the problem with launchctl which does not want to load
plists with spaces in ProgramArguments strings
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
RasterLite is an add-on to the SpatiaLite GIS extention to Sqlite3
databases. RasterLite allows the storage of raster imagry as PNG,
GeoTIFF, GIF or JPEG imagas or using Wavelet Compression.
In addition to a library, RasterLite includes tools for managing raster
imagry in sqlite databases.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- NetCDF brew updated to version 4.1.1.
- Now builds against HDF5 for interoperability.
- ENV.m32 removed and builds x86_64 native on Snow Leopard
(tested on 10.6.3)
* Added a new formula for socat 1.7.1.2 (latest stable build)
* Pretty simplistic, based more or less on wget's formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Just enable warnings instead of clearing all cflags