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

Collapse All | Expand All

(-)b/www/angie-module-keyval/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	angie-module-keyval
2
GH_TUPLE=	kjdev:nginx-keyval:0.1.0:module
3
4
COMMENT=	Angie keyval dynamic module
5
6
LIB_DEPENDS=	libhiredis.so:databases/hiredis
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_keyval_module.so \
15
	    ${STAGEDIR}${MODDIR}
16
17
	${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}
18
19
do-install-DEBUG-on:
20
	${INSTALL} ${COPY} -m ${_SHAREMODE} \
21
	    ${WRKSRC_DEBUG}/objs/ngx_http_keyval_module.so \
22
	    ${STAGEDIR}${MODDIR}/ngx_http_keyval_module-debug.so
23
24
.include "${MASTERDIR}/Makefile"
(-)b/www/angie-module-keyval/files/pkg-message.in (+15 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
The keyval 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_keyval_module.so;
10
11
Please refer to the module documentation for further details:
12
https://github.com/kjdev/nginx-keyval
13
EOM
14
}
15
]
(-)b/www/angie-module-keyval/pkg-descr (+2 lines)
Added Link Here
1
This Angie module creates variables with values 
2
taken from key-value pairs.
(-)b/www/angie-module-keyval/pkg-plist (+3 lines)
Added Link Here
1
%%DOCSDIR%%/README.md
2
%%MODDIR%%/ngx_http_keyval_module.so
3
%%DEBUG%%%%MODDIR%%/ngx_http_keyval_module-debug.so

Return to bug 272999