diff options
author | manu <manu@pkgsrc.org> | 2009-03-03 10:13:10 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2009-03-03 10:13:10 +0000 |
commit | be6555ac2e65ddc502beae1c0c9b1310ea09bfee (patch) | |
tree | d94b23294703912938c5250b468bb1ed8d4f31a8 /www/py-scgi/PLIST | |
parent | 02927be178cf74c72b0023638637cc1d57ce2ed1 (diff) | |
download | pkgsrc-be6555ac2e65ddc502beae1c0c9b1310ea09bfee.tar.gz |
The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is a standard for applications to interface with
HTTP servers. It is similar to FastCGI but is designed to be easier
to implement.
Diffstat (limited to 'www/py-scgi/PLIST')
-rw-r--r-- | www/py-scgi/PLIST | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/py-scgi/PLIST b/www/py-scgi/PLIST new file mode 100644 index 00000000000..a9c7434894f --- /dev/null +++ b/www/py-scgi/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/03 10:13:10 manu Exp $ +${PYSITELIB}/scgi/quixote_handler.py +${PYSITELIB}/scgi/__init__.py +${PYSITELIB}/scgi/scgi_server.py +${PYSITELIB}/scgi/test_passfd.py +${PYSITELIB}/scgi/passfd.so +${PYSITELIB}/scgi/quixote_handler.pyc +${PYSITELIB}/scgi/__init__.pyc +${PYSITELIB}/scgi/scgi_server.pyc +${PYSITELIB}/scgi/test_passfd.pyc +${PYSITELIB}/scgi/quixote_handler.pyo +${PYSITELIB}/scgi/__init__.pyo +${PYSITELIB}/scgi/scgi_server.pyo +${PYSITELIB}/scgi/test_passfd.pyo +@dirrm ${PYSITELIB}/scgi |