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.
S3cmd is a command line tool for uploading, retrieving and managing
data in Amazon S3. It is best suited for power users who don't fear
command line. It is also ideal for scripts, automated backups
triggered from cron, etc.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Install privately to libexec
* The maintainer is changing so for now the distribution is
from my repository clone.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Install privately into libexec instead of touching any
site-packages
rdiff-backup backs up one directory to another, possibly over a network. It's
a python script which I installed using the '--local' switch. This will create
a 'site-packages' folder under ~/.local/. Don't know if this is the approved
homebrew approach but it works for me.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Install privately into libexec and link scripts into bin.
This way we don't touch any site-packages folders.
The existing SML-NJ formula does all sorts of nasty things, like spewing
ML files into lib and polluting bin with hidden dot-folders.
Instead of removing it just yet, making it install into libexec.
If you can improve this formula, go for it, otherwise it might be retracted
in the future.
* modify the makefile so that it is only compiled as x86_64. This fixes issue
where ruby-odbc would choose iODBC over unixODBC.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Bumped to latest verison
* Only apply fix to 64-bit Snow Leopard
SAGA is an API that provides the basic functionality required to build
distributed applications, tools and frameworks so as to be independent of the
details of the underlying infrastructure.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Don't depend directly on PostgreSQl, so the user can use a non-Homebrew
version of the database. But warn if we can't find a pg-config.
Sproxy is a complimentary tool for the load testing tool Siege. Sproxy is the
[S]iege[proxy], a tool designed to harvest URLs to a urls.txt for the Siege
http/https regression tester. Sproxy is designed to work like a regular http
proxy. It listens for http requests on port 9001 (default) and it returns
requested content to the web browser while it writes the URL along with any
GET requests and/or POST data to a file for Siege.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fix man file location.
ABFind is a Public Domain command-line tool that lets you search your
Address Book.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Compile from source
FileZilla requires wxWidgets 2.8.x, which doesn't compile 64-bit
on Snow Leopard. The upcoming wxWidgets 3.0 will compile 64-bit at
some point, but software will need to be ported forward to use it.
Since compiling FileZilla from source is of dubious benefit over
downloading the .app, removing the formula for now.
FixesHomebrew/homebrew#926
* Remove --disable-debug from the configure line.
* Patch rasqal's configure script to do a proper comparison
The configure script was checking the variable that had dots in the version
number, which blew up the comparison and kept the rasqal configure script from
finding the just brewed version of raptor.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>