| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes #37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-08 | Remove another use of the direct url writer | Jack Nagel | |
| masgn is hard to grep for :/ | |||
| 2015-01-04 | Use more https in urls and updated some lost links | Viktor Szakats | |
| Closes #35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-27 | create: recommend `brew audit --strict`. | Mike McQuaid | |
| 2014-12-15 | create: remove formula include. | Mike McQuaid | |
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes #33211. | |||
| 2014-07-17 | Only ask for the stem once | Jack Nagel | |
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-03 | test: improve docs for when using HEAD or similar flags | Dave Cottlehuber | |
| Closes #29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-22 | create: make conditional more obvious | Jack Nagel | |
| 2014-02-22 | create: pull requires out of method | Jack Nagel | |
| 2014-02-22 | Update method call | Jack Nagel | |
| 2014-02-21 | Move Formula.class_s to Formulary | Jack Nagel | |
| 2014-01-07 | create: fix typos | Christian Moritz | |
| Closes #25709. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-07 | create: always use double quotes. | Mike McQuaid | |
| 2013-12-27 | Replace template’s `j1` with `deparallelize` | Josh Tilles | |
| Solely because I think `ENV.deparallelize` is *way* clearer than `ENV.j1`, at least to the uninitiated. Also, updating the template will reduce the number of `ENV.j1`s that persist because the Homebrew maintainers want clean histories of formulae. Ideally, this change should prevent any more cases from being introduced! Closes #25431. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-10-30 | Cleanup use of some global constants. | Mike McQuaid | |
| 2013-10-26 | create: escape example interpolation | Jack Nagel | |
| Fixes #23643. | |||
| 2013-10-26 | add note about test path to create template | Adam Vandenberg | |
| 2013-10-25 | create: detect name from GitHub archives. | Mike McQuaid | |
| 2013-09-23 | Clean up SoftwareSpec and Resource initializers | Jack Nagel | |
| 2013-09-17 | create: use resource for checksum detection | Jack Nagel | |
| 2013-09-16 | Rephrase conditional | Jack Nagel | |
| 2013-09-06 | Enable verbose compile command in create template. | Xiyue Deng | |
| * Add "--disable-silent-rules" option to autotools-based configure options. - Also add comments to notify user removing unrecognized configure options. * Add "-DCMAKE_VERBOSE_MAKEFILE=ON" to cmake-based configure options. | |||
| 2013-08-20 | brew create: Mention the example-formula | Samuel John | |
| 2013-08-03 | brew-create: don't break when given --set-version | Ches Martin | |
| Since 9f2782812cbaf2, specifying a version breaks with: Error: undefined method `detected_from_url?' for "1.2.2":String Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-26 | Don't use 'obj == nil' | Jack Nagel | |
| 2013-04-03 | use separate args in brew create | Adam Vandenberg | |
| 2013-02-23 | brew create: use test DSL | Mike McQuaid | |
| 2013-02-18 | Don't use deprecated form of attr | Jack Nagel | |
| The form "attr :name, true" is deprecated and causes Ruby to emit a warning in verbose mode. Using attr_{reader,writer,accessor} is more clear anyway, so do so. | |||
| 2013-02-18 | brew-create: don't insert autodetected versions. | Mike McQuaid | |
| 2012-12-27 | Respect BROWSER environment variable | Jack Nagel | |
| 2012-08-26 | create: allow --set-name and --set-version | Adam Vandenberg | |
| Closes #10873. Closes #14401. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-08-09 | create: Fix indentation for :x11 dep | Misty De Meo | |
| 2012-07-04 | Give SoftwareSpec an initializer | Jack Nagel | |
| Tools like `brew create` need to create and manipulate SoftwareSpec objects. It is useful to be able to do this directly, rather than by proxy through the special methods that serve the main formula DSL. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-07-04 | Teach download strategies to take a SoftwareSpec | Jack Nagel | |
| Now that a URL, version, and the (for lack of a better term) "specs" associated with said URL (e.g. the VCS revision, or a download strategy hint) are neatly bundled up in a SoftwareSpec object, it doesn't make sense to pass them individually to download strategy constructors. These constructors now take only the formula name and a SoftwareSpec as parameters. This allows us to move mirror handling out out of Formula#fetch and into the download strategies themselves. While doing so, we adjust the mirror implementation a bit; mirrors now assume the same "specs" as their owner's URL. They are still only useable by the CurlDownloadStrategy, but this provides a basis for extending mirror support to other strategies. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-07-04 | Refactor download strategy detection | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-07-01 | Update formula template for new X11 dependency | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-06 | Use sha1 as the default checksum for new formulae | Adam Vandenberg | |
| See: https://github.com/mxcl/homebrew/pull/12587 | |||
| 2012-05-22 | create: update cmake calls in template | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-01 | Assist more in the template from `brew create` | Max Howell | |
| 2012-02-29 | Some additional aid for `brew create` | Max Howell | |
| 2012-02-06 | create: homepage comes before url and checksum | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-01-31 | create: punt on bad URLs | Jack Nagel | |
| When we can't detect a name from the URL, just ask the user. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2011-11-29 | Correct cmake syntax in formula template | Misty De Meo | |
| Closes #8879. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net> | |||
| 2011-09-20 | More docs for `brew create` generated formula tests | Max Howell | |
| To assist those new to stuff. | |||
| 2011-08-25 | Force contributors to define a test by adding it to the create template | Max Howell | |
| A little cheeky but it should help us to maintain higher quality. | |||
| 2011-05-07 | Fix misspelled method name: Formula.canonical_name | Jack Nagel | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
