aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/znc.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-21Fix znc formula, update a broken linkKyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-19Update znc formula to 0.096Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-04Updated znc to 0.094caf
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-07-03Update formula znc to 0.092Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-01Update znc to 0.090Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-26Update znc formula to 0.080kylef
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-30Updated znc formula, znc-buildmod and znc-config now work. Separated ↵Kyle Fuller
colloquy push into its own formula. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-11-08Fixes #108; ZNC depends on pkg-configMax Howell
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-30Update znc to 0.076, with extras via config switchAndre Arko
2009-09-29Allow skip_clean as a class methodAndre Arko
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-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-15Add znc-extras sub-package with more useful modulesAndre Arko
2009-09-15Add znc, the advanced IRC proxy/bouncerAndre Arko
Includes recipes for znc and its dep, the c-ares lib Now without stripping, so .so plugins will load