Port details |
- angie-module-dav-ext Angie dav-ext dynamic module
- 1.3.2 www =2 1.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: oleg@mamontov.net
- Port Added: 2023-09-22 05:09:30
- Last Update: 2023-09-22 04:54:44
- Commit Hash: 079ac39
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://angie.software/en/
- Description:
- The standard DAV module provides partial WebDAV implementation and
only supports GET, HEAD, PUT, DELETE, MKCOL, COPY and MOVE methods.
This module adds PROPFIND, OPTIONS, LOCK and UNLOCK support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- angie-module-dav-ext>0:www/angie-module-dav-ext
- To install the port:
- cd /usr/ports/www/angie-module-dav-ext/ && make install clean
- To add the package, run one of these commands:
- pkg install www/angie-module-dav-ext
- pkg install angie-module-dav-ext
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: angie-module-dav-ext
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700819056
SHA256 (angie-1.3.2.tar.gz) = 636056d60788f8012738eed856733f7515b9cb2de0b002186c5edc820ffafb27
SIZE (angie-1.3.2.tar.gz) = 1483526
Packages (timestamps in pop-ups are UTC):
- Master port: www/angie
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pcre2>=0 : devel/pcre2
- Runtime dependencies:
-
- angie==1.3.2 : www/angie
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for angie-module-dav-ext-1.3.2:
DEBUG=on: Include debug version
===> Use 'make config' to modify these settings
- Options name:
- www_angie-module-dav-ext
- USES:
- localbase:ldflags ssl
- pkg-message:
- For install:
-
The dav-ext dynamic module for Angie has been installed.
To enable this module, add the following to /usr/local/etc/angie/angie.conf
and reload angie:
load_module modules/ngx_http_dav_ext_module.so;
Please refer to the module documentation for further details:
https://github.com/arut/nginx-dav-ext-module
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: www/angie |
Commit | Credits | Log message |
1.2.0_1 22 Sep 2023 04:54:44 |
Robert Clausecker (fuz) Author: Oleg A. Mamontov |
www/angie-module-dav-ext: Angie dav-ext dynamic module
The standard DAV module provides partial WebDAV implementation and
only supports GET, HEAD, PUT, DELETE, MKCOL, COPY and MOVE methods.
This module adds PROPFIND, OPTIONS, LOCK and UNLOCK support.
PR: 244997 |