Date: Thu, 18 Jul 2002 15:55:50 +0900 (KST) From: JunSeon Oh <hollywar@holywar.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40722: New port: www/py-fcgi Message-ID: <200207180655.g6I6toi8095718@holywar.net>
next in thread | raw e-mail | index | archive | help
>Number: 40722 >Category: ports >Synopsis: New port: www/py-fcgi >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 18 00:00:20 PDT 2002 >Closed-Date: >Last-Modified: >Originator: JunSeon Oh >Release: FreeBSD 4.6-STABLE i386 >Organization: HolyNet >Environment: System: FreeBSD holywar 4.6-STABLE FreeBSD 4.6-STABLE #1: Fri Jun 28 10:02:46 KST 2002 hollywar@holywar:/usr/obj/usr/src/sys/HOLYWAR i386 >Description: Python fastcgi interface library >How-To-Repeat: Build it please >Fix: # 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: # # py-fcgi # py-fcgi/Makefile # py-fcgi/pkg-plist # py-fcgi/pkg-comment # py-fcgi/pkg-descr # py-fcgi/distinfo # echo c - py-fcgi mkdir -p py-fcgi > /dev/null 2>&1 echo x - py-fcgi/Makefile sed 's/^X//' >py-fcgi/Makefile << 'END-of-py-fcgi/Makefile' X# New ports collection makefile for: py-fcgi X# Date created: 18 July 2002 X# Whom: JunSeon Oh <hollywar@mail.holywar.net> X# X# $FreeBSD$ X# X XPORTNAME= fcgi XPORTVERSION= 0.1 XCATEGORIES= www python XMASTER_SITES= http://alldunn.com/python/ \ X ftp://ftp.holywar.net/pub/FreeBSD/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= fcgi XEXTRACT_SUFX= .py XEXTRACT_ONLY= X XMAINTAINER= hollywar@mail.holywar.net X XUSE_PYTHON= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X Xdo-install: X @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PYTHON_SITELIBDIR} X X.include <bsd.port.mk> END-of-py-fcgi/Makefile echo x - py-fcgi/pkg-plist sed 's/^X//' >py-fcgi/pkg-plist << 'END-of-py-fcgi/pkg-plist' X%%PYTHON_SITELIBDIR%%/fcgi.py END-of-py-fcgi/pkg-plist echo x - py-fcgi/pkg-comment sed 's/^X//' >py-fcgi/pkg-comment << 'END-of-py-fcgi/pkg-comment' XA Python FastCGI interface library END-of-py-fcgi/pkg-comment echo x - py-fcgi/pkg-descr sed 's/^X//' >py-fcgi/pkg-descr << 'END-of-py-fcgi/pkg-descr' XThe fcgi.py Python module handles communication with the FastCGI module of the XApache or Stronghold web server. You can make a pyton fastcgi script very easy Xwith this module. X XWWW: http://alldunn.com/python/ END-of-py-fcgi/pkg-descr echo x - py-fcgi/distinfo sed 's/^X//' >py-fcgi/distinfo << 'END-of-py-fcgi/distinfo' XMD5 (fcgi.py) = f350337bb73c65a8d3626b581af0fe39 END-of-py-fcgi/distinfo 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?200207180655.g6I6toi8095718>