head	1.9;
access;
symbols
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2012.01.06.09.16.04;	author rm;	state dead;
branches;
next	1.8;

1.8
date	2011.12.28.09.48.07;	author rm;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.29.20.04.34;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.13.22.01.25;	author pav;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.04.30.12.08.47;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.16.17.09.16;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.02.20.59.20;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.29.05.05.40;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for: FileSystemSite
# Date created:		16 Jul 2003
# Whom:			Tim Middleton
#
# $FreeBSD: ports/www/zope-FileSystemSite/Makefile,v 1.8 2011/12/28 09:48:07 rm Exp $
#

PORTNAME=	FileSystemSite
PORTVERSION=	1.4.2
CATEGORIES=	www zope
MASTER_SITES=	http://www.infrae.com/download/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX=	zope-
EXTRACT_SUFX=	.tgz

MAINTAINER=	x@@vex.net
COMMENT=	Enable file system based sites within Zope

DEPRECATED=	Doesn't work with modern Zope versions
EXPIRATION_DATE=	2012-01-06

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=${PORTNAME}

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}

do-install:
	@@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
	@@${CHMOD} -R og+rX ${WRKSRC}/
	@@${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/

post-install:
.if !defined(BATCH)
	@@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
@


1.8
log
@Deprecate fourth part of obsoleted zope-related ports.

Adjust expiration date to other deprecated zope-ports, because without latter
they will be quite useless (if they not already).

PR:            163143
Approved by:   maintainer (timeout, 2 weeks+), novel (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d18 3
@


1.6
log
@- Update to 1.4.2

PR:		ports/86083
Submitted by:	Tim Middleton <x@@Vex.Net> (maintainer)
@
text
@a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.5
log
@- Fix fetch
@
text
@d9 1
a9 1
PORTVERSION=	1.4.1
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/infrae/FileSystemSite/${PORTNAME}-${PORTVERSION}/
d16 1
a16 1
MAINTAINER=	x@@Vex.Net
@


1.4
log
@- Update to 1.4.1

PR:		ports/66075
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	http://zope.org/Members/infrae/FileSystemSite/${PORTNAME}-${PORTVERSION}/
@


1.3
log
@use ZOPEPRODUCTDIR on pkg-plist.
Agreed by:	maintainer.
@
text
@d9 1
a9 2
PORTVERSION=	1.3
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://zope.org/Members/philikon/${PORTNAME}/${PORTVERSION}/
a25 1
CPIO=		cpio --quiet -pdum -R
d31 3
a33 5
	@@ ${CHMOD} -R og+rX ${WRKSRC}/
	@@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
	@@ cd ${WRKSRC} && ${FIND} . \
	  | ${CPIO} ${BINOWN}:${BINGRP} \
	  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@


1.2
log
@- Update to 1.3

PR:		ports/60767
Submitted by:	Tim Middleton <x@@vex.net> (maintainer)
@
text
@d10 1
a25 1
PLIST_SUB=	ZOPEBASEDIR=${SZOPEBASEDIR}
@


1.1
log
@[NEW PORT] www/zope-FileSystemSite: Enable file system based sites within Zope

	This is a repackaging of the CMF's FileSystem Directory
	Views such that it is independent of the CMF.

	The major use of this is to develop view code on the file
	system such that it can be edited with normal development
	utilties and checked into a source control management system.

	WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite

PR:		ports/54550
Submitted by:	Tim Middleton <x@@vex.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d11 1
a11 1
MASTER_SITES=	http://www.zope.org/Members/k_vertigo/Products/FileSystemSite/default/
d13 1
a13 1
DISTNAME=	FileSystemSite-${PORTVERSION}
@

