Hopefully this is safe. I ran a full db against it, everything seemed fine to me.
Homebrew should "just work" no remembering to specify `--config foo`, that's just lame sauce.
Also cleaned up the caveats and removed the `skip_clean: all`.
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Upgrade to 1.0.9
- Update the sha1 on `J2kp4files`. Not sure why it changed, but
it's housed on fedoraproject.org. So I think we're good.
- It passes all 39 of it tests
ClosesHomebrew/homebrew#14826.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
libshout fails sha1 check when trying to install it.
- Change to the download url given on their webpage (no .us.)
- Fix the sha1 hash. Both old and new urls have this hash.
- Compiles well using clang and superenv.
ClosesHomebrew/homebrew#14823.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Makes use of a patch from http://bugs.python.org/issue13405 with the
first part modified to remove the .hgignore patch.
This ends up providing full probes in OSX just like you have with
built-in Python.
ClosesHomebrew/homebrew#14343.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Tcl/Tk support requires X11, which is optional on Mountain Lion.
Rather than requiring X11 for Ruby, make these components opt-in.
FixesHomebrew/homebrew#14770.
ClosesHomebrew/homebrew#14814.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fail2Ban is a log scanner that looks for suspicious activity and then bans the
attackers IP. Similar to DenyHosts but supports any service, not just SSH, and
uses firewall rules (IPFW on OSX) rather than hosts.deny.
ClosesHomebrew/homebrew#14819.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This used to get pulled in via libtiff's X11 dependency, but that was
removed so we need to explicitly specify it here.
FixesHomebrew/homebrew#14792.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
A C library that can be used to write (or read) .mat files, which, in turn,
can be read (or have been written) by Matlab.
ClosesHomebrew/homebrew#14005.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Cntlm is an NTLM authenticating HTTP proxy which is very useful if you
work in a company with a Windows based proxy for outgoing Internet
traffic. It sits between your applications and the corporate proxy,
adding NTLM authentication on-the-fly.
Compared to alternatives like NTLMAPS, Cntlm is small, fast and has no
dependencies.
ClosesHomebrew/homebrew#14004.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
It seems that imagemagick defaults to use x11, however
the option is there to compile without. The display, animate, and import
programs are not built or installed and some other functionality is
reduced.
Tested on Mountain Lion with and without XQuartz.
ClosesHomebrew/homebrew#14649.
ClosesHomebrew/homebrew#14774.
ClosesHomebrew/homebrew#14714.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgade libzzip to 0.13.62
- Add an option to build the SDL bindings
- Add a flag for `--without-debug`
ClosesHomebrew/homebrew#14764.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to version 0.11.2
- Add an option to build the docs with Graphviz and Doxygen.
- Add an optional dep on wget
ClosesHomebrew/homebrew#14765.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- libutf only has a `Make.Darwin-386` configuration file
- Patch the Makefile to choose that instead of failing to find
`Make.Darwin-x86-64` and causing a build error.
- Switch to the versioned tarball that has the same hash.
ClosesHomebrew/homebrew#14766.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The openconnect tarball and SHA1 has been updated to 4.0.7.
The vpnc-script SHA1 has been updated and the URL on git.infradead.org pinned to a specific version (instead of HEAD) to avoid breaking the checksum when the script gets updated.
ClosesHomebrew/homebrew#14788.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>