aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Aliases
AgeCommit message (Collapse)Author
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
2011-02-21Formula for the CloudBees RUN@cloud SDK.Ivan Meredith
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-12Make libqrencode an alias of qrencodeAlexis Hildebrandt
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-05Updated formula Hudson (Jenkins) to 1.396Kashif Rasul
Hudson has been renamed to Jenkins. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-04Update SuiteSparse to version 3.5.0 and add aliasCharlie Sharpsteen
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 #3814. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-29Alias hugs for hugs98Tianyi Cui
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-25Fix a symlink of pkgconfigTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-14libtag aliasMax Howell
2010-11-14Another common alias for pkg-configMax Howell
2010-11-02Add boost-jam 3.1.18Adam Vandenberg
Fixes #2012
2010-10-22New formula: sshfs-fuse 2.2Edward George
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>
2010-10-22offical labjack usb drivers (aka liblabjackusb)lukas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-25alias `cpanm` as `cpanminus`Tianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-12Create formula for gpac project, including MP4BoxCameron Pope
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>
2010-08-11FSA: Fast Statistical AlignmentBen Blackburne
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Use new symlink aliasesMax Howell