pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-scgi The SCGI protocol is a replacement for the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bb45dc145e5
branches:  trunk
changeset: 555482:7bb45dc145e5
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Mar 03 10:13:10 2009 +0000

description:
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:

 www/py-scgi/DESCR           |   4 ++++
 www/py-scgi/Makefile        |  17 +++++++++++++++++
 www/py-scgi/Makefile.common |  16 ++++++++++++++++
 www/py-scgi/PLIST           |  15 +++++++++++++++
 www/py-scgi/distinfo        |   5 +++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r aa703cb9756a -r 7bb45dc145e5 www/py-scgi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-scgi/DESCR Tue Mar 03 10:13:10 2009 +0000
@@ -0,0 +1,4 @@
+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.
diff -r aa703cb9756a -r 7bb45dc145e5 www/py-scgi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-scgi/Makefile      Tue Mar 03 10:13:10 2009 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/03 10:13:10 manu Exp $
+#
+
+PKGNAME=       ${PYPKGPREFIX}-scgi
+
+COMMENT=       Simple Common Gateway Interface
+
+PKG_DESTDIR_SUPPORT=   destdir
+
+DEPENDS+=      ${PYPKGPREFIX}-quixote:../../devel/py-quixote
+
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG=        yes
+.include "../../lang/python/extension.mk"
+
+.include "../../www/py-scgi/Makefile.common"
diff -r aa703cb9756a -r 7bb45dc145e5 www/py-scgi/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-scgi/Makefile.common       Tue Mar 03 10:13:10 2009 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2009/03/03 10:13:10 manu Exp $
+#
+# used by www/py-scgi/Makefile
+# used by www/ap-scgi/Makefile
+# used by www/ap2-scgi/Makefile
+
+DISTNAME=      scgi-1.13
+CATEGORIES=    www
+MASTER_SITES=  http://python.ca/scgi/releases/
+
+MAINTAINER=    manu%NetBSD.org@localhost
+HOMEPAGE=      http://python.ca/scgi/
+
+DISTINFO_FILE=          ${.CURDIR}/../../www/py-scgi/distinfo
+
+.include "../../mk/bsd.pkg.mk"
diff -r aa703cb9756a -r 7bb45dc145e5 www/py-scgi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-scgi/PLIST Tue Mar 03 10:13:10 2009 +0000
@@ -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
diff -r aa703cb9756a -r 7bb45dc145e5 www/py-scgi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-scgi/distinfo      Tue Mar 03 10:13:10 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/03 10:13:10 manu Exp $
+
+SHA1 (scgi-1.13.tar.gz) = 17e090db772faa828abfdd5049e4cbdaa0934812
+RMD160 (scgi-1.13.tar.gz) = 746e86bc8db85ba562463fc16ff9cbfbbba70dc1
+Size (scgi-1.13.tar.gz) = 29247 bytes



Home | Main Index | Thread Index | Old Index