More proposed documentation updates. Acceptable Formulae: * Adds Perl to the list of stuff we offer Dupes of in the Core. * Notes that OS X’s OpenSSL is usually horribly outdated. * Removes the incorrect space between font and forge. Common Issues: * We said three issues, we listed four. Oops. External Commands: * The cache is usually at /Library rather than ~/Library, and the rest of the documentation says /Library, so this makes the referencing consistent. FAQ: * Adds a tiny section on pinning formulae. Interesting-Taps-And-Branches: * Notes gaming-emulation software belongs in Homebrew/Games as well. * nolith/Embedded hasn’t been touched for 28 months. I’ve cut it. * anarchivist/forensics hasn’t been touched for 35 months. I’ve cut it. * codebutler’s GTK+ experiment seems to have been terminated after one commit. I’ve cut it. * paxam/linux hasn’t been touched for 34 months. I’ve cut it. * rmyers/homebrew hasn’t been touched in 42 months. I’ve cut it. * nddrylliog/winbrew has moved, I’ve changed the URL to the new one. Winbrew.md: * Removed. It’s referenced in the prior file, and doesn’t really need its own. Closes Homebrew/homebrew#34599. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
3.9 KiB
Interesting Taps & Branches
A Tap is homebrew-speak for a git repository containing extra formulae.
Homebrew has the capability to add (and remove) multiple taps to your local installation with the brew tap and brew untap command. Type man brew in your Terminal. The main repository https://github.com/Homebrew/homebrew often called "Homebrew/homebrew" is always built-in.
Main Taps
-
- A collection of scientific libraries and tools.
-
- Need GDB or a newer Tk? System duplicates go here.
-
- Need e.g. older or newer versions of Python? Newer versions of GCC?
-
- Game or gaming-emulation related formulae.
-
- A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
-
- A tap for brews that don't have stable versions.
-
- Repository for php-related formulae.
-
- A few Python formulae that do not build well with
pipalone.
- A few Python formulae that do not build well with
-
- Shell completion formulae.
-
- Formulae with hard X11 dependencies.
-
- Formula are not deleted, they are moved here.
-
- Feature rich Nginx tap for modules
-
- Precompiled binary formulae.
brew search looks in these main taps and as well in Homebrew/homebrew. So don't worry about missing stuff. We will add other taps to the search as they become well maintained and popular.
You can be added as a maintainer for one of the Homebrew organization taps and aid the project! If you are interested write to our list: homebrew@librelist.com. We want your help!
Other Interesting Taps
-
- GNU AVR toolchain (avr-gcc etc. for Arduino hackers).
-
- GNU Radio and friends running on OS X.
-
- A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
-
- Allows installing multiple PostgreSQL versions in parallel.
-
iMichka/MacVTKITKPythonBottles
- VTK and ITK binaries with Python wrapping.
-
- A tap for Emacs packages.
Interesting Branches (aka forks)
-
- Experimental Tiger PowerPC version
-
- Experimental Linux version
-
- Homebrew install for those that like to Homebrew @ $HOME (i.e. ~/.homebrew).
-
- An experimental port of Homebrew for Windows (with an MSYS/MinGW environment).
Technical Details
Your taps are git repositories located at $(brew --prefix)/Library/Taps.