[Lunar-commits] <moonbase> nginx: new module
Auke Kok
sofar at foo-projects.org
Sun Jan 22 23:05:00 CET 2012
commit 9fdafd81dc853879f809fdcb5eb78aa2b1968b88
Author: Jack Frost <fbt at fleshless.org>
Date: Sun Jan 22 23:05:00 2012 +0100
nginx: new module
---
zbeta/nginx/DEPENDS | 2 ++
zbeta/nginx/DETAILS | 14 ++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/zbeta/nginx/DEPENDS b/zbeta/nginx/DEPENDS
new file mode 100644
index 0000000..3299c03
--- /dev/null
+++ b/zbeta/nginx/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "openssl" "--with-http_ssl_module" "" "for creating SSL connections"
+optional_depends "gzip" "" "--without-http_gzip_module" "for using gzip compression"
diff --git a/zbeta/nginx/DETAILS b/zbeta/nginx/DETAILS
new file mode 100644
index 0000000..ade0c7c
--- /dev/null
+++ b/zbeta/nginx/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=nginx
+ VERSION=1.0.11
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://nginx.org/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:c06144214144b61358ccf785e99f751b8ca0a3bb
+ WEB_SITE="http://nginx.org"
+ ENTERED=20111228
+ UPDATED=20111228
+ SHORT="http server and reverse proxy"
+cat <<EOF
+nginx [engine x] is an HTTP and reverse proxy server, as well as a
+mail proxy server, written by Igor Sysoev.
+EOF
More information about the Lunar-commits
mailing list