<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/brewkit.rb, branch 0.9.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>Some subdirs and renames to aid homebrew n00bs</title>
<updated>2009-10-15T15:51:53+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-10-15T11:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=543a113712635b64bcfe0804acea0d8079b8bd44'/>
<id>543a113712635b64bcfe0804acea0d8079b8bd44</id>
<content type='text'>
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.

brewkit.rb is now a deprecated file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.

brewkit.rb is now a deprecated file.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/require 'brewkit'/require 'formula'/g</title>
<updated>2009-10-15T15:48:03+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-10-15T08:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ca1a6492bc7921c3ad269f434be5b927802ada64'/>
<id>ca1a6492bc7921c3ad269f434be5b927802ada64</id>
<content type='text'>
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use explicit path to LLVM</title>
<updated>2009-10-12T13:31:21+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-10-12T13:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b70a5da5eb9e9f498a8f4c4c6ea0033a5ed96cb6'/>
<id>b70a5da5eb9e9f498a8f4c4c6ea0033a5ed96cb6</id>
<content type='text'>
Had a bug in channel where build script altered PATH for some reason and LLVM couldn't be found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had a bug in channel where build script altered PATH for some reason and LLVM couldn't be found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine LLVM location programmatically</title>
<updated>2009-10-08T23:09:05+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-10-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4c6e23c28f66206ea4d5316f4ac0732901bcef60'/>
<id>4c6e23c28f66206ea4d5316f4ac0732901bcef60</id>
<content type='text'>
Xcode can be installed anywhere, not just /Developer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Xcode can be installed anywhere, not just /Developer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ENV.O2 and use that for the postgresql build</title>
<updated>2009-10-04T17:36:44+00:00</updated>
<author>
<name>Tom von Schwerdtner</name>
</author>
<published>2009-10-02T22:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ef580e9541689922fb405228aaa3b95e7c5503cb'/>
<id>ef580e9541689922fb405228aaa3b95e7c5503cb</id>
<content type='text'>
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build
fine even with it, it doenst make much sense to me... these changes are kind
of up for debate but it "works for me" this way...

Closes Homebrew/homebrew#75
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build
fine even with it, it doenst make much sense to me... these changes are kind
of up for debate but it "works for me" this way...

Closes Homebrew/homebrew#75
</pre>
</div>
</content>
</entry>
<entry>
<title>GeoIP formula</title>
<updated>2009-10-03T12:25:23+00:00</updated>
<author>
<name>Michael Stephens</name>
</author>
<published>2009-10-03T02:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=65eac81ca9053d50346f7804f059872f984bfbf2'/>
<id>65eac81ca9053d50346f7804f059872f984bfbf2</id>
<content type='text'>
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
</pre>
</div>
</content>
</entry>
<entry>
<title>HttpDownloadStrategy renamed CurlDownloadStrategy</title>
<updated>2009-10-02T19:01:23+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-10-02T17:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c130cf3e71c8feaf29515c35b787a43bd0599c12'/>
<id>c130cf3e71c8feaf29515c35b787a43bd0599c12</id>
<content type='text'>
Because people didn't realise it was actually curl and thus supports eg. ftp too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because people didn't realise it was actually curl and thus supports eg. ftp too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set LD to CC</title>
<updated>2009-10-01T15:17:54+00:00</updated>
<author>
<name>Austin Ziegler</name>
</author>
<published>2009-10-01T14:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3c3902954b4a00629526a501ec2b7f829bf93e4b'/>
<id>3c3902954b4a00629526a501ec2b7f829bf93e4b</id>
<content type='text'>
This is generally the right thing to do. It should fix more build problems than it hinders. Especially on Snow Leopard.

This fixes the pngcrush build.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is generally the right thing to do. It should fix more build problems than it hinders. Especially on Snow Leopard.

This fixes the pngcrush build.</pre>
</div>
</content>
</entry>
<entry>
<title>Add CPPFLAG for ncurses flag under 10.6.</title>
<updated>2009-09-30T17:04:04+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2009-09-27T03:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e4a32736cd72836f3948ea4dd5f5aa97a784ff69'/>
<id>e4a32736cd72836f3948ea4dd5f5aa97a784ff69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
