<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew, branch 0.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Homebrew now at version 0.7</title>
<updated>2010-08-08T01:08:54+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-04T17:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b32dfe8ded936827f989dd736bbfa9a12267ef2'/>
<id>6b32dfe8ded936827f989dd736bbfa9a12267ef2</id>
<content type='text'>
Changes in this version include:
* Aliases are now defined by relative symlinks rather than in the
  formulae themselves. Many commands are faster now that they don't
  have to read every formula to find aliases.

* "url" now supports the same features as "head", including ":using"
  and version specifiers for VCS systems.

* Files and methods marked for deprecation in 0.7 have been removed.

* The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes in this version include:
* Aliases are now defined by relative symlinks rather than in the
  formulae themselves. Many commands are faster now that they don't
  have to read every formula to find aliases.

* "url" now supports the same features as "head", including ":using"
  and version specifiers for VCS systems.

* Files and methods marked for deprecation in 0.7 have been removed.

* The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'"
</pre>
</div>
</content>
</entry>
<entry>
<title>0.7 Remove deprecated brewkit</title>
<updated>2010-08-08T01:08:54+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-18T17:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=76de1fd5884f7ef980318f1f5d4534d081caf18e'/>
<id>76de1fd5884f7ef980318f1f5d4534d081caf18e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put /usr/X11/bin in PATH when requesting X11.</title>
<updated>2010-08-08T01:08:52+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-08-07T23:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=57bbeb3bd777719cd316fed86be70a5c25926370'/>
<id>57bbeb3bd777719cd316fed86be70a5c25926370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'skip_clean :all' to the DSL.</title>
<updated>2010-08-08T01:08:52+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-25T22:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=74727560ee8791cdc3b21e2e120e0843b21e5b53'/>
<id>74727560ee8791cdc3b21e2e120e0843b21e5b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add keg-only to DSL</title>
<updated>2010-08-08T01:08:52+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-18T17:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bdf245ff98e2c3498528d3f5f9ebb128fad5d700'/>
<id>bdf245ff98e2c3498528d3f5f9ebb128fad5d700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added man subdirectories man2-man8</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Sam X Nguyen</name>
</author>
<published>2010-07-21T18:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1bc71794e92a6c2948c58c993a495a37dc0cf7ef'/>
<id>1bc71794e92a6c2948c58c993a495a37dc0cf7ef</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort and line up path helpers</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-05T04:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f55ba270da6b88010d61ff90e875282dc61cecf'/>
<id>1f55ba270da6b88010d61ff90e875282dc61cecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate using symbols to define deps</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-20T19:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4873062523c7e2eefde9fd0c7b0729c0c902e331'/>
<id>4873062523c7e2eefde9fd0c7b0729c0c902e331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"url" now has same features as "head"</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-04T21:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bbaac45e3e299e892b83a66beee1369803f9d1c1'/>
<id>bbaac45e3e299e892b83a66beee1369803f9d1c1</id>
<content type='text'>
Specifically, it can accept all the VCS tag specs that head could,
making it more useful for defining stable versions that come from
VCS instead of tarballs.

A new "SoftwareSpecification" class was added to implement this.

This new class holds a "spec" for downloading a software package.
It combines the url (or head url) with the "specs" [1] that head has
been able to take.

This allows both the stable (url) and unstable (head) specification
for a software package to co-exist without stomping on each others
"specs".

[1] "specs" contain instructions on which branch/tag/revision/etc. to use
    from the source repository URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifically, it can accept all the VCS tag specs that head could,
making it more useful for defining stable versions that come from
VCS instead of tarballs.

A new "SoftwareSpecification" class was added to implement this.

This new class holds a "spec" for downloading a software package.
It combines the url (or head url) with the "specs" [1] that head has
been able to take.

This allows both the stable (url) and unstable (head) specification
for a software package to co-exist without stomping on each others
"specs".

[1] "specs" contain instructions on which branch/tag/revision/etc. to use
    from the source repository URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ERB to generate formula template.</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Alexander Kahn</name>
</author>
<published>2009-12-22T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a56466a4d34b14214f829717d98115574c81913d'/>
<id>a56466a4d34b14214f829717d98115574c81913d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
