These things are picked up if they are installed, and as they are pretty
lightweight we may as well mark them as optional deps.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Given the API incompatibilities between 1.x an 2.x, it is easier to
maintain separate formulae for the time being. Luckily, the developers
have made sure that the two can be installed alongside each other: the
binaries have different names, the library is versioned, &c.
ClosesHomebrew/homebrew#7345.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
STORMfs is a FUSE abstraction layer for cloud storage.
STORMfs allows you to mount cloud storage as a local filesystem. Currently
supporting Amazon S3, Eucalyptus (Walrus S3), and Google Cloud Storage[1].
This is the first (alpha) release, primarily focused on users who whish to
contribute feedback and bug reports.
[1] Interoperable Access (non-native API)
ClosesHomebrew/homebrew#9873.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This changes the cmake call to use release builds instead of debug builds, as
debug builds print to stderr etc (which is pretty ugly). This cannot be turned
of runtime, only compile time.
It also cleans it up by using `std_cmake_parameters`.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Ocaml packages that need to install here will cause the site-lib
directory to be created, and the symlink in the ocaml keg will work as
intended. This is necessary for the ocaml bottle to work properly.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The Link Grammar Parser is a syntactic parser of English (and other
languages as well), based on link grammar, an original theory of English
syntax. Given a sentence, the system assigns to it a syntactic
structure, which consists of a set of labelled links connecting pairs of
words. The parser also produces a "constituent" (Penn tree-bank style
phrase tree) representation of a sentence (showing noun phrases, verb
phrases, etc.). The RelEx extension provides dependency-parse output.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Google SQL Tool is the command-line tool to connect to Google Cloud SQL,
which provides relational databases for App Engine applications.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This version does not compile for many people, and segfaults on startup
for many people.
Removing, but will consider a new formula for it that is table.
Possibly have to downgrade the version to whatever MacPorts uses.
lastfmlib is a C/C++ library that provides an implementation of the
Last.fm Submissions Protocol v1.2. Whilst there are other libraries
for scrobbling in Homebrew, this older library is required for
MediaTomb's Last.fm functionality.
For more information see: http://code.google.com/p/lastfmlib/ or
http://mediatomb.cc/pages/documentation#id2845313.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Added install flags to the mysql formula to allow the ARCHIVE and BLACKHOLE
storage engines to be compiled in.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>