head	1.7;
access;
symbols
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2011.09.30.09.12.35;	author dougb;	state dead;
branches;
next	1.6;

1.6
date	2011.09.26.09.24.19;	author dougb;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.05.11.45.13;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.11.08.27.14;	author nivit;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.19.20.25.41;	author flz;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.01.23.18.08.42;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@As previously advertised, delete ports that have
vulnerabilities listed in portaudit, and those
that depend on them - part 1

math/mupad
	Relies on xpm, vulnerable since 2004-09-15
net-p2p/torrentflux
	Vulnerable since 2006-10-07
net/tptest
	Vulnerable since 2009-12-17
security/pgp6
	Vulnerable since 2005-07-31
www/p5-RTx-RightsMatrix
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Shredder
	Only works with www/rt36, which is FORBIDDEN
www/p5-RTx-Statistics
	Only works with www/rt36, which is FORBIDDEN
www/plone
	Vulnerable since 2011-02-10
www/pyblosxom
	Vulnerable since 2009-02-11
www/rt36
	Vulnerable since 2009-12-09
www/zope-archetypes
	Depends on www/plone, which is FORBIDDEN
www/zope-calendaring
	Depends on www/plone, which is FORBIDDEN
www/zope-coreblog2
	Depends on www/plone, which is FORBIDDEN
www/zope-i18nlayer
	Depends on www/plone, which is FORBIDDEN
www/zope-plonelanguagetool
	Depends on www/plone, which is FORBIDDEN
www/zope-simpleblog
	Depends on www/plone, which is FORBIDDEN
@
text
@# New ports collection makefile for:	zope-calendaring
# Date created:			23 January 2006
# Whom:					Khairil Yusof
#
# $FreeBSD: ports/www/zope-calendaring/Makefile,v 1.6 2011/09/26 09:24:19 dougb Exp $
#

PORTNAME=	calendaring
PORTVERSION=	0.3.0
PORTREVISION=	2
CATEGORIES=	www zope
MASTER_SITES=	http://www.enfoldsystems.com/Products/Open/Downloads/
PKGNAMEPREFIX=	zope-
DISTNAME=	Calendaring-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	kaeru@@inigo-tech.com
COMMENT=	Calendar product for Plone

DEPRECATED=	Depends on www/plone, which is FORBIDDEN
EXPIRATION_DATE=	2011-09-30

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
		${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone

NO_PACKAGE=	Double python dependency

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=Calendaring

WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION}

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

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

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

.include <bsd.port.mk>
@


1.6
log
@Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- update to jpeg-8
@
text
@d20 3
@


1.4
log
@- Chase updating devel/py-dateutil

Submitted by:	pointyhat via pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d20 1
a20 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
@


1.2
log
@- Fix dependency on py-dateutil

PR:		ports/92236
Submitted by:	Khairil Yusof <khairil.yusof@@gmail.com> (maintainer)
@
text
@d10 1
@


1.1
log
@Calendaring is a product for Plone

Calendaring imports events from an iCalendar (.ics) file and creates Plone
event objects. You can also publish the calendar directly to a Plone site using
iCal or Mozilla Calendar.

http://plone.org/products/calendaring

PR:		ports/92179
Submitted by:	Khairil Yusof <khairil.yusof@@gmail.com>
@
text
@d19 1
a19 1
RUN_DEPENDS=	${LOCALBASE}/${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
@

