Commit Graph

61 Commits (97d4f40f72b00a9abc5797c1b1d925c15b1b13c3)

Author SHA1 Message Date
Dave Goodell 2d7af77173 MPICH 3.0.2
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.

Closes Homebrew/homebrew#17314.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-15 08:19:51 -07:00
Max Howell 9f5394081a Alias npm to node
Feel free to add aliases everybody. They are useful.
2013-03-03 14:17:36 -05:00
Mike McQuaid 6689e968f8 jpeg-turbo: add libjpeg-turbo alias.
References Homebrew/homebrew#18113.
2013-02-28 10:36:29 +00:00
Mike McQuaid 49cf473019 heroku-toolbelt: add heroku alias.
Closes Homebrew/homebrew#17784.
2013-02-11 23:17:21 -08:00
Leo Cassarani 0f06b16930 Add "ag" alias for the_silver_searcher
The name of the binary for the_silver_searcher is "ag", so it's probably
helpful to provide an alias to that effect.

Closes Homebrew/homebrew#17042.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 20:28:06 -08:00
Mike McQuaid b586b7894a qt5: add formula and qt4 alias.
Closes Homebrew/homebrew#16471.
2012-12-21 11:22:50 +00:00
Jack Nagel f7e96b7a26 Remove formulae moved to Homebrew-science
Closes Homebrew/homebrew#16143.
2012-11-23 11:42:16 -06:00
Jack Nagel 8c29982153 Revert "Rename readline to gnu-readline"
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.
2012-11-10 21:12:26 -06:00
Jack Nagel e2f9856882 Rename readline to gnu-readline
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.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
samueljohn 05c730c960 wxwidgets: A more common name for wxmac.
- Change the blacklist to hint that we include wxpython with wxwidgets.

Closes Homebrew/homebrew#15407.

Signed-off-by: Max Howell <mxcl@me.com>
2012-10-11 09:25:59 -04:00
Adam Vandenberg a2d3be19ff Move o-make to the boneyard.
o-make has not been kept up-to-date with ocaml versions, so
redacting.

Closes Homebrew/homebrew#15031.
2012-09-30 14:55:55 -07:00
Jack Nagel 43518e78aa gperftools 2.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-28 12:18:28 -05:00
Misty De Meo 6b9c44e497 two-lame: add twolame alias
Fixes Homebrew/homebrew#13281.
2012-07-20 10:33:12 -05:00
Misty De Meo abdf6156c7 md5deep: create 'hashdeep' alias
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.
2012-06-18 14:53:58 -05:00
Max Horvath 5a1c61a376 Added htop-osx: patched version of htop 0.8.2.1.
Closes Homebrew/homebrew#11727.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-05-03 10:19:05 +08:00
Dave Goodell 8e6ca90a94 proctools: add 'pgrep'/'pkill' aliases
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.

Closes Homebrew/homebrew#11898.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:30:38 -05:00
Nibbles 2bits 61013ef691 openimageio: Update to 1.0.3
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.

Closes Homebrew/homebrew#8458.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-20 10:56:03 -05:00
Nibbles 2bits 15f9fd3f86 New Formula: opencolorio
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

Closes Homebrew/homebrew#10669.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01 17:55:47 -05:00
Max Howell 3038ec3b36 Delete dead aliases 2012-03-25 11:06:17 +01:00
Max Howell 8ed619db20 nodejs alias + blacklist text tweak
Everyone calls it "nodejs" so not having an alias to this is dumb.
2012-03-18 11:56:19 +00:00
Jack Nagel 1e3af0d83d fcgi: add 'fastcgi' alias
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22 13:48:11 -06:00
Charlie Sharpsteen 0f12eb2a95 Gpg2: Fix broken alias
Was pointing to a non-existant `gnupg2` file instead of `gnupg2.rb`.

Fixes Homebrew/homebrew#10261.
2012-02-17 00:36:31 -08:00
Jack Nagel 0d0a2c1c1b Boost-jam is now part of boost-build
So remove it, and add/update the appropriate aliases.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-13 20:51:40 -06:00
Matt Dickoff 9ef630d896 Add aliases for pocketsphinx and sphinxbase
Closes Homebrew/homebrew#9904.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-02 00:50:50 -06:00
Andrew Bennett fd5db48ba7 New formula: little-cms2
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.

