head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2007.10.10.03.00.35;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.26.05.32.13;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.01.04.06.07.59;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.09.04.12.15.38;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.11.05.23.05;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.04.19.24.24;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.19.23.35.13;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2003.07.22.09.01.18;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.14.01.30;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.28.02.47.16;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.04.07.17.33;	author perky;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	albatross
# Date created:		29 August 2002
# Whom:	      		Gregory Bond <gnb@@itga.com.au>
#
# $FreeBSD: head/www/py-albatross/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	albatross
PORTVERSION=	1.36
CATEGORIES=	www python
MASTER_SITES=	http://object-craft.com.au/projects/albatross/download/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
		${PORTNAME}-html-${PORTVERSION}${EXTRACT_SUFX}

MAINTAINER=	gnb@@itga.com.au
COMMENT=	Python toolkit for developing highly stateful web applications

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${DOCSDIR}/html
	@@${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR}
	@@${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${DOCSDIR}/html
	@@${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.11
log
@[PATCH]: www/* use {} vs () consistently

	Fix all occurrences of this that are not part of REPLACE_CMD commands.

PR:		ports/117051
Submitted by:	"Philip M. Gollucci" <pgollucci@@p6m7g8.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update to 1.36

PR:		ports/110830
Submitted by:	maintainer (Gregory Bond)
@
text
@d25 1
a25 1
	@@${TAR} -cf - -C ${WRKDIR}/albatross-html-$(PORTVERSION) . | ${TAR} -xf - -C ${DOCSDIR}/html
@


1.9
log
@Maint update; www/py-albatross 1.33

	Update to Albatross v1.33.  This is a minor fix for a
	possible security hole hence the Severity & Priority above.

Submitted by:	Bourne-again Superuser <gnb@@itga.com.au>
PR:		ports/91289
@
text
@d8 1
a8 1
PORTVERSION=	1.33
d25 1
a25 1
	@@${TAR} -cf - -C ${WRKDIR}/albatross . | ${TAR} -xf - -C ${DOCSDIR}/html
@


1.8
log
@- Update to 1.32

PR:		ports/85554
Submitted by:	Gregory Bond (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.32
@


1.7
log
@Update to 1.30.

PR:		83242
Submitted by:	Gregory Bond (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.30
@


1.6
log
@ Update to 1.20

PR:		73266
Submitted by:	Gregory Bond <gnb@@itga.com.au>
@
text
@d8 1
a8 1
PORTVERSION=	1.20
@


1.5
log
@- Update to 1.11
- Deploy %%DOCSDIR%%

PR:		ports/72863
Submitted by:	Gregory Bond <gnb@@itga.com.au> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.11
@


1.4
log
@Update to 1.10

PR:		54680
Submitted by:	Gregory Bond <gnb@@itga.com.au>
@
text
@d8 1
a8 1
PORTVERSION=	1.10
@


1.3
log
@De-pkg-comment.
@
text
@d8 1
a8 1
PORTVERSION=	1.01
d12 2
d23 1
a23 1
	@@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
d25 1
@


1.2
log
@Update to 1.01

PR:		44551
Submitted by:	maintainer
@
text
@d14 1
@


1.1
log
@Add py-albatross 1.00,
Python toolkit for developing highly stateful web applications.

PR:		42155
Submitted by:	Gregory Bond <gnb@@itga.com.au>
@
text
@d8 1
a8 1
PORTVERSION=	1.00
@

