MPICH2 recently renamed itself to MPICH and bumped the version number
from 1.5 to 3.0. Even more recently, it switched from SVN to git for
version control.
The sbin hack is no longer needed, since MPE was removed between
MPICH2-1.5 and MPICH-3.0.
ClosesHomebrew/homebrew#17314.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The name of the binary for the_silver_searcher is "ag", so it's probably
helpful to provide an alias to that effect.
ClosesHomebrew/homebrew#17042.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.
Turns out one of the "other things" is a dealbreaker.
We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.
So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.
The implications of this are:
- Anything that depends on readline will reinstall it as
"gnu-readline". Anything already installed will continue to function.
- "brew upgrade readline" will say "gnu-readline not installed", as
"readline" is now an alias.
- Probably other things.
So there are some downsides, but we will just have to deal with them.
FixesHomebrew/homebrew#15776.
md5deep distributes two progarms, md5deep and hashdeep,
with distinct behaviour. The site documents both of them, so
users might conceivable search for 'hashdeep' by name.
The proctools package is known primarily for its "pgrep" and "pkill"
utilities. Adding these aliases will make it easier to find the right
formula when those tools are needed.
ClosesHomebrew/homebrew#11898.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updates openimageio to version 1.0.3.
Fix compilation against glew.
Fix compilation against qt.
Fix building of iv.
Add all deps to maximize the filetypes oiio can open.
Add a dep on a new formula, field3d.
Add a dep on a new formula, opencolorio.
Build iv & the python bindings.
Run the official testsuite if the user options it.
This compiles without error using llvm-2335.9, clang-2.0.139,
and gcc-4.2.1.5666 from XCode-4.0.2 on 64bit Snow Leopard.
It compiles without error using llvm-2336.9 and clang-3.1.318
on Lion 10.7.3 using XCode-4.3.1.
As of 1.0.3 all tests pass make test.
EDIT: add an include for zlib.h on Lion.
EDIT: switches tarball to 0.10.4, compiles on Lion, same xfails
in the testsuite (that only exists as a master on github).
EDIT: change the oiio-images url to a fixed commit tarball not
the master trunk tarball.
EDIT: add def initialize to oiio-images subformula to trigger
Homebrew's cache naming scheme, gets us oiioimages-1.0.0.tgz
EDIT: Change version to 0.10.5. Remove patch for boost-mt naming
because it works now. Still needs zlib patch, been reported.
Both previous test fails are fixed. There is a new one.
EDIT: Inline the d variable.
EDIT: Remove HR, shorten option.
EDIT: Move inline patch to a DATA block.
EDIT: Change to version 0.10.6.
EDIT: Change to version 1.0.0. Add devel block.
EDIT: Remove patch merged upstream.
EDIT: Fix python bindings to mimic vtk.rb.
EDIT: Add a dep on new formula OpenColorIO (ocio).
EDIT: Add a dep on webp.
EDIT: Remove illogical `which python-config` test.
EDIT: Add a fixed commit from branch RB-1.0 as the devel block url.
EDIT: Remove hard coded path to openjpeg. Determine it instead.
EDIT: Upgrade to 1.0.2. Shorten some comments.
EDIT: Remove code to find OpenJpeg. It just works now.
EDIT: Add head url. Remove Doxygen dep. It already makes a pdf.
EDIT: Remove python option. Just let it build that (10sec extra).
EDIT: Upgrade stable to 1.0.3, devel to 1.0.3a (bugfxes).
EDIT: Add back the oiio alias I clobbered.
ClosesHomebrew/homebrew#8458.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation. See: http://opencolorio.org
OCIO is at version 1.0.6 and has been in development since 2003. It
is one of several open source projects actively sponsored by Sony
Imageworks.
OCIO is a new dep for OpenImageIO (OIIO), adding functionality.
OCIO has a built-in test suite that is passes. There are stable
and head methods available. It builds using the system OpenGL,
and little-cms2, along with pkg-config and cmake. An Alias is
added for this formula to ocio. It has python bindings enabled
with a user option, following the example of vtk.
OCIO head and stable build and run very well on Lion and SL using
all five compilers from XCode-4.3.2, 4.0.2, and CLT-4.3.2, thanks
to patches the devs merged upstream for us.
EDIT: code fix redacted args.
EDIT: shrink formula comments.
EDIT: test against XCode-4.3.1.
EDIT: remove the unnecessary which python-config
EDIT: change to version 1.0.6. Remove rescue clause. Tests work.
EDIT: tests pass against XCode-4.3.2.
EDIT: modify the caveats for accuracy using the dev's suggestions.
EDIT: remove the `\n` after the caveat url
ClosesHomebrew/homebrew#10669.
Signed-off-by: Misty De Meo <mistydemeo@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>
gnupg2 is designed coexist with gnupg 1.x. The formula contains a patch
to keep things like documentation and language data from conflicting
with gnupg 1.x by namespacing everything as 'gnupg2'.
gpg-agent is currently an external package in Homebrew, as it can also
be used with gnupg 1.x; so in the formula we disable building the agent
and declare a dependency on it instead.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is already in Homebrew, as "tiny-fugue". I added an alias.
This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.
ClosesHomebrew/homebrew#8331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Nettle is yet another crypto library. The GnuTLS 3.x series requires it.
Includes an alias for 'libnettle'.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
To be consistent. And prettier. Even though now I feel it's excessive, we started so must finish.
Apologies I didn't do this as part of the initial commit.
Add ENV.deparallelize because this build no longer seems to build in
parallel. Also add an alias for the alternate spelling 'mediainfo'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
add offlineimap alias, sample configurations, plist, and caveats to instruct
user getting started with a sample configuration and installing plist into
lauchd to start offlineimap on startup and on have it run every 5 minutes
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
1. Original ffmpeg developers have regained ffmpeg.org from
libav fork, so url and head links have been reset accordingly.
2. Fixed config.mak inreplace munging for 64-bit builds
(was breaking HEAD builds)
3. Changed version string generation to first try version.sh
script in git repo before falling back to 'git describe'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This project is now known as libav upstream, but still compiles to "ffmpeg",
so add an alias. Also update the homepage and download urls.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This replaces the stax-sdk formula. This SDK is the next iteration of the
stax-sdk, and it has been rebranded cloudbees-sdk due to stax merging with
CloudBees. See https://cloudbees.zendesk.com/entries/414109-cloudbees-sdk and
ttps://cloudbees.zendesk.com/entries/420548-stax-migration-faq for details.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Remove outdated libqrencode formula in favor of up-to-date qrencode formula.
Add libqrencode alias for qrencode.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Makefile patch has been replaced by an inreplace block as it is easier to
understand.
`umfpack` is now aliased to `suite-sparse`. UMFPACK is the SuiteSparse
component that most people look for as it is a SciPy dependency.
ClosesHomebrew/homebrew#3814.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This is a filesystem client based on the SSH File Transfer Protocol.
Depends on having MacFuse already installed via the binary installer.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
GPAC (Gpac Project for Advanced Content) is a suite of tools for
manipulating mpeg-4/h.264 video files. The most common need for
this package is for the MP4Box application that will interleave
metadata in a .mp4 file to support fast start and streaming for
h.264 video.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>