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

Collapse All | Expand All

(-)b/www/angie-module-njs/Makefile (+2 lines)
Lines 3-8 GH_TUPLE= nginx:njs:0.8.0:module Link Here
3
3
4
COMMENT=	Angie NJS dynamic module
4
COMMENT=	Angie NJS dynamic module
5
5
6
LIB_DEPENDS=	libxslt.so:textproc/libxslt
7
6
USES=		libedit
8
USES=		libedit
7
9
8
CONFIGURE_ADD=	--add-dynamic-module=${WRKSRC_module}/nginx
10
CONFIGURE_ADD=	--add-dynamic-module=${WRKSRC_module}/nginx
(-)b/www/angie-module-njs/pkg-descr (-2 / +2 lines)
Lines 1-2 Link Here
1
Module is a subset of the JavaScript language that allows extending
1
Module is a subset of the JavaScript language that allows extending
2
Angie functionality.
2
Angie functionality. Package contains http_js and stream_js modules to
3
provide objects, methods and properties for extending related functionality.
3
- 

Return to bug 272999