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

Collapse All | Expand All

(-)b/www/angie-module-cache-purge/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	angie-module-cache-purge
2
GH_TUPLE=	nginx-modules:ngx_cache_purge:2.5.3:module
3
4
COMMENT=	Angie cache_purge dynamic module
5
6
MASTERDIR=	${.CURDIR}/../../www/angie
7
8
do-install:
9
	${MKDIR} ${STAGEDIR}${DOCSDIR}
10
	${MKDIR} ${STAGEDIR}${MODDIR}
11
12
	${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_cache_purge_module.so \
13
	    ${STAGEDIR}${MODDIR}
14
15
	${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}
16
17
do-install-DEBUG-on:
18
	${INSTALL} ${COPY} -m ${_SHAREMODE} \
19
	    ${WRKSRC_DEBUG}/objs/ngx_http_cache_purge_module.so \
20
	    ${STAGEDIR}${MODDIR}/ngx_http_cache_purge_module-debug.so
21
22
.include "${MASTERDIR}/Makefile"
(-)b/www/angie-module-cache-purge/files/pkg-message.in (+15 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
The cache_purge 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_cache_purge_module.so;
10
11
Please refer to the module documentation for further details:
12
https://github.com/nginx-modules/ngx_cache_purge
13
EOM
14
}
15
]
(-)b/www/angie-module-cache-purge/pkg-descr (+1 lines)
Added Link Here
1
Module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
(-)b/www/angie-module-cache-purge/pkg-plist (+3 lines)
Added Link Here
1
%%DOCSDIR%%/README.md
2
%%MODDIR%%/ngx_http_cache_purge_module.so
3
%%DEBUG%%%%MODDIR%%/ngx_http_cache_purge_module-debug.so

Return to bug 272999