head	1.17;
access;
symbols
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2011.09.30.09.12.35;	author dougb;	state dead;
branches;
next	1.16;

1.16
date	2011.09.26.09.24.19;	author dougb;	state Exp;
branches;
next	1.15;

1.15
date	2010.03.28.06.45.13;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.05.11.45.13;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2009.08.22.00.38.31;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.14.07.23;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.13.03.39.23;	author rafan;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.06.07.45.33;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.25.41;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.02.12.00.31;	author vsevolod;	state Exp;
branches;
next	1.7;

1.7
date	2005.09.13.18.00.49;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2005.03.10.17.24.58;	author novel;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2004.04.10.20.41.17;	author pav;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.17
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-archetypes
# Date created:		11 Nov 2003
# Whom:			filippo@@widestore.net
#
# $FreeBSD: ports/www/zope-archetypes/Makefile,v 1.16 2011/09/26 09:24:19 dougb Exp $
#

PORTNAME=	archetypes
PORTVERSION=	1.3.4
PORTREVISION=	4
CATEGORIES=	www zope
MASTER_SITES=	SF/${PORTNAME}/Archetypes/${PORTVERSION}
PKGNAMEPREFIX=	zope-
DISTNAME=	Archetypes-${PORTVERSION}-final
DIST_SUBDIR=	zope

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Framework for the development of new Content Types in Zope/CMF/Plone

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

RUN_DEPENDS=	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone \
	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/PortalTransforms/__init__.py:${PORTSDIR}/www/zope-portaltransforms \
	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/validation/__init__.py:${PORTSDIR}/www/zope-validation \
	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/generator/__init__.py:${PORTSDIR}/www/zope-generator \
	${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/MimetypesRegistry/__init__.py:${PORTSDIR}/www/zope-mimetypesregistry

ZOPEPRODUCTNAME=	Archetypes
WRKSRC=${WRKDIR}/${ZOPEPRODUCTNAME}
USE_ZOPE=	yes
USE_PYTHON=	yes
PLIST=	${WRKDIR}/pkg-plist

CONFLICTS=	plone[0-9]*-[0-9]*

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

pre-install:
	@@${RM} -f ${PLIST}
	@@${TOUCH} ${PLIST}
	@@cd ${WRKDIR} && \
	for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \
			${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
	done; \
	for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \
		${ECHO_CMD} @@dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
	done; \

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

.include <bsd.port.mk>
@


1.16
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.15
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d20 3
@


1.14
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.12
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	archetypes
@


1.11
log
@- Mark conflicts with plone3

PR:		ports/119365
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@Reset filippo.natali@@gmail.com, who is very short on free time right now.

Hat:		portmgr
@
text
@d33 1
a33 1
CONFLICTS=	plone-[0-9]*
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d18 1
a18 1
MAINTAINER=	filippo.natali@@gmail.com
@


1.8
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d10 1
@


1.7
log
@- Update to 1.3.4

PR:		ports/86026
Submitted by:	maintainer
@
text
@d32 2
@


1.6
log
@Change maintainer's e-mail.

PR:	78669
Submitted by:	maintainer
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.0
a14 1
EXTRACT_SUFX=	.tgz
@


1.5
log
@- Update to 1.3.0

PR:		ports/72580
Submitted by:	Filippo Natali <filippo@@widestore.net> (maintainer)
@
text
@d18 1
a18 1
MAINTAINER=	filippo@@widestore.net
@


1.4
log
@- Fix dependencies after recent Zope changes

PR:		ports/66195
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.4
d14 1
a14 1
DISTNAME=	archetypes-${PORTVERSION}
d21 5
a25 2
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone \
	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/PortalTransforms/__init__.py:${PORTSDIR}/www/zope-cmftransforms
d27 2
a28 1
WRKSRC=${WRKDIR}/${DISTNAME}
d31 1
a31 2
MODULES=	ArchExample ArchGenXML Archetypes
PYTHON_MODULES=	validation generator
d34 12
a45 3
	-@@for m in ${MODULES}; do \
		${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$$m; \
	done
d48 3
a50 6
	@@for pym in ${PYTHON_MODULES}; do \
		cd ${WRKSRC}/$$pym && ${PYTHON_CMD} setup.py install; \
	done
	@@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
	@@(cd ${WRKSRC} && ${CP} -R ${MODULES} \
		${ZOPEBASEDIR}/${ZOPEPRODUCTDIR})
@


1.3
log
@- Update to 1.2.4

PR:		ports/65253
Submitted by:	Filippo Natali <filippo@@widestore.net> (maintainer)
@
text
@d21 2
a22 2
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFPlone/__init__.py:${PORTSDIR}/www/plone \
	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/PortalTransforms/__init__.py:${PORTSDIR}/www/zope-cmftransforms
@


1.2
log
@- Relax compileall.py syntax errors

Reported by:	bento via kris
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
d21 2
a22 1
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFPlone/__init__.py:${PORTSDIR}/www/plone
d24 1
a26 1

@


1.1
log
@[NEW PORT] www/zope-archetypes

	Archetypes is a framework for the development of new Content
	Types in Zope/CMF/Plone.

PR:		ports/59176
Submitted by:	Filippo Natali <filippo@@widestore.net>
@
text
@d30 1
a30 1
	@@for m in ${MODULES}; do \
@

