Switch all extrnal modules to be dynamic modules, and update them to use the latest versions. Use separate subpackages for all dynamic modules, so you can easily choose which nginx features you want without rebuilding nginx with a specific combination of FLAVORs. Switch all internal modules that can be built dynamically to use dynamic modules. Start building the image_filter, geoip, perl, and xlst modules as dynamic modules. This requires changes to your nginx configuration if you were previously using a FLAVORed version of nginx, or using the mail or stream features. OK robert@ (MAINTAINER) positive feedback from william@ (MAINTAINER), landry@, sthen@
40 lines
1022 B
Plaintext
40 lines
1022 B
Plaintext
@comment $OpenBSD: PLIST-main,v 1.1 2016/11/04 22:13:43 jeremy Exp $
|
|
@pkgpath www/nginx/stable
|
|
@pkgpath www/nginx/devel
|
|
@pkgpath www/nginx
|
|
@man man/man8/nginx.8
|
|
@bin sbin/nginx
|
|
@mode 700
|
|
@owner www
|
|
@group www
|
|
@sample ${NGINX_DIR}/tmp/
|
|
@mode
|
|
@owner
|
|
@group
|
|
share/doc/pkg-readmes/${FULLPKGNAME}
|
|
share/nginx/
|
|
@sample ${SYSCONFDIR}/nginx/
|
|
share/nginx/fastcgi_params
|
|
@sample ${SYSCONFDIR}/nginx/fastcgi_params
|
|
share/nginx/html/
|
|
@sample ${NGINX_DIR}/html/
|
|
share/nginx/html/50x.html
|
|
@sample ${NGINX_DIR}/html/50x.html
|
|
share/nginx/html/index.html
|
|
@sample ${NGINX_DIR}/html/index.html
|
|
share/nginx/koi-utf
|
|
@sample ${SYSCONFDIR}/nginx/koi-utf
|
|
share/nginx/koi-win
|
|
@sample ${SYSCONFDIR}/nginx/koi-win
|
|
share/nginx/mime.types
|
|
@sample ${SYSCONFDIR}/nginx/mime.types
|
|
share/nginx/nginx.conf
|
|
@sample ${SYSCONFDIR}/nginx/nginx.conf
|
|
share/nginx/scgi_params
|
|
@sample ${SYSCONFDIR}/nginx/scgi_params
|
|
share/nginx/uwsgi_params
|
|
@sample ${SYSCONFDIR}/nginx/uwsgi_params
|
|
share/nginx/win-utf
|
|
@sample ${SYSCONFDIR}/nginx/win-utf
|
|
@rcscript ${RCDIR}/nginx
|