View | Details | Raw Unified | Return to bug 272999 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/angie-module-redis2/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	angie-module-redis2
2
GH_TUPLE=	openresty:redis2-nginx-module:v0.15:module
3
4
COMMENT=	Angie redis2 dynamic module
5
6
LICENSE_FILE=	${WRKSRC_module}/README.markdown
7
8
MASTERDIR=	${.CURDIR}/../../www/angie
9
10
do-install:
11
	${MKDIR} ${STAGEDIR}${DOCSDIR}
12
	${MKDIR} ${STAGEDIR}${MODDIR}
13
14
	${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_redis2_module.so \
15
	    ${STAGEDIR}${MODDIR}
16
17
	${INSTALL_MAN} ${WRKSRC_module}/README.markdown ${STAGEDIR}${DOCSDIR}
18
19
do-install-DEBUG-on:
20
	${INSTALL} ${COPY} -m ${_SHAREMODE} \
21
	    ${WRKSRC_DEBUG}/objs/ngx_http_redis2_module.so \
22
	    ${STAGEDIR}${MODDIR}/ngx_http_redis2_module-debug.so
23
24
.include "${MASTERDIR}/Makefile"
(-)b/www/angie-module-redis2/files/pkg-message.in (+15 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
The redis2 dynamic module for Angie has been installed.
6
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
7
and reload angie:
8
9
    load_module modules/ngx_http_redis2_module.so;
10
11
Please refer to the module documentation for further details:
12
https://github.com/openresty/redis2-nginx-module
13
EOM
14
}
15
]
(-)b/www/angie-module-redis2/pkg-descr (+1 lines)
Added Link Here
1
Module makes Angie talk to a Redis 2.x server in a non-blocking way.
(-)b/www/angie-module-redis2/pkg-plist (+3 lines)
Added Link Here
1
%%DOCSDIR%%/README.markdown
2
%%MODDIR%%/ngx_http_redis2_module.so
3
%%DEBUG%%%%MODDIR%%/ngx_http_redis2_module-debug.so

Return to bug 272999