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


1.11
date	2011.09.30.09.12.35;	author dougb;	state dead;
branches;
next	1.10;

1.10
date	2011.09.26.09.24.20;	author dougb;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.45.13;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.45.14;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.38.33;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.07.23;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.13.03.39.25;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.19.20.25.43;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.15.21.45.07;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.02.12.00.33;	author vsevolod;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
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-plonelanguagetool
# Date created:			July 4 2004
# Whom:					Khairil Yusof <kaeru@@inigo-tech.com>
#
# $FreeBSD: ports/www/zope-plonelanguagetool/Makefile,v 1.10 2011/09/26 09:24:20 dougb Exp $
#

PORTNAME=	plonelanguagetool
PORTVERSION=	0.5
PORTREVISION=	4
CATEGORIES=	www zope
MASTER_SITES=	SF/collective/PloneLanguageTool/${PORTVERSION}
PKGNAMEPREFIX=	zope-
DISTNAME=	PloneLanguageTool-${PORTVERSION}

MAINTAINER=	kaeru@@inigo-tech.com
COMMENT=	PloneLanguageTool product for Zope

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

RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone \
				${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/I18NLayer/__init__.py:${PORTSDIR}/www/zope-i18nlayer

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

EXTRACT_CMD=	tar
EXTRACT_BEFORE_ARGS=	-zxvf
EXTRACT_AFTER_ARGS=	--exclude CVS

ZOPEPRODUCTNAME=	PloneLanguageTool

PLIST=	${WRKDIR}/pkg-plist
WRKSRC=	${WRKDIR}/${ZOPEPRODUCTNAME}

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

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -x skins ${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}/

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

.include <bsd.port.mk>
@


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


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


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


1.6
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=	collective
@


1.5
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.4
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d36 1
a36 1
CONFLICTS=	plone-[0-9]*
@


1.3
log
@Update to 0.5

PR:		ports/98484
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
@
text
@d10 1
@


1.2
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@


1.1
log
@Add zope-plonelanguagetool, a Zope/CMF product which provides
a portal_languages tool that you can add to your Plone site in the ZMI.
You can select the allowed and default languages and choose from a number
of negotiation schemes.

PR:		ports/68659
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d35 2
@

