From owner-freebsd-ports Thu Jul 18 0: 0:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8587637B401 for ; Thu, 18 Jul 2002 00:00:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C816B43E3B for ; Thu, 18 Jul 2002 00:00:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6I70LJU087639 for ; Thu, 18 Jul 2002 00:00:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6I70LeO087638; Thu, 18 Jul 2002 00:00:21 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B24837B400 for ; Wed, 17 Jul 2002 23:55:55 -0700 (PDT) Received: from mail.holywar.net (holywar.net [211.239.166.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E4643E5E for ; Wed, 17 Jul 2002 23:55:54 -0700 (PDT) (envelope-from hollywar@holywar.net) Received: from holywar.net (Daemon@localhost [127.0.0.1]) by mail.holywar.net (8.12.3/8.11.1) with ESMTP id g6I6toia095719 for ; Thu, 18 Jul 2002 15:55:53 +0900 (KST) (envelope-from hollywar@holywar.net) Received: (from hollywar@localhost) by holywar.net (8.12.3/8.12.3/Submit) id g6I6toi8095718; Thu, 18 Jul 2002 15:55:50 +0900 (KST) Message-Id: <200207180655.g6I6toi8095718@holywar.net> Date: Thu, 18 Jul 2002 15:55:50 +0900 (KST) From: JunSeon Oh Reply-To: JunSeon Oh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40722: New port: www/py-fcgi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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