FreeBSD Bugzilla – Attachment 165722 Details for
Bug 206341
[NEW PORT] www/slowcgi: FastCGI interface for old CGI programs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
slowcgi shar
slowcgi.shar (text/plain), 2.41 KB, created by
Nikola Kolev
on 2016-01-17 20:52:55 UTC
(
hide
)
Description:
slowcgi shar
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2016-01-17 20:52:55 UTC
Size:
2.41 KB
patch
obsolete
># 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: ># ># slowcgi ># slowcgi/Makefile ># slowcgi/distinfo ># slowcgi/pkg-descr ># slowcgi/files ># slowcgi/files/slowcgi.in ># >echo c - slowcgi >mkdir -p slowcgi > /dev/null 2>&1 >echo x - slowcgi/Makefile >sed 's/^X//' >slowcgi/Makefile << '32c35e81946d890ae8fe485a00aa65a0' >X# $FreeBSD$ >X >XPORTNAME= slowcgi >XPORTVERSION= 5.8.20160114 >XCATEGORIES= www >X >XMAINTAINER= koue@chaosophia.net >XCOMMENT= FastCGI interface for old CGI programs >X >XLICENSE= BSD3CLAUSE >X >XLIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 >X >XWRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/src/usr.sbin/${GH_PROJECT} >X >XUSE_GITHUB= yes >XGH_ACCOUNT= koue >XGH_PROJECT= slowcgi >X >XUSES= uidfix >XUSE_RC_SUBR= slowcgi >X >XCFLAGS+= -Wall >X >XMAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man >X >XUSERS= www >XGROUPS= www >X >XPLIST_FILES= sbin/slowcgi \ >X man/man8/slowcgi.8.gz >X >X.include <bsd.port.mk> >32c35e81946d890ae8fe485a00aa65a0 >echo x - slowcgi/distinfo >sed 's/^X//' >slowcgi/distinfo << 'e6a82b58f64e4b36e6cfc2cc242b2032' >XSHA256 (koue-slowcgi-5.8.20160114_GH0.tar.gz) = 0355485d55a2e816664aad31172012630737c71423bc6c47c27a8e1cf8911a7b >XSIZE (koue-slowcgi-5.8.20160114_GH0.tar.gz) = 10430 >e6a82b58f64e4b36e6cfc2cc242b2032 >echo x - slowcgi/pkg-descr >sed 's/^X//' >slowcgi/pkg-descr << 'd172c179eb686787b6a57ab1c1d67bd7' >Xslowcgi is a server which implements the FastCGI Protocol to execute CGI >Xscripts. FastCGI was designed to overcome the CGI protocol's scalability >Xand resource sharing limitations. >X >XWWW: https://github.com/koue/slowcgi >d172c179eb686787b6a57ab1c1d67bd7 >echo c - slowcgi/files >mkdir -p slowcgi/files > /dev/null 2>&1 >echo x - slowcgi/files/slowcgi.in >sed 's/^X//' >slowcgi/files/slowcgi.in << '1b787b76109d21f68500cb226c500374' >X#!/bin/sh >X# >X# $FreeBSD$ >X# >X# PROVIDE: slowcgi >X# REQUIRE: DAEMON >X# BEFORE: LOGIN >X# KEYWORD: shutdown >X >X# Add the following lines to /etc/rc.conf to enable slowcgi: >X# slowcgi_enable="YES" >X# slowcgi_flags="<set as needed>" >X >X. /etc/rc.subr >X >Xname=slowcgi >Xrcvar=slowcgi_enable >X >Xcommand="%%PREFIX%%/sbin/slowcgi" >X >Xslowcgi_enable=${slowcgi_enable:-"NO"} >Xslowcgi_flags=${slowcgi_flags:-""} >X >Xload_rc_config $name >Xrun_rc_command "$1" >1b787b76109d21f68500cb226c500374 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 206341
: 165722