| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The Shen 3.1 source tarball has frequent in-place changes, which causes
the formula checksum to break.
Would accept this as a head-only formula in Homebrew-ALT, or if upstream
stops doing these sorts of non-versioned updates.
|
|
Newer versions of SPIM are self-contained downloads
(and use Qt.)
Suggest that they be installed from the website:
http://spimsimulator.sourceforge.net/
|
|
|
|
Formula download was removed.
Nothing in Homebrew depends on this (Io used to, but now vends
its own version.)
Closes #11244.
|
|
This is an older text processing tool that is useful for doing alignment
of trailing characters (e.g., block of /* */ comments).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The formula now properly depends on imlib2 to enable support of other
formats than BMP.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #11409.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* After seven years, libmikmod is back to active status.
* Change to the new Homepage.
* Upgrade to version 3.2.0b3 using the new tarball.
* Use the sha256 listed on the website.
* Remove all the autoreconf related commands and associated deps.
* Use the correct -Og or O2 for debug.
* Adjust the --with-debug option description to reflect that.
* Add the ENV.x11 rather than three configure flags for --with-x.
* Remove the --with-osx because it finds we are osx correctly.
* Remove the --with-debug=no, as it is the default.
* Keep the four inreplaces, as they are all still needed.
* All patches are merged upstream in HEAD. Noted in formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Reduce the amount of mindless copy/paste required by one.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
GMAP/GSNAP is a widely used tool for alignment of high-throughput sequence data.
See details about GMAP/GSNAP here:
http://research-pub.gene.com/gmap
Here is the referencable peer-reviewed paper:
Thomas D. Wu and Colin K. Watanabe
GMAP: a genomic mapping and alignment program for mRNA and EST sequences
Bioinformatics 2005 21:1859-1875
PUBMED ID 15728110 full citation at http://www.ncbi.nlm.nih.gov/pubmed/15728110
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #8950.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Git can cache credentials used when accessing remotes over HTTP; this
helper provides integration with the OS X keychain.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
We have to install them to lib; anywhere else requires root
access, a non-system perl or patching Git.
Tried just moving them in 9597d5 but that breaks git-svn.
|
|
git-svn complains.
This reverts commit 9597d5f80e047f8192a3352d6ddf888e8d1eed36.
|
|
Install into share/perl5 like Debian:
http://packages.debian.org/sid/amd64/git/filelist
|
|
PRL files are necessary in lib so whitelist them.
Debian installs them too:
http://packages.debian.org/squeeze/amd64/libqt4-dev/filelist
|
|
Fixes #11352.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
redis trunk doesn't propagate CC to the Lua build correctly, so just
pass it on the command-line because I'm lazy.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- The doc directory no longer exists, and was triggering a warning
about a no-op install.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
- Fix configure's failure to determine sizeof(long); reported upstream:
https://sourceforge.net/tracker/?func=detail&aid=3511669&group_id=6389&atid=356389
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- Fix discarded LDFLAGS so linking works as expected (required for
universal build).
Closes #11178.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11240.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- This allows pygame to run on an universal Python.
Closes #11303.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
jscoverage-0.5.1 has a file with hardcoded gcc and g++, named
configure.gnu. inreplace those with ENV.cc and ENV.cxx.
It also has three places in js/configure where the conftest uses
int main {
but also has two return commands. The first return command,
return;
does not return a value. The second one does `return 0;`.
This causes an error building with clang during configure
because `int main` should return a value. inline patch those
by removing the extra return command so that it does a `return 0;`
All four of these issues have been bug reported to their tracker,
and the formula comments include a link to the bug report. The
issues exist in HEAD. This now builds with all the compilers in
Lion and Snow Leopard, though no runtime tests were done as this
is unfamiliar software.
Fixes #11600.
Closes #11611.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
[jn: Clang issues were fixed upstream, so remove fails_with block]
Closes #11661.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The URL being constructed is only able to extract the correct username
when git@ or https:// URLs are found as the origin remote. This change
allows git:// to be used as well.
Signed-off-by: Maurice Kelly <osv-github@chatswood.org.uk>
Closes #11670.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11655.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11646.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|