Repository: mistydemeo/tigerbrew
Branch: master
Commit: c696897c3cd0
Files: 8
Total size: 33.5 KB
Directory structure:
gitextract_0up_7ltr/
├── .gitignore
├── .yardopts
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE.txt
├── README.md
├── SUPPORTERS.md
└── bin/
└── brew
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
/*
!/.gitignore
!/.yardopts
!/Library/
!/CODE_OF_CONDUCT.md
!/CONTRIBUTING.md
!/LICENSE.txt
!/README.md
!/SUPPORTERS.md
!/bin
/bin/*
!/bin/brew
!/share/doc/homebrew
!/share/man/man1/brew.1
.DS_Store
/Library/Homebrew/doc
/Library/Homebrew/test/.bundle
/Library/Homebrew/test/bin
/Library/Homebrew/test/vendor
/Library/Homebrew/test/coverage
/Library/Homebrew/test/fs_leak_log
/Library/Homebrew/vendor/portable-curl
/Library/Homebrew/vendor/portable-ruby
/Library/LinkedKegs
/Library/PinnedKegs
/Library/Taps
/Library/PinnedTaps
================================================
FILE: .yardopts
================================================
--title "Homebrew"
--main Library/Homebrew/README.md
--markup markdown
--no-private
--exclude Library/Homebrew/test/
--exclude Library/Homebrew/vendor/
--exclude Library/Homebrew/compat/
Library/Homebrew/**/*.rb
-
share/doc/homebrew/*.html
Library/Homebrew/*.md
share/doc/homebrew/*.md
*.md
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Code of Conduct
The Tigerbrew community is made up of members from around the globe with a diverse set of skills, personalities, and experiences. It is through these differences that our community experiences great successes and continued growth. When you're working with members of the community, we encourage you to follow these guidelines which help steer our interactions and strive to keep Tigerbrew a positive, successful, and growing community.
A member of the Tigerbrew community is:
## Open
Members of the community are open to collaboration, whether it's on GitHub, email, IRC or otherwise. We're receptive to constructive comment and criticism, as the experiences and skill sets of other members contribute to the whole of our efforts. We're accepting of all who wish to take part in our activities, fostering an environment where anyone can participate and everyone can make a difference.
## Considerate
Members of the community are considerate of their peers - other Tigerbrew users. We're thoughtful when addressing the efforts of others, keeping in mind that oftentimes their labor was completed simply for the good of the community. We're attentive in our communications, whether in person or online, and we're tactful when approaching differing views.
## Respectful
Members of the community are respectful. We're respectful of others, their positions, their skills, their commitments, and their efforts. We're respectful of the volunteer efforts that permeate the Tigerbrew community. We're respectful of the processes set forth in the community, and we work within them. When we disagree, we are courteous in raising our issues.
Overall, we're good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally.
# Diversity
The Tigerbrew community welcomes and encourages participation by everyone. Our community is based on mutual respect, tolerance, and encouragement, and we are working to help each other live up to these principles. We want our community to be more diverse: whoever you are, and whatever your background, we welcome you.
We have created this diversity statement because we believe that a diverse Tigerbrew community is stronger and more vibrant. A diverse community where people treat each other with respect has more potential contributors and more sources for ideas.
Although we have phrased the formal diversity statement generically to make it all-inclusive, we recognise that there are specific attributes that are used to discriminate against people. In alphabetical order, some of these attributes include (but are not limited to): age, culture, ethnicity, gender identity or expression, national origin, physical or mental difference, politics, race, religion, sex, sexual orientation, socio-economic status, and subculture. We welcome people regardless of the values of these or other attributes.
# Attribution
This code of conduct is heavily based on the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/) and the [Python Diversity Statement](https://www.python.org/community/diversity/).
================================================
FILE: CONTRIBUTING.md
================================================
# Contributing to Tigerbrew
## Reporting Bugs
First, please run `brew update` and `brew doctor`.
Second, read the [Troubleshooting Checklist](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting).
**If you don't read these it will take us far longer to help you with your problem.**
## Security
Please report security issues to security@brew.sh.
## Contributing
Please read:
* [Code of Conduct](https://github.com/mistydemeo/tigerbrew/blob/master/CODE_OF_CONDUCT.md#code-of-conduct)
* [Formula Cookbook](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Formula-Cookbook.md)
* [Acceptable Formulae](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/Acceptable-Formulae.md#acceptable-formulae)
* [Ruby Style Guide](https://github.com/styleguide/ruby)
* [How To Open a Tigerbrew Pull Request (and get it merged)](https://github.com/mistydemeo/tigerbrew/blob/master/share/doc/homebrew/How-To-Open-a-Homebrew-Pull-Request-(and-get-it-merged).md#how-to-open-a-tigerbrew-pull-request-and-get-it-merged)
Tigerbrew guidelines
--------------------
* Check [the wiki](https://github.com/mistydemeo/tigerbrew/wiki/Tigerbrew-features) for information on Tigerbrew-specific features, like determining PPC CPU type.
* Don't break Intel builds when contributing PPC fixes. We support Intel Tiger, and in general try to avoid breaking anything that works in Homebrew.
* Try to avoid breaking builds on newer OSs when you submit fixes for Tiger and Intel.
================================================
FILE: LICENSE.txt
================================================
Copyright 2009-2015 Homebrew contributors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================
FILE: README.md
================================================
Tigerbrew
=========
A little experimental fork of [Homebrew][homebrew] that adds support for PowerPC Macs, and Macs running Tiger (or Leopard).
Installation
============
You will first need the newest version of Xcode for your operating system installed. For Tiger that's [Xcode 2.5, available from Apple here](https://developer.apple.com/download/more/?=xcode%202.5). For Leopard, [Xcode 3.1.4, available from Apple here](https://developer.apple.com/download/more/?=xcode%203.1.4). Both downloads will require an Apple Developer account.
On the computer you're reading this on, control or right click this link and save it (the option will be something like "Save Link As" or "Download Linked File" depending on your browser) to disk:
<https://raw.github.com/mistydemeo/tigerbrew/go/install>
Transfer it to your Tiger or Leopard machine along with Xcode.
<!-- Advanced users may wish to use TenFourFox instead -->
Type `ruby` followed by a space into your terminal prompt, then drag and drop the `install` file onto the same terminal window, and press return.
You'll also want to make sure that /usr/local/bin and /usr/local/sbin are in your PATH. (Unlike later Mac OS versions, /usr/local/bin isn't in the default PATH.) If you use bash as your shell, add this line to your ~/.bash_profile:
```sh
export PATH=/usr/local/sbin:/usr/local/bin:$PATH
```
What Packages Are Available?
----------------------------
1. You can [browse the Formula directory on GitHub][formula].
2. Or type `brew search` for a list.
3. Or use `brew desc` to browse packages from the command line.
More Documentation
------------------
`brew help` or `man brew` or check our [wiki][].
FAQ
---
### How do I switch from homebrew?
Run these commands from your terminal. You must have git installed.
```
cd `brew --repository`
git remote set-url origin https://github.com/mistydemeo/tigerbrew.git
git fetch origin
git reset --hard origin/master
```
### How do I run `brew update`?
If you have trouble running `brew update` when your installation is located in `/usr/local`, run `git config --global --add safe.directory /usr/local`.
### Something broke!
Many of the formulae in the repository have been tested, but there are still many that haven't been tested on Tiger and/or PowerPC yet. If something doesn't work, [report a bug][issues] (or submit a [pull request][prs]!) and we'll get it working.
Credits
-------
Homebrew is originally by [mxcl][mxcl], a splendid chap. This fork is by [mistydemeo](https://github.com/mistydemeo), incorporating some code originally written by @sceaga.
License
-------
Code is under the [BSD 2 Clause (NetBSD) license][license].
[Homebrew]:http://brew.sh
[wiki]:https://github.com/mistydemeo/tigerbrew/wiki
[mxcl]:http://twitter.com/mxcl
[formula]:https://github.com/mistydemeo/tigerbrew/tree/master/Library/Formula
[license]:https://github.com/mistydemeo/tigerbrew/blob/master/LICENSE.txt
[issues]:https://github.com/mistydemeo/tigerbrew/issues
[prs]:https://github.com/mistydemeo/tigerbrew/pulls
[tip]:https://www.gratipay.com/mistydemeo/
================================================
FILE: SUPPORTERS.md
================================================
# Kickstarter Supporters
This file contains a list of the awesome people who gave £5 or more to
[our Kickstarter](https://www.kickstarter.com/projects/homebrew/brew-test-bot).
This list is still incomplete as we need addresses for everyone who receives
a physical reward. Kickstarter recommends asking only when we are ready to
ship (to avoid changes of address) so we can't ask for more names/URLs
until then.
These mind-blowing people supported our Kickstarter by giving us £450 or more:
[](http://hashrocket.com/)
These spectacular people supported our Kickstarter by giving us £400 or more:
* [Cargo Media](http://www.cargomedia.ch/)
These incredible people supported our Kickstarter by giving us £200 or more:
* Stephan Toggweiler
* [The Tor Project](https://www.torproject.org)
These amazing people supported our Kickstarter by giving us £100 or more:
* [Mac Mini Vault](http://www.macminivault.com)
* jpr
* [Greg Sieranski](http://wonbyte.com)
* [Stanley Stuart](http://fivetanley.com)
* [Conor McDermottroe](http://www.mcdermottroe.com)
* [Spike Grobstein](http://spike.grobste.in)
* [nonfiction studios inc.](http://nonfiction.ca/)
* [Dev Fu! LLC](http://devfu.com)
* [Human Made Limited](http://hmn.md/)
* [Roland Moriz](https://roland.io/)
* [Rob Freiburger](http://robfreiburger.com/)
* [Carter Schonwald](http://www.wellposed.com)
* [Andy Piper](http://andypiper.co.uk)
* [Moriah Trostler](http://www.televolve.com)
* [Zach Kelling](http://whatit.is)
* [Scott Densmore](http://scottdensmore.com)
* [Adam Walz](http://www.adamwalz.net)
* [Timo Tijhof](https://github.com/Krinkle)
* [Joshua Hull](https://github.com/joshbuddy)
* [Chad Catlett](http://www.chadcatlett.com/)
These awesome people supported our Kickstarter by giving us £50 or more:
* [Oliver Sigge](http://oliver-sigge.de)
* [grahams](http://sean-graham.com/)
* [Brian Ford](http://briantford.com)
* Will Froning
* [Florian Eckerstorfer](http://florianeckerstorfer.com)
* [Leonhard Melzer](http://foomoo.de/)
* [Klaus Großmann](https://github.com/iKlaus)
* [monmon](https://github.com/monmon)
* [nimbly](http://nimbly.be)
* [cimnine](http://cimnine.ch)
* [Greg DeAngelis](http://greg.deangel.is)
* [Johan Carlquist](https://www.rymdvarel.se)
* [Simon Lundström](http://soy.se)
* [Samir Talwar](http://samirtalwar.com/)
* [John Wu](http://www.johnwu.com)
* [Jan Lehnardt](https://couchdb.apache.org)
* [Adam Auden](http://bimble.net/)
* [closure.jp](http://closure.jp/)
* Scott S.
* [Rachel Baker](http://rachelbaker.me)
* Dominique Poulain
* [Talks](http://tlks.me)
* [Philipp Bosch](http://pb.io)
* [Alexandru Badiu](http://ctrlz.ro)
* [Misha Manulis](http://brewbit.com)
* [MrBri](http://mrbri.com)
* [Marc Van Olmen](http://www.marcvanolmen.com)
* [Scott Gardner](http://scotteg.com)
* [Peter JC](http://peterjc.dk)
* [Nathan Toups](http://rojoroboto.com)
* [Fluent Globe](http://fluentglobe.com)
* [Dmitri Akatov](http://akatov.com)
* [Joey Mink](http://joeymink.com)
* [MentalPower](http://mentalpower.us)
* [worldofchris](http://www.worldofchris.com)
* [Joël Kuijten](http://pm5544.eu)
* [William Griffiths](http://Cwmni.com)
* [Paul Howard](https://github.com/pauldhoward)
* [Mårten Gustafson](http://marten.gustafson.pp.se)
* [Markus Heurung](http://markusheurung.de)
* [Rajiv Aaron Manglani](http://www.rajivmanglani.com/)
* Zachary Elliott
* [Justin Weiss](http://www.justinweiss.com)
* Matt Dickoff
* [Pivotal Ops](http://pivotallabs.com)
* [William Woodall](http://williamjwoodall.com)
* [Jiayong Ou](http://orly.ch)
* [Joshua Peek](https://github.com/josh)
* [Sifter](https://sifterapp.com)
* [Morten Bight](http://justabeech.com)
* Markus Heurung
* David Hardiman
* [Olly Legg](http://51degrees.net)
* [Ben Darlow](http://www.darlow.eu/)
* [Alexey Zakhlestin](https://github.com/indeyets)
* Fernando Blat
* [Adam Holt](http://adamholt.co.uk)
* Trevor Turk
* [Jochen Weiland](http://jweiland.net)
* Paul Mietz Egli
* Petr Olah
* Ken Mayer
* [Jeremy D. Frens](http://www.norecess.org/)
* Peter Quade
* C J Silverio
* [Roddi](http://www.winkenschuerfel.de)
* Jeffrey Sullivan Jr
* Jonathan Borzilleri
* Ethan Bruning
* Nick Mixdorf
* Alex Duryee
* Zac Ragan
* [Lane Lillquist](http://www.lillq.com)
* [Robert Schmidl](https://github.com/RobRoy)
* [Collective Idea](http://collectiveidea.com)
* [Freckle Time Tracking](http://letsfreckle.com/)
* [Hans-Christian Otto](http://hans-christian-otto.de/)
* Dan Lane
* Seth Szymanski
* [osh Runge](http://joshrunge.com)
* Glen Hunt
* [Venantius](http://www.venanti.us)
* Matt Jones
* [Jen Savage](https://savagejen.github.io/)
* [Trenton Schulz](http://www.norwegianrockcat.com)
* Jake Kaufman
* [Hiro](http://blog.qli.jp/)
* Debreczeni Barnabás
* [Scott Handley](http://evomics.org)
* [Scott Lipsig](https://github.com/scottscott)
* Nick Zadrozny
* Mikael Roos
* Stephen Eckenrode
* [Kevin Sumner](http://kevinsumner.com)
* Rahul
* [Nothing Interactive](http://www.nothing.ch)
* [Nick Sivo](http://nicksivo.com)
* [Claus Pfisterer](http://www.apochroma.ch)
* Bob Doyle
* Gabriel Boyer
* Tom
* Yann Lawrence
* Frederick Ostrander
* [David Wagner](http://noiseandheat.com)
* [Craig Labenz and Matt Kahl](http://www.Stik.com)
* Alan Grosskurth
These brilliant people supported our Kickstarter by giving us £15 or more:
* [Brian Lalor](https://github.com/blalor)
* [Aaron Ackerman](https://twitter.com/_aaronackerman_)
* [Rodreegez](http://rodreegez.com)
* [Stephan Diederich](https://github.com/diederich)
* [Andrew Nesbitt](http://nesbitt.io)
* [Blaine Cook](http://romeda.org/)
* [Raquel Hernandez](http://raquelhernandez.net)
* [JD Harrington](https://twitter.com/psi)
* [P.J. Onori](http://www.somerandomdude.com)
* [Egbert Veenstra](http://egbert.co)
* [Bramus Van Damme](http://www.bram.us/)
* [Matt Vagni](http://www.twitter.com/mattvagni)
* [Matt Cannon](http://www.mattcannon.co.uk)
* [Dannel Jurado](http://demarko.org)
* [Benjamin Esham](http://www.bdesham.info)
* [Nick Rogers](https://twitter.com/zikolas)
* [Abe Estrada](http://abeestrada.com)
* [Mattias Larsson](http://www.yahoo.com/)
* [Dave Ross](http://davidmichaelross.com)
* [Andrian Budantsov](http://andrian.io/)
* [Jason Smith](https://twitter.com/waitingallday)
* [Martin Coxall](https://twitter.com/grabcocque)
* [Nick Jones](mailto:nick@dischord.org)
* [Esmé Cowles](https://github.com/escowles)
* [Garrett L. Ward](http://glward.net)
* [Carl Laird](http://allthingsoptimal.com)
* [Mx A. Matienzo](http://matienzo.org/)
* [Sean Dunn](http://www.dunns.me)
* [Kara Van Malssen](http://avpreserve.com)
* [phette23](http://phette.net)
* [Jemal Cole](http://jemal.co/)
* [Branden Wiegand](http://brandenwiegand.com)
* [Adam Spooner](http://adamjspooner.com)
* [Evan McNulty](http://www.evanm.net/)
* [Abdullah AlDwyish](https://twitter.com/adwayish)
* [Simon Jodet](http://jodet.com)
* [Christian Maier](http://sieben.me)
* [Justin Pecott](http://justin.pecott.net)
* [Yuya Saito](https://github.com/studiomohawk)
* [jan](https://alpha.app.net/derjan)
* [beanieboi](http://abwesend.com)
* [dirkr](http://niebegeg.net)
* [ouvanous](http://ouvanous.com)
* [dlinsin](https://dlinsin.github.io)
* [Alex Morega](http://grep.ro/)
* [Chris McGrath](https://twitter.com/chrismcg)
* [Ben](http://blog.bueti-online.ch)
* [Ishaan Gulrajani](http://ishaan.io)
* [Horst Gutmann](http://zerokspot.com/)
* [freecastle](http://freiburg79.de/)
* [Hynek Schlawack](http://hynek.me)
* [aiusepsi](http://aiusepsi.co.uk)
* [Stefan Borsje](https://yourkarma.com)
* [Mark Goody](http://markgoody.ie/)
* [Terje Sten Bjerkseth](https://github.com/terjesb)
* [Wade Winningham](http://www.updrift.com)
* [Opendream](http://www.opendream.co.th)
* [Todd Grooms](http://toddgrooms.com)
* Christian Savard
* [Michael Novak](http://michaelnovakjr.com)
* [Jon Prettyman](https://www.sprighealth.com/)
* [Ruby Daily](http://rubydaily.org)
* derBernd
* [toolbear](http://tool-man.org/)
* [S Schreiber](http://www.stevenfschreiber.com)
* [Paul Bowsher](https://github.com/boffbowsh/)
* [Daniel Lindsley](http://toastdriven.com/)
* [Felipe Coury](http://gistia.com)
* [noahhendrix](https://twitter.com/noahhendrix)
* [Kevin Davies](http://theausguild.org)
* [Geknowm](http://geknowm.com)
* [Tod Olson](http://www.lib.uchicago.edu/~tod/)
* [Christian Busch](http://debilux.org)
* [Victor Asteinza](http://victorasteinza.com)
* [Hans N. Hjort](http://www.hansnilsson.net)
* [Rachel Heaton](http://www.rmheaton.com)
* [CodeCatalyst](http://codecatalyst.com/)
* [Luke Karrys](http://lukekarrys.com)
* [Brandon Weiss](http://brandonweiss.me)
* [Gareth](http://gareth.com.au)
* [Nate Robins](http://xmission.com/~nate)
* [Jay Graves](http://doubleencore.com)
* [John Wittkoski](https://github.com/jwittkoski)
* [Micah Woods](http://www.hashrocket.com)
* [Raphael Stolt](http://raphaelstolt.blogspot.de)
* [Hatimeria](http://hatimeria.com)
* [Barron Bichon](http://blueplaid.net/)
* [Torvos](http://www.torvos.ca)
* [Alexander Zautke](http://alexander-zautke.com)
* [Sam Kelly](http://skel.ly)
* [Tobias Ottenweller](https://github.com/tomco)
* [Ragan Webber](Http://raganwebber.com)
* [Wesley Moore](http://wezm.net/)
* [pangratz](http://code418.com)
* [jus](http://jus.li)
* [Teng Siong Ong](http://siong1987.com)
* [Bryan Liles](http://thunderboltlabs.com)
* [Tony Pitale](http://tpitale.com)
* [Ryan Ahearn](http://rcahearn.net)
* [ITerativ GmbH](http://www.iterativ.ch/)
* [Brian Nelson](http://www.clientresourcesinc.com)
* [Jeff Beemn](http://jeffbeeman.com)
* [loranger](https://github.com/loranger/)
* Torbjørn Vatn
* [Justin Hileman](http://justinhileman.info)
* [Martin Tithonium](http://martian.at/)
* [Ivan De Marino](http://ivandemarino.me)
* [Jørgen Tjernø](http://jorgenpt.tumblr.com)
* [Peter Souter](https://github.com/petems)
* Marco
* [Steve McKinney](http://stephenmckinney.me)
* Felix Adusei
* [Richard Lee](http://dlackty.org/)
* [Shane O'Grady](http://ogrady.ie)
* [Sebastian Staudt](http://koraktor.de)
* [Eric Blair](http://room45.co/)
* [Andreas Behr](http://www.codedreality.com)
* [Terry Churchill](http://www.doc-linux.co.uk)
* [Maximilian Haack](http://3141.eu)
* [Pascal Jungblut](http://pascalj.de)
* [Absolight](http://www.absolight.fr/)
* [Ben Hagen](https://plus.google.com/102873090274552422645/)
* [Wilbur Smith](https://twitter.com/thewilbur)
* bup
* [epiGenesys](http://www.epigenesys.co.uk/)
* Greg Clarke
* [CoEPP](http://www.coepp.org.au)
* [Jérôme Foray](http://foray-jero.me/)
* [bobuk](https://twitter.com/bobuk)
* [Christoph Hochstrasser](http://christophh.net)
* [João Bolila](http://Bolila.com)
* [Yaroslav Markin](https://github.com/yaroslav)
* [David White](http://wizardfrag.co.uk)
* Jonatan Lindström
* [AYSTech Consulting](http://aystech.net)
* [Josh Dick](http://joshdick.net)
* [Alexey Mirniy](https://www.linkedin.com/in/pharmazone)
* [Simon Gate](Http://smgt.me)
* [Josh Yaganeh](https://github.com/jyaganeh)
* Dirk Kraft
* [stefan crain](https://github.com/stefancrain)
* [xorbyte](https://hackd.net)
* Dom
* [kmcphillips](http://kevinmcphillips.ca)
* [Justin Kolberg](http://www.aelatis.com)
* [Benjamin Medicke](http://benmedicke.com/)
* [Hibri Marzook](http://www.hibri.net)
* [Jeremy Pinnix](http://pixelgrazer.com)
* [Arne de Bree](http://www.arnedebree.nl)
* [Oleksandr Skrypnyk](https://sxua.github.io)
* [Ilya Otyutskiy](https://twitter.com/thesharp)
* Chris Hellmuth
* Unknown Comic
* Brian Miller
* [Zhang Yi](http://tomodachi.name)
* [Romain Lespinasse](https://dandelion.github.io)
* [achiiive.com](http://achiiive.com)
* [Michael Hawkins](http://hawkinsunlimited.com)
* [Tim Sutton](https://github.com/timsutton)
* [Arne Eilermann](https://kleinerdrei.net/)
* [Jeroen Seegers](http://www.jeroenseegers.com)
* [Dan Karney](https://twitter.com/KarneAsada)
* [James Curbo](http://www.curbo.org)
* [Mark Norman Francis](https://github.com/norm/)
* [Lee Brandt](http://leebrandt.me)
* [Dan Ivovich](http://danivovich.com/)
* [Eli Juicy Jones](http://elijones.us/)
* [Daniel Hertz](http://www.dhertz.com)
* [Chuck Fouts](https://github.com/gnarl)
* [Chip Warden](https://twitter.com/lgw4)
* [Ethan Schoonover](http://ethanschoonover.com)
* [Chi Trung Nguyen](http://www.napcaesmind.de)
* [Danny Amey](http://www.dannyamey.com/)
* Oscar
* [Brian Pollack](http://www.protovate.com)
* [Andrew Broman](http://cccultura.com)
* [Chris Metcalf](http://chrismetcalf.net)
* [smartwatermelon](http://projectinsomnia.com)
* [Ursul_polar](https://twitter.com/ursul_polar)
* David Hodo
* [Jeff Field](https://twitter.com/jfield)
* [dholm](https://github.com/dholm/)
* [Chase Southard](http://southard.co)
* Paul Jenkins
* [Johnneylee Jack Rollins](https://spaceghost.github.io)
* [Jose Marcelino](http://metavurt.net)
* [Adam](https://example.com)
* [François Lamboley](http://www.frostland.fr/)
* [Mike Anderson](http://mrmikea.com)
* [Ian Johnson](http://ialsotakephotos.com/)
* Dave Coyle
* Brian Fuchs
* Fernando
* [Denny Lee](http://dennyglee.com)
* [Ernie Hershey](http://www.ernie.org)
* [Hao Gao](http://www.haogao.me)
* [Tim Gilbert](https://timgilbert.wordpress.com/)
* [Keith Thompson](http://keiththomps.com)
These wonderful people supported our Kickstarter by giving us £10 or more:
* [Simon Rascovsky](http://teleradiologia.com)
* [silsha](http://felixarndt.de)
* [Martin Kopischke](http://martin.kopischke.net)
* [John Kary](http://johnkary.net)
* [David M. Carr](http://david.carrclan.us)
* [Dale Tournemille](http://www.tournemille.com)
* [VirtualWolf](http://virtualwolf.org)
* [Lovingly Handmade Pornography](http://lovinglyhandmadepornography.com/)
* [Ben Handzo](http://handzo.com)
* [Jean-Philippe Sirois](http://jpsirois.com)
* [Sindre Sorhus](http://sindresorhus.com)
* [Nick Ruest](http://ruebot.net)
* [Steven Huey](https://twitter.com/stevehuey)
* [Craig Bernstein](http://cwb.us/)
* [Peter Murray](http://dltj.org/)
* [Andrew Madsen](http://www.openreelsoftware.com)
* [pb30](http://pb30.com)
* [squaredesign](http://squaredesign.com)
* [Alex Burka](http://www.alexburka.com)
* Ciarán Walsh
* [Andrew Brown](http://pvalu.es)
* [Bethany Sumner](http://www.bethanysumner.com/)
* [Orta](http://orta.io)
* [Michał Gołębiowski](http://mgol.eu)
* [Adam C. Foltzer](http://www.acfoltzer.net/)
* [Steve Hiemstra](http://www.speg.com)
* [Anton Sipos](http://www.softwarefuturism.com)
* [Sergey Nebolsin](http://fedot.com)
* [Dan Poltawski](http://blog.danpoltawski.co.uk)
* [Dieter Komendera](http://www.komendera.com/)
* [Lukas Westermann, at-point ag](http://at-point.ch/)
* [Milan Cermak](http://milancermak.com)
* [Sebastian Krysmanski](http://manski.net)
* [Mike Stenhouse](http://mikesten.com)
* [Alastair Stuart](http://eurotalk.com)
* [David Rekowski](http://rekowski.info)
* [Roland Leth](http://rolandleth.com)
* [Maurice Kelly](http://blog.chatswood.org.uk/)
* [Daryl Spitzer](https://twitter.com/yacitus)
* [Jose Peleteiro](http://peleteiro.net)
* [Mikael Hultgren](http://www.artsoftheinsane.com)
* [Richard Japenga](http://japenga.eu)
* [Pierre Riteau](https://github.com/priteau)
* [Nathan Vander Wilt](http://exts.ch)
* [Jean-Baptiste Escoyez](http://www.inspirationfactory.be)
* [Tobias Müller](http://www.twam.info)
* [Boris Mann](http://www.bmannconsulting.com)
* [Zach A. Thomas](https://github.com/zathomas)
* [Andrey Yunoshev](http://yunoshev.ru)
* [David McFarland](http://www.dcmcfarland.com)
* [Roland Tanglao](http://rolandtanglao.com)
* [Jacob Elder](http://jacobelder.com)
* [ToWatchList](http://towatchlist.com/)
* [Joshua Jabbour](http://about.me/joshuajabbour)
* [Daniel Giribet](http://dani.calidos.com)
* [Eric Wallmander](http://wallmander.net/)
* [Teakhouten meubelen](http://teakmeubelen.nl/)
* [Gerard "smeevil" de Brieder](http://www.govannon.nl)
* [Marius Ciocanel](http://mariusciocanel.com)
* [David Sommers](http://davidsommers.com/)
* [Ray Grasso](http://raygrasso.com)
* [Tim Uruski](http://tim.uruski.name)
* [Robert Clark](http://www.touchtech.co.nz)
* [Wes Oldenbeuving](http://narnach.com/)
* [Jon Fuller](http://erg7.com)
* [PredictionIO (Open-source machine learning server)](http://prediction.io)
* Nikolaus Wittenstein
* [StormMQ](http://stormmq.com/)
* [Barry Hoggard](http://www.tristanmedia.com/)
* [Purplish Tree](http://PurplishTree.com)
* [Stefan Huber](http://signalwerk.ch/)
* Julien Palmas
* [Cameron Spencer](http://eusonic.com)
* [alesdotio](https://github.com/alesdotio)
* [version2.io](http://version2.io)
* [Jeremy Clarke](http://jeremyclarke.org)
* [Dimitar Dimitrov](http://ddimitrov.name/)
* [Hacker School](https://www.hackerschool.com/)
* [Franklin](http://frankl.in)
* [Wes Garrison](http://databasically.com)
* [Braulio Carreno](http://carreno.me)
* [Derek Croft](http://www.kiindly.com)
* [Doc Ritezel](http://ritezel.com)
* [Christoph Heer](http://christophheer.me)
* [Kuba Suder](http://mackuba.eu)
* [Jason Garber](http://sixtwothree.org)
* [Alejandro Caceres](http://punkspider.hyperiongray.com)
* [Slobodan Miskovic](https://miskovic.ca)
* [Kurt Ostergaard](http://KurtOstergaard.com)
* [Simply Business](http://www.simplybusiness.co.uk/)
* [Tate Johnson](http://tatey.com)
* [Gerry Cardinal III](http://gerrycardinal.com/)
* [Andrew Kalek](http://anlek.com)
* [Bryan Coe](http://www.BryanACoe.com)
* 360 Virtual Tours
* [James Turnbull](http://www.kartar.net)
* [Dominic Morgan](http://d3r.com)
* [Mario Witte](http://www.mariowitte.com)
* [Studio NAND](http://www.nand.io)
* [Per Sandström](http://www.helloper.com)
* [Jochen Schäfer](http://www.joschs-robotics.de)
* [Jökull Sólberg Auðunsson](http://www.solberg.is)
* [kolpax](http://kolpax.io)
* [Matt Davis](http://penandpants.com)
* [Scott Chamberlain](http://ropensci.org/)
* [Jaehoon You](https://github.com/teslamint)
* [Wayne Robinson](http://www.wayne-robinson.com)
* [Kitt Hodsden](https://kitt.hodsden.org/)
* [Justin Johnson](http://justinjohnson.org/)
* [David Cristofaro](http://davidcristofaro.com/)
* Steve Salkin
* [Kristopher Johnson](http://undefinedvalue.com/)
* [Kumar McMillan](https://twitter.com/kumar303)
* [Brannon Sherry](http://code-junkie.com)
* [Neo Innovation - Lean Consultancy](http://neo.com/)
* [Jeff Warner](http://www.stormysoftware.com)
* [Jeremy Walker](http://www.ihid.co.uk)
* [Michael Sanders](http://msanders.com)
* [Zulfiqar Ali](http://www.simplerses.com)
* [Josh Hepworth](http://friendsoftheweb.com)
* [Michael Dippery](http://monkey-robot.com/)
* [Jonathan Beavers](https://jon4than.com)
* [Jason Nourse](http://jasonnourse.com)
* [cj little](http://cjlittle.com)
* [Nicholas Mott](http://www.discovilante.com)
* [Jean-Luc Geering](http://www.ufirstgroup.com/)
* [Ingo Kampe](http://kreuzwerker.de/)
* [Jason Rasmussen](http://www.sourcefire.com)
* [Reni Margold](http://renimargold.com)
* [Jacopo](https://github.com/dedalusj)
* [Incremental Productions Ltd](http://www.incremental.co.uk/)
* [condero Aktiengesellschaft](http://www.condero.com)
* [Mintrus](http://mintrus.com)
* [Ezekiel Templin](http://zeke.templ.in/)
* [Matt Robinson](https://www.lazycat.org/)
* [Greg Kaufman](http://gregkaufman.com)
* [Chris Wilkes](https://github.com/cwilkes)
* [Maven Security Consulting](http://www.mavensecurity.com)
* [Christopher Vander Poel](http://www.wlvrn.com)
* [Weiyin LIANG](http://pyology.com)
* [Epic Awesome](http://epicawesome.co/)
* [Evan Oxfeld](https://twitter.com/evanoxfeld)
* [Alexander Lash](http://alexla.sh)
* [Ferran Selles](http://www.nulltrace.com)
* [Rick Companje](http://www.companje.nl)
* [Alexander Zubko](https://www.youtube.com/watch?v=jqxENMKaeCU)
* [Iain Beeston](http://iainbeeston.com/)
* [Geoff Bowers](http://www.daemon.com.au)
* [Logan Cox](http://lo5an.com)
* [Helmwind](http://helmwind.com)
* [José Tiburcio Ribeiro Netto](http://mineiro.org)
* [Cloudier](http://www.cloudier.com)
* [Adam Merrifield](http://seydesign.com)
* [Alan Chiang](http://itsnotvalid.com)
* Ralf Norbert Sooth
* [Cameron Tod](http://camerontod.com)
* [Paul McLanahan](http://pmac.io)
* [Lance Ulmer](http://lanceulmer.com)
* [Thomas Jachmann](http://thomasjachmann.com)
* [Jonathan Foster](http://fostertheweb.com)
* [Diogo Neves](http://diogoneves.com)
* [Arvy](http://www.codingepiphany.com)
* [James Pellerano](http://jamespellerano.com)
* [Birger J. Nordølum](http://mindtooth.me)
* [Bob Saska](http://r35.net)
* [Michael McCarthy](https://github.com/mikeycmccarthy)
* [Scott Courtney](http://www.sinenomine.net/)
* [Courtney Wilburn](http://blog.cjwilburn.com)
* [Gregory Man](https://github.com/gregory-m)
* [Sean Porter](http://seanporter.com)
* [Jerome Glacken](http://www.jeromeglacken.com)
* Chris Severs
* [Joacim Löwgren](http://www.jorum.se)
* [Shawn Price](http://shawnprice.com/)
* [Dominick LoBraico](http://dominick.me)
* [Denis Wolf](http://deniswolf.net)
These lovely people supported our Kickstarter by giving us £5 or more:
* Lasse Bang Mikkelsen
* Greg Leppert
* Peter Manser
* Edd Hannay
* Jonathan Halcrow
* Aaron Malone
* Jonic Linley
* richardjburton.com
* Lukas Spieß
* Alicia Cozine
* Tieg Zaharia
* Nicholas Friederich
* Jeremy Weathers
* Jed Meade
* Wayne Pan
* Christopher Wright
* Patrick Armstrong
* Lance Ivy
* Vaughan Thomas
* Paul Hoffman
* Chris Black
* Kevin Cupp
* Andrew Cornett
* Jörn Huxhorn
* Janosch Hildebrand
* Andrew Janke
* D. Kevin Stilwell Jr.
* Kent Holloway
* Michał Pluciński
* Martial Michel
* Jay McGavren
* Michael Salmon
* Olivier Saut
* Max Seelemann
* Frans van Camp
* Leif Bladt
* David Reynolds
* Ulrich Petri
* Justin Falcone
* Damien Klinnert
* Rob Stinogle
* Luke Campbell
* Stan Mazurek
* Chris van Es
* Kai Wells
* Kevin Clark
* Sven Aas
* David Kapp
* Sean Knox
* Peter Jaros
* Shaun Jackman
* Alex Koloskov
* Richard Eriksson
* Eric Wolter
* Stefan Daschek
* Joel Gerhold
* Rubens Altimari
* Adrian Sampson
* Mark Schabacker
* Alexey Popov
* Joan Wolkerstorfer
* Robbie Tingey
* Sittipon Simasanti
* Lucian Cesca
* Alpha Chen
* Adam Duracz
* Christoph Pojer
* Jason Wells
* Manuel Binna
* Tomek Paczkowski
* Jamie Oliver
* Hirotsugu Asari
* anasazy
* Mike Boers
* Brad Wright
* Max Shishkin
* Keaton Mowery
* Wes Hargrove
* Jon Austin
* Joey Stanford
* Giovanni Angoli
* fukuball
* orip
* Christian Maughan Tegnér
* ChristianGeek
* Kevin Toppel
* Mark Rogerson
* Anna Gerber
* Matthew Billings
* Kevin Dew
* Pelle Wessman
* Timothée Peignier
* Andrea Lattuada
* Mirko Caserta
* Dan Drabik
* Ferdinand Salis-Samaden
* Rob Staenke
* Marko Soikkeli
* Alexander Tarmolov
* Adam Neuwirth
* Phillip Lawler
* Superbil
* Aaron Suggs
* Nikolaj Brandt Jensen
* Sven Lito
* Seth Fitzsimmons
* Jeroen Houtzager
* Daniel Kempkens
* kilsey
* Ioann Maria
* Alex Nelson
* Fergal Hainey
* KJA
* Tsz Ming WONG
* Balázs Pete
* Raúl Marcos Lorenzo
* Federico "sQuEE" Sun
* Christopher Gateley
* Mark S. C. Smith
* Tim O'Brien
* Joshua Conner
* Lucas Dohmen
* Joe VanAndel
* Gabriel Harrison
* Nicolas Crowell
* joch_n
* Ralph Reijs Nachum
* Kyle Miller
* Anonymous
* Sam Sellars
* Phil B.
* John Duprey
* mike smith
* carla capps
* Sergey Timoshin
* con-f-use
* Urban Blom
* Calle Englund
* Stephen Childs
* Ben Plantinga
* Dorian Kernytsky
* Michael Henretty
* Bill Rafferty
* Princess Lilian in Memoriam
* Shlok Datye
* Thierry Hayoz
* Mark Paschal
* Matt Vanderpol
* W. Evan Sheehan
* Kristian Söderholm
* Hunter Shedlock
* Iraquitan Cordeiro Filho
* Charlie Fulton
* Andrew Kent
* Andreas M. Nilsson
* Remon Georgy
* Rob Newman
* Gossie
* Ivy Tsai
* cmchap
* Gaëtan Gueraud
* Thomas Coudray
* Karl Thiebolt
* Suti
* shazow
* Keenan Brock
* Kyle T. Mandli
* Robert Anderson
* T.J. Simmons
* M Stallman
* @staticnull
* Asbjørn Ulsberg
* Tobias Stehle
* Glenn Ian Baker
* Quintin Pan
* Matt White
* Hugo Vincent
* @lmjabreu
* Joe Sheehan
* Park Jaeku
* Matthew Mirande
* Arnaud
* Cyriel van 't End
* Robert Parini
* Fiann O'Hagan
* Dan Morrow
* Liam Jones
* Tony Fernandez
* Arizona Edwards
* Asaf Ary
================================================
FILE: bin/brew
================================================
#!/bin/bash
chdir() {
cd "$@" >/dev/null
}
BREW_FILE_DIRECTORY="$(chdir "${0%/*}" && pwd -P)"
HOMEBREW_BREW_FILE="$BREW_FILE_DIRECTORY/${0##*/}"
if [ -L "$HOMEBREW_BREW_FILE" ]
then
BREW_SYMLINK="$(readlink "$HOMEBREW_BREW_FILE")"
BREW_SYMLINK_DIRECTORY="$(dirname "$BREW_SYMLINK")"
BREW_FILE_DIRECTORY="$(chdir "$BREW_FILE_DIRECTORY" &&
chdir "$BREW_SYMLINK_DIRECTORY" && pwd -P)"
fi
HOMEBREW_PREFIX="$(chdir "$(dirname "$(dirname "$HOMEBREW_BREW_FILE")")" && pwd -P)"
HOMEBREW_REPOSITORY="$(chdir "$BREW_FILE_DIRECTORY"/../ && pwd -P)"
HOMEBREW_LIBRARY="$(chdir "$BREW_FILE_DIRECTORY"/../Library && pwd -P)"
source "$HOMEBREW_LIBRARY/brew.sh"
gitextract_0up_7ltr/
├── .gitignore
├── .yardopts
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE.txt
├── README.md
├── SUPPORTERS.md
└── bin/
└── brew
Condensed preview — 8 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (36K chars).
[
{
"path": ".gitignore",
"chars": 528,
"preview": "/*\n!/.gitignore\n!/.yardopts\n!/Library/\n!/CODE_OF_CONDUCT.md\n!/CONTRIBUTING.md\n!/LICENSE.txt\n!/README.md\n!/SUPPORTERS.md\n"
},
{
"path": ".yardopts",
"chars": 291,
"preview": "--title \"Homebrew\"\n--main Library/Homebrew/README.md\n--markup markdown\n--no-private\n--exclude Library/Homebrew/test/\n--e"
},
{
"path": "CODE_OF_CONDUCT.md",
"chars": 3168,
"preview": "# Code of Conduct\nThe Tigerbrew community is made up of members from around the globe with a diverse set of skills, pers"
},
{
"path": "CONTRIBUTING.md",
"chars": 1543,
"preview": "# Contributing to Tigerbrew\n## Reporting Bugs\nFirst, please run `brew update` and `brew doctor`.\n\nSecond, read the [Trou"
},
{
"path": "LICENSE.txt",
"chars": 1241,
"preview": "Copyright 2009-2015 Homebrew contributors.\n\nRedistribution and use in source and binary forms, with or without\nmodificat"
},
{
"path": "README.md",
"chars": 3073,
"preview": "Tigerbrew\n=========\n\nA little experimental fork of [Homebrew][homebrew] that adds support for PowerPC Macs, and Macs run"
},
{
"path": "SUPPORTERS.md",
"chars": 23754,
"preview": "# Kickstarter Supporters\nThis file contains a list of the awesome people who gave £5 or more to\n[our Kickstarter](https:"
},
{
"path": "bin/brew",
"chars": 682,
"preview": "#!/bin/bash\nchdir() {\n cd \"$@\" >/dev/null\n}\n\nBREW_FILE_DIRECTORY=\"$(chdir \"${0%/*}\" && pwd -P)\"\nHOMEBREW_BREW_FILE=\"$BR"
}
]
About this extraction
This page contains the full source code of the mistydemeo/tigerbrew GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 8 files (33.5 KB), approximately 10.6k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.