Commit Graph

82 Commits (3e1d677e44824ba248368053de7a95d405f2f37e)

Author SHA1 Message Date
Jack Nagel 83787d682d Fix broken alias 2014-11-06 17:16:18 -06:00
Chilledheart 6aa77841fc libcppa 0.11
libcppa has been renamed to actor-framework or libcaf (pkg name) since 0.10,
but we still use the old name for the consistency with the old one.
2014-10-31 15:56:45 +00:00
David Larson 5a8a1e7b18 the_platinum_searcher: add alias: pt
`the_platinum_searcher` is also known as `pt` (the atomic symbol for
platinum).

Closes Homebrew/homebrew#30715.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-07 13:14:51 -07:00
David Larson b4e596bdc0 Remove .rb from boot2docker-cli alias
``boot2docker-cli`` (an alias for ``boot2docker``) was named
``boot2docker-cli.rb``, while all other aliases are named without the
``.rb`` ending. This commit simply renames the alias to follow the
pre-existing alias-naming convention.

Closes Homebrew/homebrew#30703.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07 09:05:54 -05:00
Markus Hubig 2e8b791e2b boot2docker 1.0.0
Updates the boot2docker formula to version 1.0.0. This is the new, Go
based, boot2docker management utility. It's the official successor of
the old shell based version!
2014-06-19 14:58:54 +01:00
Alexander Bayandin 9e08ba24c5 Remove broken aliases
Related commits:
* Homebrew/homebrew@9977bbd461
* Homebrew/homebrew@287f270ba2

Closes Homebrew/homebrew#29153.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-12 07:07:21 -07:00
Vincent Massaro 01f5325fdf nutcracker (twemproxy) 0.3.0
Closes Homebrew/homebrew#28813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-05 20:36:47 -07:00
Mike McQuaid faa75bc0f4 libvidstab: add vid.stab alias. 2014-04-06 17:43:18 +01:00
Mike McQuaid e8aadf8350 csv_fix: add csvfix alias.
References Homebrew/homebrew#26842.
2014-02-21 11:06:48 +00:00
Jack Nagel 8737538b03 Remove broken aliases 2014-02-14 17:06:34 -05:00
Adam Vandenberg c899228e61 Remove mt-daapd/firefly
Project pages are defunct, no movement in code repos.

Closes Homebrew/homebrew#24856.
2013-12-02 22:15:55 -08:00
Mike McQuaid e814d5f49c tig: add `git-tig` alias. 2013-11-18 18:05:13 +00:00
Christian Moritz 4489f897d1 tomcat-native 1.1.29 (new formula)
Closes Homebrew/homebrew#22226.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-21 19:44:53 -07:00
Corey Quinn dcaea909a8 Alias myrepos -> mr
Closes Homebrew/homebrew#21924.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-17 07:42:39 -07:00
Adam Vandenberg 7c6daafe69 Remove p4d alias.
Perforce Server is now in homebrew/binary.
2013-08-13 06:10:41 -07:00
Samuel John ed9f5c842b Remove the p4 -> perforce alias
Perforce is now in homebrew/binary.
2013-08-13 11:23:17 +02:00
Jack Nagel 2d997bf393 Remove dead alias 2013-06-29 17:37:35 -05:00
Adam Vandenberg 943231c0a2 fix fishfish alias 2013-06-09 09:52:07 -07:00
Jack Nagel a4db3fbf67 Remove fishfish
Replaced by fish 2.0.
2013-05-19 20:16:44 -05:00
Larry Gilbert 57ae2c62d1 Alias mosh -> mobile-shell
Closes Homebrew/homebrew#19729.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-16 17:17:13 -05:00
Jack Nagel 0eac379c4e Remove broken aliases 2013-04-01 19:15:22 -05:00
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