Freecode is no longer being updated, as per their announcement two weeks ago. Consequently, where possible, folks should try to find an alternative to links that point there.
Freecode is no longer being updated, as per their announcement two weeks ago. Consequently, where possible, folks should try to find an alternative to links that point there.
Freecode is no longer being updated, as per their announcement two weeks ago. Consequently, where possible, folks should try to find an alternative to links that point there.
Update to latest stable release, add autotools dependencies, change
single quotes to double.
ClosesHomebrew/homebrew#30509.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Jörg Schilling released star 1.5.3 on 2014-05-21 and moved the project to SF.
ClosesHomebrew/homebrew#30522.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
smake 1.2.4 was released on 2014-05-19 and its homepage was moved to SF.net.
ClosesHomebrew/homebrew#30521.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Update to latest stable release, update resources, change single
quotes to double.
ClosesHomebrew/homebrew#30508.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Changes:
* python-build: Add new Anaconda releases; anaconda-2.0.1, anaconda3-2.0.1
* python-build: Add new PyPy3 release; pypy3-2.3.1
* python-build: Add ancient CPython releases; 2.1.3, 2.2.3, 2.3.7
* python-build: Use `ez_setup.py` and `get-pip.py` instead of installing them from tarballs
* python-build: Add support for command-line options to `ez_setup.py` and `get-pip.py`
ClosesHomebrew/homebrew#30511.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit adds the Titan graph database homebrew formula. Of all
versions of Titan ([found here](https://github.com/thinkaurelius/titan/wiki/Downloads))
available, this will install and configure the Titan/All version with
everything prepackaged. As a Java-based install it puts all necessary
items into the libexec folder and symlinks the titan.sh file (into
'titan') and rexster-console.sh (into 'titan-rexster-console').
Considering that the primary goal of the Titan package is to launch the
titan graphDB and provide a function to connect remotely (through the
rexster console) I felt it best to only symlink the aforementioned
files rather than everything within the /bin directory. This better
allows homebrew users to only receive the necessary files in their path
as to not confuse against other possible homebrew formulas (now or
later) that come packaged with titan (i.e. cassandra). Also, I feel it
best to keep the inline patch for the two script files rather than
report the symlink issue upstream as this is primarily a homebrew
install issue. Also, given that the titan /bin directory comes with so
many files it seems unnecessary to patch all possible files when not
all are needed (i.e. symlinked). That said if one were not to submit a
patch upstream to titan for all bin/ items, then it seems only
relevant, regarding the homebrew formula, to keep the inline patch for
the necessary items that homebrew would symlink.
ClosesHomebrew/homebrew#30107.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>