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>
- Make readline a recommended dep in preparation for upcoming
dependency changes
- Remove redundant ENV.Os, as that is the current default
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The SHA1 added in commit 3c5ca25c in the batch conversion from MD5 to SHA1
(see Homebrew/homebrew#14653) did not match the tarball's SHA1 checksum.
ClosesHomebrew/homebrew#14762.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The formula is head-only, hasn't had a stable release since 2005, uses
CVS (so it prompts for a password when downloading), and builds with a now
out-of-date xcode project version.
The good news is that there's a binary download on its homepage.
ClosesHomebrew/homebrew#14248.
A minor fix release to solve portability issues with ``uint8_t''
decleration. Still no resolution for Mac OS X not ignoring ``librt''
(now obsolete) linkage request. We remove it from LDADD with a patch.
Now installs README files for both executables to documentation
directory.
ClosesHomebrew/homebrew#14728.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>