Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 14:58:13 +1000 (EST)
From:      Gregory Bond <gnb@itga.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42155: New Port: albatross-1.00 (Python framework for Web development)
Message-ID:  <200208290458.g7T4wDn9049462@hellcat.itga.com.au>

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

>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 <gnb@itga.com.au>
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 <bsd.port.mk>
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 <djc@object-craft.com.au>
XWWW:    http://object-craft.com.au/projects/albatross/
X
X-- Gregory Bond <gnb@itga.com.au>
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




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