Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 01:19:09 GMT
From:      hollywar@holywar.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19902: New ports: mod_fastcgi for Apache
Message-ID:  <200007140119.BAA23125@holywar.net>

next in thread | raw e-mail | index | archive | help

>Number:         19902
>Category:       ports
>Synopsis:       New ports: mod_fastcgi for Apache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 13 18:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     JunSeon Oh
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
holynet
>Environment:

	

	none

>Description:

	

	This is a new port of mod_fastcgi for apache

>How-To-Repeat:

	

>Fix:
	
	

	Build it


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/DESCR
#	./pkg/COMMENT
#	./pkg/PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    mod_fastcgi ( in apache )
X# Date created:         14 Jul 2000
X# Whom:                 JunSeon Oh <hollywar@mail.holywar.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_fastcgi
XPORTVERSION=	2.2.4
XCATEGORIES=	www
XMASTER_SITES=	http://www.fastcgi.com/dist/
XDISTNAME=	mod_fastcgi_${PORTVERSION}
X
XMAINTAINER=	hollywar@mail.holywar.net
X
XBUILD_DEPENDS=  ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
XRUN_DEPENDS=    ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
X
Xdo-patch:
X	cd ${WRKSRC} ; ${MV} Makefile.tmpl Makefile ;
X
Xdo-build:
X	cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -o mod_fastcgi.so -c *.c
X
Xdo-install:
X	cd ${WRKSRC} ; ${LOCALBASE}/sbin/apxs -i -a -n fastcgi mod_fastcgi.so
X
Xpost-install:
X	@${ECHO_MSG} "*******************************************************"
X	@${ECHO_MSG} "* Fast-cgi modules was include with your apache       *"
X	@${ECHO_MSG} "* configuration file                                  *"
X	@${ECHO_MSG} "*                                                     *"
X	@${ECHO_MSG} "* You need to add following line in your apache       *"
X	@${ECHO_MSG} "* configuration file. and restart it !                *"
X	@${ECHO_MSG} "*                                                     *"
X	@${ECHO_MSG} "* AddHandler fastcgi-script fcgi fcgi fpl             *"
X	@${ECHO_MSG} "*                                                     *"
X	@${ECHO_MSG} "*******************************************************"
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (mod_fastcgi_2.2.4.tar.gz) = 2b58a46ad35604b0a72b6974c53616cb
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
Xmod_fastcgi is a cgi-module for Apache
X
XFastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.  See the docs for more details.
X
X--
XPorts by JunSeon Oh <hollywar@mail.holywar.net>
XWWW: http://www.fastcgi.com
END-of-./pkg/DESCR
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XA fast-cgi module for Apache
END-of-./pkg/COMMENT
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xlibexec/apache/mod_fastcgi.so
END-of-./pkg/PLIST
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007140119.BAA23125>