pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45322: [PATCH] add ngx_http_redis module, ver. 0.3.4 to www/nginx



>Number:         45322
>Category:       pkg
>Synopsis:       [PATCH] add ngx_http_redis module, ver. 0.3.4 to www/nginx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 01 09:45:00 +0000 2011
>Originator:     Sergey A. Osokin
>Release:        NetBSD 5.1
>Organization:
        
>Environment:
System: NetBSD nbsd5.FreeBSD.ORG.ru 5.1 NetBSD 5.1 (GENERIC) #0: Sun Nov 7 
14:39:56 UTC 2010 
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-RELEASE/i386/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
Architecture: i386
Machine: i386
>Description:
        Add ngx_http_redis module, ver. 0.3.4 to www/nginx pkgsrc.
>How-To-Repeat:

>Fix:

Index: pkgsrc/www/nginx/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/nginx/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- pkgsrc/www/nginx/distinfo   10 Jun 2011 10:36:18 -0000      1.13
+++ pkgsrc/www/nginx/distinfo   31 Aug 2011 12:44:53 -0000
@@ -5,3 +5,6 @@
 Size (nginx-1.0.4.tar.gz) = 661444 bytes
 SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e
 SHA1 (patch-ab) = 6f20ef8ac9a042faf7e22770de7c16b351cb1191
+SHA1 (ngx_http_redis-0.3.4.tar.gz) = e3528f7fcd1dcffcdaed31fd55b4c8eb5872abbf
+RMD160 (ngx_http_redis-0.3.4.tar.gz) = 8a8ae98d5f76821a69757103098886efc6547b01
+Size (ngx_http_redis-0.3.4.tar.gz) = 11105
Index: pkgsrc/www/nginx/options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/www/nginx/options.mk,v
retrieving revision 1.10
diff -u -r1.10 options.mk
--- pkgsrc/www/nginx/options.mk 27 Jun 2010 18:00:24 -0000      1.10
+++ pkgsrc/www/nginx/options.mk 31 Aug 2011 12:44:53 -0000
@@ -2,7 +2,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache pcre \
-                       push realip ssl sub uwsgi
+                       push realip redis ssl sub uwsgi
 PKG_SUGGESTED_OPTIONS= pcre ssl
 
 PLIST_VARS+=           uwsgi
@@ -50,6 +50,13 @@
 CONFIGURE_ARGS+=       --with-http_realip_module
 .endif
 
+.if !empty(PKG_OPTIONS:Mredis)
+REDIS=                 ngx_http_redis-0.3.4
+DISTFILES+=            ${REDIS}.tar.gz
+SITES.${REDIS}.tar.gz= http://people.FreeBSD.org/~osa/
+CONFIGURE_ARGS+=       --add-module=../${REDIS}
+.endif
+
 .if !empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --with-ipv6
 .endif



Home | Main Index | Thread Index | Old Index