aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lighttpd.rb
AgeCommit message (Collapse)Author
2013-02-11lighttpd: enable some free optionsJack Nagel
2013-02-11lighttpd: optional dep on libevJack Nagel
2013-01-26lighttpd: use new optional depsJack Nagel
Here's an example where we use `option` to override the default option description provided by the :optional tag.
2012-12-01lighttpd 1.4.32Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-02lighttpd: use new dslAdam Vandenberg
2012-07-16lighttpd 1.4.31Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11lighttpd: add lua optionCapi Etheriel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-19lighttpd 1.4.30Pieter Nicolai
Update lighttpd to 1.4.30 For release notes look here: http://www.lighttpd.net/2011/12/18/1-4-30-faster-than-santa-your-first-present-this-year Closes #9182. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-23Update formula lighttpd to 1.4.28Aku Kotkavuo
Signed-off-by: David Höppner <0xffea@gmail.com>
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-03-22Updated lighttpd to version 1.4.26.kret
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-17Update Lighttpd to 1.4.25Adam Vandenberg
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-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-19Lighttpd formulaDavid Höppner
Security, speed, compliance, and flexibility -- all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems. And best of all it's Open Source licensed under the revised BSD license.