# HG changeset patch # User Franz Glasner # Date 1621177931 -7200 # Node ID d9d0604fbe427a197534d32fbaa8e1e41f3d9e58 # Parent 7978c5f2200f2687ab2be07d14f3226f70050891 Allow to build the logpipe uwsginl plugin diff -r 7978c5f2200f -r d9d0604fbe42 uwsginl-plugin-logpipe/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-logpipe/Makefile Sun May 16 17:12:11 2021 +0200 @@ -0,0 +1,15 @@ +# 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 7978c5f2200f -r d9d0604fbe42 uwsginl-plugin-logpipe/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-logpipe/pkg-descr Sun May 16 17:12:11 2021 +0200 @@ -0,0 +1,3 @@ +Logger plugin for uwsginl to log to the stdin of an external process. + +WWW: https://projects.unbit.it/uwsgi/