Commit Graph

49 Commits (cdc52dc1d599dfa9876914c83cd3c714e60badb8)

Author SHA1 Message Date
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
Tianyi Cui ba5daa5fff Alias hugs for hugs98
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-29 21:45:53 +00:00
Tianyi Cui de8507ce5e Fix a symlink of pkgconfig
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-25 07:56:14 -08:00
Max Howell cce6b4bb74 libtag alias 2010-11-14 03:54:31 +00:00
Max Howell 488729acab Another common alias for pkg-config 2010-11-14 03:54:31 +00:00
Adam Vandenberg be1a812a01 Add boost-jam 3.1.18
Fixes Homebrew/homebrew#2012
2010-11-02 22:02:33 -07:00
Edward George 8afc0dbe74 New formula: sshfs-fuse 2.2
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-22 09:27:07 -07:00
lukas 6268fc7634 offical labjack usb drivers (aka liblabjackusb)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-22 07:05:45 -07:00
Tianyi Cui c07be5b299 alias `cpanm` as `cpanminus`
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-25 09:48:00 -07:00
Cameron Pope 150cac8cb0 Create formula for gpac project, including MP4Box
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-12 07:42:04 -07:00
Ben Blackburne ff3f32b3eb FSA: Fast Statistical Alignment
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-11 12:14:57 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00