1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Incorporate nginx_upload_module into nginx-devel port.

The module's information available at
http://www.grid.net.ru/nginx/upload.en.html

Thanks to Valery Kholodkov aka valery+nginx at grid dot net dot ru
for fresh 2.0.6 release.

Do not bump PORTREVISION.
This commit is contained in:
Sergey A. Osokin 2008-08-29 09:01:49 +00:00
parent 576e3fa35a
commit 9be37a5834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219406
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= osa
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
PKGNAMESUFFIX= -devel
MAINTAINER= osa@FreeBSD.org
@ -28,6 +29,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
HTTP_SSL_MODULE "Enable http_ssl module" off \
HTTP_STATUS_MODULE "Enable http_stub_status module" on \
HTTP_SUB_MODULE "Enable http_sub module" off \
HTTP_UPLOAD_MODULE "Enable upload module" off \
HTTP_XSLT_MODULE "Enable http_xslt module" off \
MAIL_MODULE "Enable IMAP4/POP3/SMTP proxy module" off \
MAIL_IMAP_MODULE "Enable IMAP4 proxy module" off \
@ -117,6 +119,13 @@ CONFIGURE_ARGS+=--with-http_stub_status_module
CONFIGURE_ARGS+=--with-http_sub_module
.endif
.if defined(WITH_HTTP_UPLOAD_MODULE)
NGINX_UPLOAD_MODULE_VERSION= 2.0.6
MASTER_SITES+= http://grid.net.ru/nginx/download/:upload
DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}.tar.gz:upload
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}
.endif
.if defined(WITH_HTTP_XSLT_MODULE)
USE_GNOME= libxml2 libxslt
CONFIGURE_ARGS+=--with-http_xslt_module

View File

@ -1,3 +1,6 @@
MD5 (nginx-0.7.13.tar.gz) = 966c0951433f5edf7bb42aa70fabbc29
SHA256 (nginx-0.7.13.tar.gz) = 24dca7ae851411eeb1597f97d44648eaa7b515216b327a7d061cc37498b25180
SIZE (nginx-0.7.13.tar.gz) = 543938
MD5 (nginx_upload_module-2.0.6.tar.gz) = a4e5f20735a443df5e8f111076ccdc03
SHA256 (nginx_upload_module-2.0.6.tar.gz) = fb11a458fbaa5fde6b3a6b248881585c00d961deee69137ebc681ed6ba42fabd
SIZE (nginx_upload_module-2.0.6.tar.gz) = 16867