# HG changeset patch # User Franz Glasner # Date 1621185621 -7200 # Node ID 8335c02a2e45d51d46fd8e66dea669e9e68d401e # Parent d63197b47ec3de0e3a42209cb3ed9ad2d90f5039 Remove logpipe plugin as logpipe is included in the default build diff -r d63197b47ec3 -r 8335c02a2e45 uwsginl-plugin-logpipe/Makefile --- a/uwsginl-plugin-logpipe/Makefile Sun May 16 19:12:54 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -# Created by: Franz Glasner -# $FreeBSD$ - -PORTNAME= ${UWSGI_NAME}-plugin-logpipe - -COMMENT= Logger plugin for to log to the stdin of an external process - -USES= gettext-runtime - -PLUGIN_NAME= logpipe -PLUGIN_SOURCE= plugins/logpipe - -MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 - -.include "${MASTERDIR}/Makefile" diff -r d63197b47ec3 -r 8335c02a2e45 uwsginl-plugin-logpipe/pkg-descr --- a/uwsginl-plugin-logpipe/pkg-descr Sun May 16 19:12:54 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Logger plugin for uwsginl to log to the stdin of an external process. - -WWW: https://projects.unbit.it/uwsgi/