From owner-freebsd-ports Wed Aug 28 22: 0:23 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 0B54937B400 for ; Wed, 28 Aug 2002 22:00:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C81943E65 for ; Wed, 28 Aug 2002 22:00:08 -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 g7T508JU075375 for ; Wed, 28 Aug 2002 22:00:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7T507PI075374; Wed, 28 Aug 2002 22:00:08 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1495B37B400 for ; Wed, 28 Aug 2002 21:58:17 -0700 (PDT) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16C843E65 for ; Wed, 28 Aug 2002 21:58:15 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA45922 for ; Thu, 29 Aug 2002 14:58:14 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA11456; Thu, 29 Aug 2002 14:58:14 +1000 (EST) Received: from hellcat.itga.com.au (localhost [127.0.0.1]) by hellcat.itga.com.au (8.12.5/8.12.5) with ESMTP id g7T4wDo2049463 for ; Thu, 29 Aug 2002 14:58:13 +1000 (EST) (envelope-from gnb@hellcat.itga.com.au) Received: (from gnb@localhost) by hellcat.itga.com.au (8.12.5/8.12.3/Submit) id g7T4wDn9049462; Thu, 29 Aug 2002 14:58:13 +1000 (EST) Message-Id: <200208290458.g7T4wDn9049462@hellcat.itga.com.au> Date: Thu, 29 Aug 2002 14:58:13 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42155: New Port: albatross-1.00 (Python framework for Web development) 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: 42155 >Category: ports >Synopsis: New Port: albatross-1.00 (Python framework for Web development) >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: Wed Aug 28 22:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.6-STABLE i386 >Organization: ITG Australia Limited >Environment: System: FreeBSD hellcat.itga.com.au 4.6-STABLE FreeBSD 4.6-STABLE #7: Wed Aug 14 12:02:45 EST 2002 toor@grollo.itga.com.au:/usr/obj/usr/src/sys/HELLCAT i386 >Description: Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications. The attached is a port framework. >How-To-Repeat: >Fix: --- shar begins here --- # 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: # # www/albatross/Makefile # www/albatross/distinfo # www/albatross/pkg-comment # www/albatross/pkg-descr # www/albatross/pkg-plist # echo x - www/albatross/Makefile sed 's/^X//' >www/albatross/Makefile << 'END-of-www/albatross/Makefile' X# New ports collection makefile for: albatross X# Date created: 29 August 2002 X# Whom: Gregory Bond X# X XPORTNAME= albatross XPORTVERSION= 1.00 XCATEGORIES= www python XMASTER_SITES= http://object-craft.com.au/projects/albatross/download/ X XMAINTAINER= gnb@itga.com.au X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include END-of-www/albatross/Makefile echo x - www/albatross/distinfo sed 's/^X//' >www/albatross/distinfo << 'END-of-www/albatross/distinfo' XMD5 (albatross-1.00.tar.gz) = e9b43f45856b03450b9b32f80e14975a END-of-www/albatross/distinfo echo x - www/albatross/pkg-comment sed 's/^X//' >www/albatross/pkg-comment << 'END-of-www/albatross/pkg-comment' XA Python toolkit for developing highly stateful web applications. END-of-www/albatross/pkg-comment echo x - www/albatross/pkg-descr sed 's/^X//' >www/albatross/pkg-descr << 'END-of-www/albatross/pkg-descr' XAlbatross is a small and flexible Python toolkit for developing Xhighly stateful web applications. The toolkit has been designed to Xtake a lot of the pain out of constructing intranet applications Xalthough you can also use Albatross for deploying publicly accessed Xweb applications. X XAlbatross includes: X* An extensible HTML templating system similar to DTML that promotes X separation of presentation and implementation for improved program X maintainability. X X* The ability to place Python code for each page in a dynamically X loaded module, or to place each page in it's own class in a single X mainline. X X* Optional sessions, which can be either: X o Browser based sessions via automatically generated hidden form fields X (cryptographically signed to ensure integrity), X o Server-side sessions via a supplied TCP session server, X o Server-side file based session store. X X* Applications that can be deployed as either CGI programs or as X mod_python module with minor changes to program mainline. Custom X deployment can be achieved by developing your own Request class. X X* Over 120 pages of documentation including many installable samples. X X XAuthor: Dave Cole XWWW: http://object-craft.com.au/projects/albatross/ X X-- Gregory Bond END-of-www/albatross/pkg-descr echo x - www/albatross/pkg-plist sed 's/^X//' >www/albatross/pkg-plist << 'END-of-www/albatross/pkg-plist' Xlib/%%PYTHON_VERSION%%/site-packages/albatross/__init__.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/apacheapp.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/app.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/cgiapp.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/context.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/pidfile.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/randompage.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/session.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/sessionfile.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/simpleserver.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/tags.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/template.py Xlib/%%PYTHON_VERSION%%/site-packages/albatross/__init__.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/apacheapp.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/app.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/cgiapp.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/context.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/pidfile.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/randompage.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/session.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/sessionfile.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/simpleserver.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/tags.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/template.pyo Xlib/%%PYTHON_VERSION%%/site-packages/albatross/__init__.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/apacheapp.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/app.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/cgiapp.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/context.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/pidfile.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/randompage.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/session.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/sessionfile.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/simpleserver.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/tags.pyc Xlib/%%PYTHON_VERSION%%/site-packages/albatross/template.pyc Xbin/al-session-daemon X@dirrm lib/%%PYTHON_VERSION%%/site-packages/albatross END-of-www/albatross/pkg-plist exit --- shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message