Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 18, 2015
  2. Feb 09, 2015
  3. Feb 05, 2015
  4. Jan 27, 2015
  5. Jan 22, 2015
  6. Jan 15, 2015
  7. Jan 04, 2015
  8. Jan 03, 2015
    • Dominyk Tiller's avatar
      Maintainer-Guidelines: basic touch-up · d071e2a5
      Dominyk Tiller authored
      
      * Moved the `pip` homepage to something that points more directly at
      `pip`.
      * Adds a note on `test do`. All the maintainers and the bot check the
      existence of such things these days, but I guess if anyone stumbles
      across the document it’s useful to say.
      * GiX is formally dead, and has two blessed forks.
      * Typo on contributor.
      
      Closes Homebrew/homebrew#35467.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      d071e2a5
  9. Dec 28, 2014
    • Dominyk Tiller's avatar
      Documentation Updates · 7b0cc143
      Dominyk Tiller authored
      
      Acceptable-Formulae:
      
      * Makes the language around stable versions stricter.
      * Fixes the Homebrew/Head-only lack-of-hyphen.
      * Adds Homebrew/Devel-only.
      
      Formula-Cookbook:
      * Adds a link to Interesting-Taps-&-Branches.
      * Fixes the Python language to match Tim’s latest guidelines.
      * Adds a note on options that aren’t ` build-with? ` or `
      build-without? `.
      
      Interesting-Taps-&-Branches:
      * Slightly modifies the Versions language to better match what the
      repository actually ships.
      * Adds Homebrew/Devel-only to the language.
      
      Closes Homebrew/homebrew#35298.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      7b0cc143
    • Mike McQuaid's avatar
      manpage: document `brew audit --strict`. · 5cff7efc
      Mike McQuaid authored
      5cff7efc
  10. Dec 20, 2014
  11. Dec 18, 2014
  12. Dec 16, 2014
  13. Dec 12, 2014
  14. Dec 11, 2014
  15. Dec 08, 2014
  16. Dec 07, 2014
  17. Dec 05, 2014
    • Dominyk Tiller's avatar
      Documenting keg-only outside of Homebrew. · 0d2ae714
      Dominyk Tiller authored
      
      How-to-use-keg-only-outside-of-brew:
      * A new piece of documentation detailing how to deal with using
      keg_only formula outside of Brew itself. We’ve had a lot of questions
      and issues about this recently, and the solutions aren’t as easy and
      explicit to find elsewhere, so detailing it here may help reduce some
      of the questions we’ve seen recently.
      * I possibly whinged too much in the second section. I’m open to
      criticism and being called whiny.
      * Details flags, prepending the $PATH, and dealing with pkg-config.
      
      Closes Homebrew/homebrew#34608.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      0d2ae714
  18. Dec 03, 2014
  19. Dec 02, 2014
    • Dominyk Tiller's avatar
      Documentation Changes · 1e04a7f1
      Dominyk Tiller authored
      
      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: default avatarMike McQuaid <mike@mikemcquaid.com>
      1e04a7f1
    • Jack Nagel's avatar
      Formula files are created in the repository · 88b93b7a
      Jack Nagel authored
      which is not necessarily the same as the prefix.
      88b93b7a
  20. Dec 01, 2014
  21. Nov 26, 2014
  22. Nov 21, 2014
  23. Nov 18, 2014
    • Dominyk Tiller's avatar
      Documentation Updates · e8d7d1df
      Dominyk Tiller authored
      
      Mike probably wants to cast an eye over all of this, but in summary:
      
      In the Example Formula:
      * Updates with a revision example.
      * Updates with a mirror mirror (Whoa meta).
      * Replaces the bottles with more modern examples.
      * Adds the Yosemite binary dependency options.
      * Improves the plist documentation
      
      In the Bottles doc:
      * Modernises the expected bottle readout.
      * Adds double quotes.
      
      In the FAQ:
      * Updates the bottle language to reflect Yosemite’s arrival and the
      Bot’s new minimum OS bottle generation.
      
      In the Formula-Cookbook:
      * Adds a mega block on the OpenSSL situation in Homebrew, complete with
      examples and explanation.
      * Changes the X11 dependency example to optional to reflect Jack’s
      recently-expressed pattern in other formulae.
      * Explains why and how formulae are sometimes revisioned, and the
      mechanism behind that.
      * Updates the Ldapvi `otool` readout to reflect the new usage of
      OpenSSL. Setting a good example and all that.
      * Updates the Python language to match Tim’s new Python handling.
      * Updates the naming block to explain how Homebrew handles name
      conflicts, complete with examples.
      * Updates (a tiny bit) the sandbox creation in /tmp to reflect the
      current style.
      * Updates the chmod to move away from +x towards 0555 instead.
      * Labels the `enable-ham` option depreciated rather than old. Slightly
      firmer.
      * Updates the bottle block instructions to reflect Homebrew’s audit
      mechanism not crying about it locally.
      
      Closes Homebrew/homebrew#34275.
      
      Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
      e8d7d1df
  24. Nov 17, 2014
  25. Nov 13, 2014
  26. Nov 12, 2014
  27. Nov 05, 2014
  28. Nov 01, 2014
Loading