Max Howell
06cb65df78
These now depend on automake for Xcode >= 4.3
...
Fixes Homebrew/homebrew#10559 .
Also added missing deps for osm2pgsql.
Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-28 15:40:59 +00:00
Max Howell
cc42975f81
depends_on "automake" where necessary
...
Had to remove full paths, since we have two options for location now.
2012-02-27 04:05:43 +00:00
Kyle Fuller
4b193d6c05
znc 0.204
...
Closes Homebrew/homebrew#10153 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-13 13:50:36 -06:00
Kyle Fuller
0a063e960d
znc 0.202
...
Closes Homebrew/homebrew#7821 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25 23:25:18 -05:00
Kyle Fuller
020435b381
znc 0.200
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-30 15:14:40 -07:00
Adam Vandenberg
243bc743ea
Use https for github repos.
2011-05-26 22:02:55 -07:00
Kyle Fuller
c926d2e421
znc 0.098
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04 10:34:32 -07:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
Kyle Fuller
7d7d7d634d
Fix znc formula, update a broken link
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21 19:33:11 -08:00
Kyle Fuller
0e71d91e79
Update znc formula to 0.096
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-19 19:38:41 -08:00
caf
62f37f92e1
Updated znc to 0.094
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-04 07:45:21 -07:00
Adam Vandenberg
19e5e6e64a
Mark scons, cmake & pkg-config as build-time deps
2010-10-12 07:13:29 -07:00
Adam Vandenberg
7bd947eb0b
Update formulae for version 0.7
...
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Kyle Fuller
d4ac5e3f58
Update formula znc to 0.092
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-03 09:15:20 -07:00
Kyle Fuller
f5259606c1
Update znc to 0.090
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-01 07:40:36 -07:00
kylef
904d94c1a0
Update znc formula to 0.080
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-26 22:48:18 -08:00
Kyle Fuller
5373e3bb9c
Updated znc formula, znc-buildmod and znc-config now work. Separated colloquy push into its own formula.
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-30 17:09:57 -08:00
Max Howell
98afb2b31d
Fixes Homebrew/homebrew#108 ; ZNC depends on pkg-config
2009-11-08 15:54:31 +00:00
Max Howell
61b2307139
s/require 'brewkit'/require 'formula'/g
...
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.
2009-10-15 16:48:03 +01:00
Andre Arko
d151f0f56c
Update znc to 0.076, with extras via config switch
2009-09-30 01:24:31 +01:00
Andre Arko
534546b042
Allow skip_clean as a class method
...
Pass in a list of any files that you don't want cleaned
with a path relative to the cellar. e.g. `strip_paths ['bin/znc']`
It's backwards compatible with def strip_clean?, at least for now.
The znc formula is updated as an example.
2009-09-29 23:34:16 +01:00
Max Howell
a0759ae93a
Use new depends_on syntax in all formula
...
Many formula were imported during the development of the dependency branch.
2009-09-21 19:00:13 +01:00
Andre Arko
2aff5a963f
Add znc-extras sub-package with more useful modules
2009-09-15 17:30:40 -07:00
Andre Arko
056466f303
Add znc, the advanced IRC proxy/bouncer
...
Includes recipes for znc and its dep, the c-ares lib
Now without stripping, so .so plugins will load
2009-09-15 17:30:40 -07:00