From 55b432b912d5bf94809c0e070e0bf8e89d1aef1e Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 20 Aug 2002 16:31:06 +0000 Subject: Add mod_scgi 0.2, an apache module that implements the client side of the SCGI protocol. --- www/mod_scgi/Makefile | 26 ++++++++++++++++++++++++++ www/mod_scgi/distinfo | 1 + www/mod_scgi/pkg-comment | 1 + www/mod_scgi/pkg-descr | 9 +++++++++ www/mod_scgi/pkg-plist | 3 +++ 5 files changed, 40 insertions(+) create mode 100644 www/mod_scgi/Makefile create mode 100644 www/mod_scgi/distinfo create mode 100644 www/mod_scgi/pkg-comment create mode 100644 www/mod_scgi/pkg-descr create mode 100644 www/mod_scgi/pkg-plist (limited to 'www/mod_scgi') diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile new file mode 100644 index 000000000000..58637388cc20 --- /dev/null +++ b/www/mod_scgi/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: scgi +# Date created: 19 Aug 2002 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +PORTNAME= scgi +PORTVERSION= 0.2 +CATEGORIES= www +MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ +PKGNAMEPREFIX= mod_ + +MAINTAINER= nbm@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 + +APXS?= ${PREFIX}/sbin/apxs + +do-build: + cd ${WRKSRC} && ${APXS} -c -o mod_scgi.so mod_scgi.c + +do-install: + cd ${WRKSRC} && ${APXS} -i -a mod_scgi.so + +.include diff --git a/www/mod_scgi/distinfo b/www/mod_scgi/distinfo new file mode 100644 index 000000000000..26d5f2171df0 --- /dev/null +++ b/www/mod_scgi/distinfo @@ -0,0 +1 @@ +MD5 (scgi-0.2.tar.gz) = 586892ad689e31383c21267590474f89 diff --git a/www/mod_scgi/pkg-comment b/www/mod_scgi/pkg-comment new file mode 100644 index 000000000000..db51bf8c509f --- /dev/null +++ b/www/mod_scgi/pkg-comment @@ -0,0 +1 @@ +Apache module that implements the client side of the SCGI protocol diff --git a/www/mod_scgi/pkg-descr b/www/mod_scgi/pkg-descr new file mode 100644 index 000000000000..63cae96e93fc --- /dev/null +++ b/www/mod_scgi/pkg-descr @@ -0,0 +1,9 @@ +An Apache module that implements the client side of the Simple Common +Gateway Interface protocol. + +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. + +WWW: http://www.mems-exchange.org/software/scgi/ diff --git a/www/mod_scgi/pkg-plist b/www/mod_scgi/pkg-plist new file mode 100644 index 000000000000..dbaad310f427 --- /dev/null +++ b/www/mod_scgi/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache/mod_scgi.so +@exec %D/sbin/apxs -e -a -n scgi %f +@unexec %D/sbin/apxs -e -A -n scgi %f -- cgit v1.2.3