The title here and the quote at the bottom of the page say that it's better than MacPorts but there doesn't seem to be any comparison between them other than that. The only thing I've seen people use to say that it's better is that it's written in Ruby, but that doesn't seem like a big deal. Is there a comparison of the two somewhere? It seems like the problem people have with MacPorts is that it's been around longer…
I hated having to download 800mb of dependencies to install something simple. I already have Perl or lib(whatever); I don't need you to download it and install it. I get the reliability argument (i.e., the only way to guarantee stuff builds right is to manage it yourself), but that's a problem with any platform where you might compile things alongside the package manager. So, let me manage that. I don't need a packag…
Homebrew — MacPorts driving you to drink? Try Homebrew
31–40 of 65 posts
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#32A better way to use all those unix tools is to just run Ubuntu in a VM and develop there, or just replace MacOS with Ubuntu entirely.
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#33A better way to use all those unix tools is to just run Ubuntu in a VM and develop there, or just replace MacOS with Ubuntu entirely.
Did ubuntu suddenly get TextMate support? Also, have they fixed the poor graphics acceleration issues? Didn't think so, go away troll.
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#34A better way to use all those unix tools is to just run Ubuntu in a VM and develop there, or just replace MacOS with Ubuntu entirely.
Vagrant makes this a lot easier. http://vagrantup.com/
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#35Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#36 $ port deps clojure-contrib
Full Name: clojure-contrib @1.1.0
Build Dependencies: clojure
Fetch Dependencies: git-core
$ port deps git-core
Full Name: git-core @1.7.0.2+doc
Runtime Dependencies: rsync, perl5, p5-error
Library Dependencies: curl, zlib, openssl, expat, libiconv
with no possibility of skipping dependenciesRe: Homebrew — MacPorts driving you to drink? Try Homebrew
#37Edit: They say it should run on Mac OS X.
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#38There's been lots of in-depth discussion about the pros and cons of MacPorts or Homebrew on HN already: http://news.ycombinator.com/item?id=871341
Re: Homebrew — MacPorts driving you to drink? Try Homebrew
#39GNU stow (http://www.gnu.org/software/stow/)
Rudix (http://rudix.org/)
Completely opposite approaches, but they're both worth looking at - especially if you find MacPorts or Fink too much. (Stow takes an approach similar to Homebrew's use of 'cellar' + individual subdirectories for packages; Rudix provides precompiled binaries.) Rudix in particular is perfect if you just want one or two *nix items quick on a Mac.