openocd is an open-source On-Chip Debugger software package. It is commonly
used in embedded software development.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
(includes everything from NSIS 2.46, plugins and extensions and the like).
Basically only makensis can cross-compile. Then you need all the Win32 DLLs
from the binary distribution. That is what I've done here.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Added aka
Made the "site-lib" folder a real folder, similar to how the Python brews work.
This will allow other ocaml softare to be built into this location instead of directly
into ocaml's Cellar.
The GNU version of getopt, required for tools like xmlto.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Renamed formula to "gnu-getopt" since it shadows the BSD getopt
* Made keg-only for same reason as above
SuiteSparse is a collection of C and C++ routines designed for sparse
matrix operations. Among other things, it is used to drive some
routines in the SciPy library.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency, play time, etc.)
is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Install privately to libexec and link the script into bin
Based off of the Python 2.6.5 formula. Minor comment tweaks along with adding
an extra performance flag that works under both gcc and LLVM.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
An encoder and decoder for the format described in
RFC 3284: "The VCDIFF Generic Differencing and
Compression Data Format".
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Homebrew will now use the svn binary pointed to by HOMEBREW_SVN if set,
use a Homebrew-installed svn if present, finally falling back to the
system-provided svn binary.
If a formula (mplayer) requires a newer version of Subversion than what
Leopard provides, it can use the "StrictSubversionDownloadStrategy"
download strategy to warn the user.
These changes also fix an issue with forcing exports not working on a
stock Leopard subversion, but letting the user either specify a specific
binary or install Subversion via Homebrew and pick that up instead.
Nginx sometimes needs to find PCRE in /usr/local/lib even though
it links against the system library in /usr/lib. The upstream
configure scripts really ought to be fixed.