FreeBSD Bugzilla – Attachment 243934 Details for
Bug 272999
[NEW PORTS] dynamic modules for www/angie
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www/angie-module-njs
7-angie-module-njs.patch (text/plain), 2.29 KB, created by
oleg
on 2023-08-07 14:24:46 UTC
(
hide
)
Description:
www/angie-module-njs
Filename:
MIME Type:
Creator:
oleg
Created:
2023-08-07 14:24:46 UTC
Size:
2.29 KB
patch
obsolete
>diff --git a/www/angie-module-njs/Makefile b/www/angie-module-njs/Makefile >new file mode 100644 >index 000000000000..028fdd15878a >--- /dev/null >+++ b/www/angie-module-njs/Makefile >@@ -0,0 +1,30 @@ >+PORTNAME= angie-module-njs >+GH_TUPLE= nginx:njs:0.8.0:module >+ >+COMMENT= Angie NJS dynamic module >+ >+USES= libedit >+ >+CONFIGURE_ADD= --add-dynamic-module=${WRKSRC_module}/nginx >+ >+MASTERDIR= ${.CURDIR}/../../www/angie >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${MODDIR} >+ >+.for i in ngx_http_js_module ngx_stream_js_module >+ ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} >+.endfor >+ >+.for i in CHANGES README >+ ${INSTALL_MAN} ${WRKSRC_module}/${i} ${STAGEDIR}${DOCSDIR} >+.endfor >+ >+do-install-DEBUG-on: >+.for i in ngx_http_js_module ngx_stream_js_module >+ ${INSTALL} ${COPY} -m ${_SHAREMODE} ${WRKSRC_DEBUG}/objs/${i}.so \ >+ ${STAGEDIR}${MODDIR}/${i}-debug.so >+.endfor >+ >+.include "${MASTERDIR}/Makefile" >diff --git a/www/angie-module-njs/files/pkg-message.in b/www/angie-module-njs/files/pkg-message.in >new file mode 100644 >index 000000000000..de4d16525aad >--- /dev/null >+++ b/www/angie-module-njs/files/pkg-message.in >@@ -0,0 +1,18 @@ >+[ >+{ type: install >+ message: <<EOM >+ >+The njs dynamic modules for Angie have been installed. >+To enable these modules, add the following to %%PREFIX%%/etc/angie/angie.conf >+and reload angie: >+ >+ load_module modules/ngx_http_js_module.so; >+ load_module modules/ngx_stream_js_module.so; >+ >+Please refer to the njs documentation for further details: >+https://angie.software/js_reference/ >+https://angie.software/http_js/ >+https://angie.software/stream_js/ >+EOM >+} >+] >diff --git a/www/angie-module-njs/pkg-descr b/www/angie-module-njs/pkg-descr >new file mode 100644 >index 000000000000..c40563c6e366 >--- /dev/null >+++ b/www/angie-module-njs/pkg-descr >@@ -0,0 +1,2 @@ >+Module is a subset of the JavaScript language that allows extending >+Angie functionality. >diff --git a/www/angie-module-njs/pkg-plist b/www/angie-module-njs/pkg-plist >new file mode 100644 >index 000000000000..f18a3dc58a9a >--- /dev/null >+++ b/www/angie-module-njs/pkg-plist >@@ -0,0 +1,6 @@ >+%%DOCSDIR%%/CHANGES >+%%DOCSDIR%%/README >+%%MODDIR%%/ngx_http_js_module.so >+%%MODDIR%%/ngx_stream_js_module.so >+%%DEBUG%%%%MODDIR%%/ngx_http_js_module-debug.so >+%%DEBUG%%%%MODDIR%%/ngx_stream_js_module-debug.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272999
:
243927
|
243928
|
243929
|
243930
|
243931
|
243932
|
243933
| 243934 |
243935
|
243936
|
243937
|
243960
|
243961
|
243962
|
243963
|
243964
|
243965
|
243966
|
243967
|
243968