aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/znc.rb
AgeCommit message (Collapse)Author
2015-02-20znc: add icu4c supportDominyk Tiller
Closes #36982. Closes #36990. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-16znc: update 1.6.0 bottle.BrewTestBot
2015-02-16znc 1.6.0Chloe Stars
Closes #36811. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02znc: HEAD builds depend on OpenSSLStéphan Kochen
Closes #32876. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-10znc: modernizeAdam Vandenberg
2014-08-10znc: add 1.4 bottle.BrewTestBot
Closes #31489. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-08-10znc 1.4hachidorii
2013-12-08znc 1.2Vaduz
Closes #25043. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-23znc: add launchd plistWil Moore III
Closes #24603. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-13Add more missing :autoconf depsJack Nagel
2013-09-21znc: use spec depsJack Nagel
2013-08-07znc: remove skip_cleanAdam Vandenberg
2013-06-04ZNC does not depend on c-aresKyle Fuller
Closes #20257. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-28znc: remove unused configure switchAdam Vandenberg
Closes #18815.
2013-01-24znc 1.0Jim Myhrberg
Closes #17296. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22znc: new dslAdam Vandenberg
2012-08-08znc: use options dslAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-06-11znc 0.206Adam Vandenberg
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #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-27depends_on "automake" where necessaryMax Howell
Had to remove full paths, since we have two options for location now.
2012-02-13znc 0.204Kyle Fuller
Closes #10153. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-25znc 0.202Kyle Fuller
Closes #7821. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30znc 0.200Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2011-04-04znc 0.098Kyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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