Closes Homebrew/homebrew#7345.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-30 19:10:45 -06:00
Jack Nagel 7cdef67cdd New formula: gnupg2
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>
2011-12-17 17:24:43 -06:00
Paul van der Walt 4faac7f59e OpenMPI: Add alias
This is an alias "openmpi" => "open-mpi". Seemed useful to me.

Closes Homebrew/homebrew#8613.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-16 08:14:58 -08:00
Charlie Sharpsteen a28b3b809b Saga: Fix alias
The saga alais was pointing to `saga-cpp.rb` which has been replaced by
`saga-core.rb`.

Fixes Homebrew/homebrew#8590.
2011-11-15 10:41:31 -08:00
Adam Vandenberg 03c6652f4a Mercurial 1.9.3 2011-11-15 09:03:12 -08:00
Jack Nagel 7f379ed5e4 Revert "New Formula: TinyFugue"
This is already in Homebrew, as "tiny-fugue". I added an alias.

This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.

Closes Homebrew/homebrew#8331.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 16:04:36 -05:00
Jack Nagel 5df8a8a495 libxmlsec1: add alias 'xmlsec1'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:29:06 -05:00
Aaron Jacobs a884a6cc62 New Formula: Google-JS-Test
Also aliased to `gjstest`.

Closes Homebrew/homebrew#7862.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-29 11:14:10 -07:00
Jack Nagel 283e0e6fcc Alias unix2dos for dos2unix
These two packages are now one, so provide an alias for convenience.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-08 18:01:55 -05:00
Jack Nagel 3f50b40f3f Add alias 'boehmgc' for 'bdw-gc'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 02:39:28 -05:00
Jack Nagel 346049b66f New formula: nettle 2.3
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>
2011-09-02 17:25:39 -05:00
Max Howell 6338e6a7cb dwarffortress should be dwarf-fortress
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.
2011-08-26 16:55:13 +01:00
Misty De Meo 0776b9ca97 mediainfo 0.7.48
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>
2011-08-24 23:06:23 -05:00
Adam Vandenberg a7d4e3934f sqlite: add alias 'sqlite3' 2011-08-10 10:54:52 -07:00
Max Howell efa114b22a Little CMS alias 2011-07-29 11:58:41 +01:00
Alex Morega 28bc903871 4store 1.1.3
Formula is named fourstore due to naming constraints, with a 4store alias.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-28 20:45:24 -07:00
Jack Nagel 26b20a0741 Alias `gpg` for `gnupg`
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 15:07:35 -07:00
Steven Kallstrom 18f6f39ac8 offline-imap 6.3.2.1
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>
2011-06-08 21:21:29 -07:00
Misty De Meo 2caeaa4863 MikMod player
Removed libmikmod's "mikmod" alias

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06 11:11:34 -07:00
dinkypumpkin ec6433647e ffmpeg: restored ffmpeg.org links, fixed inreplace edit
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>
2011-04-11 07:53:14 -07:00
dinkypumpkin ea2a1bbd63 ffmpeg 0.6.2
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>
2011-03-20 13:32:54 -07:00
Adam Vandenberg 19c96686b0 Remove sshfs alias 2011-03-16 13:49:27 -07:00
Ivan Meredith 7d2bbf0692 Formula for the CloudBees RUN@cloud SDK.
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>
2011-02-21 19:57:22 -08:00
Alexis Hildebrandt e7b4ada26e Make libqrencode an alias of qrencode
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>
2011-02-12 09:13:13 -08:00
Kashif Rasul e1622ca8a8 Updated formula Hudson (Jenkins) to 1.396
Hudson has been renamed to Jenkins.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-05 12:33:02 -08:00
Charlie Sharpsteen 6e27cb2cb2 Update SuiteSparse to version 3.5.0 and add alias
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.

Closes Homebrew/homebrew#3814.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 21:43:03 +00:00