Ticket #7720: lighttpd-Portfile.diff
File lighttpd-Portfile.diff, 1.7 KB (added by opendarwin-2006@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name lighttpd 5 version 1.4. 95 version 1.4.11 6 6 categories www 7 7 maintainers jstetser@icongarden.com 8 8 description A secure, fast, compliant and flexible web-server 9 long_description lighttpd is a secure, fast, compliant and very flexible\ 10 web-server which has been optimized for high-performance\ 11 environments. It has a very low memory footprint\ 12 compared to other webservers and takes care of cpu-load. 9 long_description lighttpd is a secure, fast, standards-compliant and very flexible\ 10 web server which has been optimized for high-performance\ 11 environments. With a very low memory footprint\ 12 compared to other web servers, effective management of the\ 13 CPU load and an advanced feature set, lighttpd is the perfect\ 14 solution for every web server suffering from load problems. 13 15 homepage http://www.lighttpd.net/ 14 master_sites ${homepage} /download/15 checksums ${distname}.tar.gz md5 20a171774a0615069de3704db52483aa\16 lighttpd.conf md5 5c11f8f6c31aa436cf90b36a8cefbacf16 master_sites ${homepage}download/ 17 checksums ${distname}.tar.gz md5 f55eebb9815c94a7de35906bb557ecd3 \ 18 lighttpd.conf md5 6b35655932ba9328a3b8b772b41ae247 17 19 depends_lib lib:libpcre:pcre \ 18 20 lib:libz.1:zlib 19 21