# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-albatross
version			1.36
categories		python
platforms		darwin freebsd
maintainers		nomaintainer
description		Python web application development toolkit
long_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.

homepage		http://www.object-craft.com.au/projects/albatross/
master_sites	${homepage}/download/
distname		albatross-${version}
checksums		sha1 65be07f7cccc15205bd9f5555ce75a3bd6cfac74

extract.post_args	"| tar -xf - --exclude '.cvsignore'"

post-destroot	{
	file delete ${destroot}${prefix}/share/doc/${name}/examples
	xinstall -m 644 -W ${worksrcpath} ChangeLog LICENCE TODO \
		${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/samples \
		${destroot}${prefix}/share/doc/${name}/examples
}

livecheck.type	freshmeat
livecheck.name	Albatross

