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

Collapse All | Expand All

(-)b/www/angie-module-image-filter/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	angie-module-image-filter
2
3
COMMENT=	Angie image-filter dynamic module
4
5
LICENSE_FILE=	${WRKSRC}/LICENSE
6
7
LIB_DEPENDS=	libgd.so:graphics/gd
8
9
CONFIGURE_ADD=	--with-http_image_filter_module=dynamic
10
11
MASTERDIR=	${.CURDIR}/../../www/angie
12
13
do-install:
14
	${MKDIR} ${STAGEDIR}${MODDIR}
15
16
	${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_image_filter_module.so \
17
	    ${STAGEDIR}${MODDIR}
18
19
do-install-DEBUG-on:
20
	${INSTALL} ${COPY} -m ${_SHAREMODE} \
21
	    ${WRKSRC_DEBUG}/objs/ngx_http_image_filter_module.so \
22
	    ${STAGEDIR}${MODDIR}/ngx_http_image_filter_module-debug.so
23
24
.include "${MASTERDIR}/Makefile"
(-)b/www/angie-module-image-filter/files/pkg-message.in (+15 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
The image-filter 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_image_filter_module.so;
10
11
Please refer to the modules documentation for further details:
12
https://angie.software/en/http_image_filter/
13
EOM
14
}
15
]
(-)b/www/angie-module-image-filter/pkg-descr (+1 lines)
Added Link Here
1
Module is a filter that transforms images in JPEG, GIF, PNG, and WebP formats.
(-)b/www/angie-module-image-filter/pkg-plist (+2 lines)
Added Link Here
1
%%MODDIR%%/ngx_http_image_filter_module.so
2
%%DEBUG%%%%MODDIR%%/ngx_http_image_filter_module-debug.so

Return to bug 272999