Framework: mark obsolete plugins in list

This commit is contained in:
Franco Fichtner 2022-05-10 09:59:20 +02:00
parent 8f158306c9
commit ffcd201992
2 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,8 @@ PLUGIN_DIRS+= ${_${CATEGORY}}
list:
.for PLUGIN_DIR in ${PLUGIN_DIRS}
@echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_COMMENT) \
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi)
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_DEVEL _PLUGIN_DEVEL=)" ]; then echo "(development only)"; fi) \
$$(if [ -n "$$(${MAKE} -C ${PLUGIN_DIR} -v PLUGIN_OBSOLETE)" ]; then echo "(pending removal)"; fi)
.endfor
# shared targets that are sane to run from the root directory

View File

@ -92,7 +92,7 @@ security/tinc -- Tinc VPN
security/tor -- The Onion Router
sysutils/api-backup -- Provide the functionality to download the config.xml
sysutils/apuled -- PC Engine APU LED control (development only)
sysutils/boot-delay -- Apply a persistent 10 second boot delay
sysutils/boot-delay -- Apply a persistent 10 second boot delay (pending removal)
sysutils/dmidecode -- Display hardware information on the dashboard
sysutils/git-backup -- Track config changes using git
sysutils/hw-probe -- Collect hardware diagnostics
@ -112,7 +112,7 @@ www/c-icap -- c-icap connects the web proxy with a virus scanner
www/cache -- Webserver cache
www/nginx -- Nginx HTTP server and reverse proxy
www/web-proxy-sso -- Kerberos authentication module
www/web-proxy-useracl -- Group and user ACL for the web proxy
www/web-proxy-useracl -- Group and user ACL for the web proxy (pending removal)
```
A brief description of how to use the plugins repository