aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Aliases
AgeCommit message (Collapse)Author
2013-06-09fix fishfish aliasAdam Vandenberg
2013-05-19Remove fishfishJack Nagel
Replaced by fish 2.0.
2013-05-16Alias mosh -> mobile-shellLarry Gilbert
Closes #19729. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-01Remove broken aliasesJack Nagel
2013-03-15MPICH 3.0.2Dave Goodell
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 #17314. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-03Alias npm to nodeMax Howell
Feel free to add aliases everybody. They are useful.
2013-02-28jpeg-turbo: add libjpeg-turbo alias.Mike McQuaid
References #18113.
2013-02-11heroku-toolbelt: add heroku alias.Mike McQuaid
Closes #17784.
2013-01-14Add "ag" alias for the_silver_searcherLeo Cassarani
The name of the binary for the_silver_searcher is "ag", so it's probably helpful to provide an alias to that effect. Closes #17042. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-21qt5: add formula and qt4 alias.Mike McQuaid
Closes #16471.
2012-11-23Remove formulae moved to Homebrew-scienceJack Nagel
Closes #16143.
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
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-10Rename readline to gnu-readlineJack Nagel
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 #15776.
2012-10-11wxwidgets: A more common name for wxmac.samueljohn
- Change the blacklist to hint that we include wxpython with wxwidgets. Closes #15407. Signed-off-by: Max Howell <mxcl@me.com>
2012-09-30Move o-make to the boneyard.Adam Vandenberg
o-make has not been kept up-to-date with ocaml versions, so redacting. Closes #15031.
2012-08-28gperftools 2.0Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-20two-lame: add twolame aliasMisty De Meo
Fixes #13281.
2012-06-18md5deep: create 'hashdeep' aliasMisty De Meo
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-05-03Added htop-osx: patched version of htop 0.8.2.1.Max Horvath
Closes #11727. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-05-01proctools: add 'pgrep'/'pkill' aliasesDave Goodell
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 #11898. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20openimageio: Update to 1.0.3Nibbles 2bits
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 #8458. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-01New Formula: opencolorioNibbles 2bits
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 #10669. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-03-25Delete dead aliasesMax Howell
2012-03-18nodejs alias + blacklist text tweakMax Howell
Everyone calls it "nodejs" so not having an alias to this is dumb.
2012-02-22fcgi: add 'fastcgi' aliasJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17Gpg2: Fix broken aliasCharlie Sharpsteen
Was pointing to a non-existant `gnupg2` file instead of `gnupg2.rb`. Fixes #10261.
2012-02-13Boost-jam is now part of boost-buildJack Nagel
So remove it, and add/update the appropriate aliases. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-02Add aliases for pocketsphinx and sphinxbaseMatt Dickoff
Closes #9904. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-30New formula: little-cms2Andrew Bennett
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 #7345. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17New formula: gnupg2Jack Nagel
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-11-16OpenMPI: Add aliasPaul van der Walt
This is an alias "openmpi" => "open-mpi". Seemed useful to me. Closes #8613. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-15Saga: Fix aliasCharlie Sharpsteen
The saga alais was pointing to `saga-cpp.rb` which has been replaced by `saga-core.rb`. Fixes #8590.
2011-11-15Mercurial 1.9.3Adam Vandenberg
2011-10-28Revert "New Formula: TinyFugue"Jack Nagel
This is already in Homebrew, as "tiny-fugue". I added an alias. This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6. Closes #8331. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16libxmlsec1: add alias 'xmlsec1'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-29New Formula: Google-JS-TestAaron Jacobs
Also aliased to `gjstest`. Closes #7862. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-08Alias unix2dos for dos2unixJack Nagel
These two packages are now one, so provide an alias for convenience. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05Add alias 'boehmgc' for 'bdw-gc'Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02New formula: nettle 2.3Jack Nagel
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-08-26dwarffortress should be dwarf-fortressMax Howell
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-24mediainfo 0.7.48Misty De Meo
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-10sqlite: add alias 'sqlite3'Adam Vandenberg
2011-07-29Little CMS aliasMax Howell
2011-07-284store 1.1.3Alex Morega
Formula is named fourstore due to naming constraints, with a 4store alias. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13Alias `gpg` for `gnupg`Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-08offline-imap 6.3.2.1Steven Kallstrom
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-06MikMod playerMisty De Meo
Removed libmikmod's "mikmod" alias Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-11ffmpeg: restored ffmpeg.org links, fixed inreplace editdinkypumpkin
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-03-20ffmpeg 0.6.2dinkypumpkin
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-16Remove sshfs aliasAdam Vandenberg