head	1.13;
access;
symbols
	pkgsrc-2013Q2:1.13.0.4
	pkgsrc-2013Q2-base:1.13
	pkgsrc-2012Q4:1.13.0.2
	pkgsrc-2012Q4-base:1.13
	pkgsrc-2011Q4:1.11.0.2
	pkgsrc-2011Q4-base:1.11
	pkgsrc-2011Q3:1.10.0.4
	pkgsrc-2011Q3-base:1.10
	pkgsrc-2011Q2:1.10.0.2
	pkgsrc-2011Q2-base:1.10
	pkgsrc-2011Q1:1.9.0.16
	pkgsrc-2011Q1-base:1.9
	pkgsrc-2010Q4:1.9.0.14
	pkgsrc-2010Q4-base:1.9
	pkgsrc-2010Q3:1.9.0.12
	pkgsrc-2010Q3-base:1.9
	pkgsrc-2010Q2:1.9.0.10
	pkgsrc-2010Q2-base:1.9
	pkgsrc-2010Q1:1.9.0.8
	pkgsrc-2010Q1-base:1.9
	pkgsrc-2009Q4:1.9.0.6
	pkgsrc-2009Q4-base:1.9
	pkgsrc-2009Q3:1.9.0.4
	pkgsrc-2009Q3-base:1.9
	pkgsrc-2009Q2:1.9.0.2
	pkgsrc-2009Q2-base:1.9
	pkgsrc-2009Q1:1.8.0.4
	pkgsrc-2009Q1-base:1.8
	pkgsrc-2008Q4:1.8.0.2
	pkgsrc-2008Q4-base:1.8
	pkgsrc-2008Q3:1.7.0.4
	pkgsrc-2008Q3-base:1.7
	cube-native-xorg:1.7.0.2
	cube-native-xorg-base:1.7
	pkgsrc-2008Q2:1.6.0.4
	pkgsrc-2008Q2-base:1.6
	cwrapper:1.6.0.2
	pkgsrc-2008Q1:1.4.0.2
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.2.0.2
	pkgsrc-2007Q4-base:1.2
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2012.03.20.14.23.31;	author taca;	state dead;
branches;
next	1.12;

1.12
date	2012.02.02.09.57.27;	author hans;	state Exp;
branches;
next	1.11;

1.11
date	2011.11.11.18.46.58;	author joerg;	state Exp;
branches;
next	1.10;

1.10
date	2011.05.14.02.56.33;	author taca;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.22.00.35.32;	author taca;	state Exp;
branches;
next	1.8;

1.8
date	2008.10.25.16.19.33;	author taca;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.17.15.12.57;	author taca;	state Exp;
branches;
next	1.6;

1.6
date	2008.05.26.02.13.26;	author joerg;	state Exp;
branches
	1.6.4.1;
next	1.5;

1.5
date	2008.05.11.16.28.03;	author taca;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.21.16.51.46;	author taca;	state Exp;
branches;
next	1.3;

1.3
date	2008.01.06.15.59.26;	author taca;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.25.06.03.54;	author taca;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.18.15.35.22;	author taca;	state Exp;
branches
	1.1.1.1;
next	;

1.6.4.1
date	2008.08.21.11.24.39;	author rtr;	state Exp;
branches;
next	;

1.1.1.1
date	2007.12.18.15.35.22;	author taca;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove zope210, Zope 2.10.13.

Zope 2.10.13 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
@
text
@# $NetBSD: Makefile,v 1.12 2012/02/02 09:57:27 hans Exp $
# FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp

DISTNAME=	Zope-${ZOPE210_VERSION}-final
PKGNAME=	${ZOPE_PKG_PREFIX}-${ZOPE210_VERSION}
PKGREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	http://www.zope.org/Products/Zope/${ZOPE210_VERSION}/
EXTRACT_SUFX=	.tgz

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://www.zope.org/
COMMENT=	Zope ${ZOPE210_VERSION}, the Z Object Publishing Environment

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=	${PYPKGPREFIX}-expat>=0:../../textproc/py-expat

PYTHON_VERSIONS_ACCEPTED=	24
ZOPE_VERSION=			210

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${ZOPE_DIR} --with-python=${PYTHONBIN}
BUILD_TARGET=	build version_txt
MAKE_FILE=	makefile

.include "../../mk/bsd.prefs.mk"

.if ${_USE_DESTDIR} != "no"
INSTALL_MAKE_FLAGS=	INSTALL_FLAGS=--root=${DESTDIR:Q}
.endif

INSTALLATION_DIRS=	${ZOPE_DOC_DIR}/zeo ${ZOPE_DOC_DIR}/zope
OWN_DIRS+=		${ZOPE_PRODUCTS_DIR}
RCD_SCRIPTS=		zope${ZOPE_VERSION} zeo${ZOPE_VERSION}
RCD_SCRIPT_SRC.zope${ZOPE_VERSION}=	../zope/files/zope.sh
RCD_SCRIPT_SRC.zeo${ZOPE_VERSION}=	../zope/files/zeo.sh

OWN_DIRS+= ${ZOPE_BASE}/skel/etc/package-includes ${ZOPE_PRODUCTS_BASE}

SUBST_CLASSES+=		param
SUBST_STAGE.param=	pre-configure
SUBST_FILES.param+=	skel/etc/zope.conf.in utilities/mkzopeinstance.py
SUBST_SED.param+=  -e "s|@@ZOPE_PRODUCTS_DIR@@|${ZOPE_PRODUCTS_DIR}|g"
SUBST_SED.param+=	-e "s|@@ZOPE_USER@@|${ZOPE_USER}|g"
SUBST_SED.param+=	-e "s|@@ZOPE_GROUP@@|${ZOPE_GROUP}|g"
SUBST_MESSAGE.param=	Fixing some parameters in files.

REPLACE_PYTHON=	\
	lib/python/AccessControl/securitySuite/regressionSecurity.py \
	lib/python/Interface/pyskel.py lib/python/OFS/ndiff.py \
	lib/python/Products/PageTemplates/tests/run.py \
	lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py \
	lib/python/StructuredText/ClassicStructuredText.py \
	lib/python/ZConfig/tests/runtests.py lib/python/ZEO/zeoctl.py \
	lib/python/Zope2/Startup/zopectl.py lib/python/ZTUtils/tests/run.py \
	lib/python/Zope2/Startup/misc/zpasswd.py \
	lib/python/docutils/readers/python/pynodes.py \
	lib/python/pytz/tzfile.py lib/python/zdaemon/tests/nokill.py \
	lib/python/zdaemon/zdctl.py lib/python/zdaemon/zdrun.py \
	lib/python/zope/security/setup.py test.py
REPLACE_PYTHON_DIRS+=	lib/python/Products/ZCTextIndex/tests \
	lib/python/Products/ZCatalog/regressiontests \
	lib/python/Products/ZGadflyDA/gadfly lib/python/TAL \
	lib/python/ZConfig/scripts lib/python/ZEO/scripts \
	lib/python/ZODB/scripts lib/python/ZServer/medusa \
	lib/python/zope/app/locales lib/python/zope/index/text/tests \
	lib/python/zope/rdb/gadfly lib/python/zope/tal utilities

USE_TOOLS+=	pax

post-extract:
	cd ${WRKSRC}; ${FIND} doc lib skel/import -type f -print | \
		${XARGS} ${CHMOD} -x

pre-patch:
	${CP} ../zope/files/sitecustomize.py ${WRKSRC}/lib/python
	${RM} -f ${WRKSRC}/skel/bin/runzope.bat.in

post-build:
	cd ${WRKSRC}; ${PY_COMPILE_ALL} .

pre-install:
	${FIND} ${WRKSRC} \( -name '*.orig' -o -name svn-commit.tmp \) \
		-print | ${XARGS} -- ${RM} -f

post-install:
	cd ${WRKSRC}/doc/ZEO; pax -rw *.txt ${DESTDIR}${ZOPE_DOC_DIR}/zeo
	cd ${WRKSRC}/doc; pax -rw *.txt ${DESTDIR}${ZOPE_DOC_DIR}/zope
	${FIND} ${DESTDIR}${ZOPE_DIR} ${DESTDIR}${ZOPE_DOC_DIR} -type f -print \
		| ${XARGS} -- ${CHMOD} a-w+r
	${FIND} ${DESTDIR}${ZOPE_DIR} -type f -name '*.pyc' -print | \
		${XARGS} -- ${CHMOD} a-x

.include "../../www/zope/Makefile.common"
.include "../../www/zope/replace.mk"
.include "../../www/zope/zopeversion.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@Use ${RM} -f to avoid failure if no files are found to be removed.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2011/11/11 18:46:58 joerg Exp $
@


1.11
log
@Fix PLIST. Add user-destdir support
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2011/05/14 02:56:33 taca Exp $
d85 1
a85 1
		-print | ${XARGS} -- ${RM}
@


1.10
log
@Update zope210 pacakge to 2.10.13 (Zope 2.10.13).

  Zope 2.10.13 (2011/02/04)

    Bugs fixed

      - Prevent publication of acquired attributes, where the acquired
        object does not have a docstring.
        https://bugs.launchpad.net/zope2/+bug/713253/

  Zope 2.10.12 (2010/09/01)

    Bugs fixed

      - Prevent uncaught exceptions from killing ZServer worker threads.
        https://bugs.launchpad.net/zope2/+bug/627988

      - Updated 'pytz' external to point to '2010b' version (not via Zope3).

      - Protect ZCTextIndex's clear method against storing Acquisition wrappers.

      - LP #195761: fixed ZMI XML export / import and restored it to the UI.

  Zope 2.10.11 (2010/01/12)

    Bugs fixed

      - LP #491224: proper escaping of rendered error message

      - Also look for ZEXP imports within the clienthome directory. This
        provides a place to put imports that won't be clobbered by buildout
        in a buildout-based Zope instance.

      - LP #143444: add labels to checkboxes / radio buttons on
        import / export form.

      - fixed improper usage of the IF_MODIFIED_SINCE header inside
        Five/browser/resource.py (updated to Five 1.5.9)


  Zope 2.10.10 (2009/12/22)

    Features added

      - Testing/custom_zodb.py: added support use a different storage other
        than DemoStorage. A dedicated FileStorage can be mount by setting the
        $TEST_FILESTORAGE environment variable to a custom Data.fs file.  A
        ZEO server can be configured using the $TEST_ZEO_HOST and
        $TEST_ZEO_PORT environment variables. This new functionality allows us
        to use the standard Zope testrunner for writing and running tests
        against existing Zope installations.

    Bugs fixed

      - LP #490514:  preserve tainting when calling into DTML from ZPT.

      - LP #360761 (backported from Acquisition trunk): fix iteration proxy
        to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`.

      - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent
        when clearing a cloned request.

  Zope 2.10.9 (2009/08/06)

    Restructuring

      - Moved exception MountedStorageError from ZODB.POSExceptions
        to Products.TemporaryFolder.mount (now its only client).

      - LP #253362:  Moved Zope2-specific module, ZODB/Mount.py, to
        Products/TemporaryFolder/mount.py (its only client is
        Products/TemporaryFolder/TemporaryFolder.py).

      - Removed spurious import-time dependencies from
        Products/ZODBMountPoint/MountedObject.py.

    Bugs fixed

      - Fixed vulnerabilities in the ZEO network protocol
        affecting ZEO storage servers.

  Zope 2.10.8 (2009/05/04)

    Features added

      - SiteErrorLog now includes the entry id in the information copied to
        the event log. This allowes you to correlate a user error report with
        the event log after a restart, or let's you find the REQUEST
        information in the SiteErrorLog when looking at a traceback in the
        event log.

    Restructuring

      - Added 'InitializeClass' alias in 'App.class_init' to ease migration.
        In Zope 2.12 it will be recommended to import 'InitializeClass' from
        'App.class_init' instead of 'Globals'.

      - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to
        'AccessControl.Permissions', in order to break an import cycle
        in third-party code which avoids imports from 'Globals.'  Left
        the class importable from its old location without deprecation.

    Bugs fixed

      - Launchpad #373299: Removed bogus string exception in OFS.CopySupport.

      - ZPublisher response.setBody: don't append Accept-Encoding to Vary
        header if it is already present - this can make cache configuration
        difficult. (merged 99493)

      - Launchpad #267834: proper separation of HTTP header fields
        using CRLF as requested by RFC 2616. (merged 90980, 92625)

      - Launchpad #348223: optimize catalog query by breaking out early from
        loop over indexes if the result set is already empty.

      - Launchpad ##332168: Connection.py: do not expose DB connection strings
        through exceptions

      - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the
        request. This required an update of zope.publisher to 3.3.3.

      - LP/#324876: tighened regex for detecting the charset
        from a meta-equiv header

      - Acquisition wrappers now correctly proxy __iter__.

      - Products.PluginIndexes.PathIndex:  backported doc fixes /
        optimizations from trunk (and ExtendedPathIndex).

      - Launchpad #174705:  ensure that the error info object exposed to a
        'tal:on_error' handler has attributes visible to restricted code.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2009/04/22 00:35:32 taca Exp $
d6 1
d15 2
d27 6
d85 1
a85 1
		-print0 | ${XARGS} -0 -- ${RM}
d88 6
a93 6
	cd ${WRKSRC}/doc/ZEO; pax -rw *.txt ${ZOPE_DOC_DIR}/zeo
	cd ${WRKSRC}/doc; pax -rw *.txt ${ZOPE_DOC_DIR}/zope
	${FIND} ${ZOPE_DIR} ${ZOPE_DOC_DIR} -type f -print0 \
		| ${XARGS} -0 -- ${CHMOD} a-w+r
	${FIND} ${ZOPE_DIR} -type f -name '*.pyc' -print0 | \
		${XARGS} -0 -- ${CHMOD} a-x
@


1.9
log
@Drop maintainership.  I have less interest and no time to maintain Zope.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2008/10/25 16:19:33 taca Exp $
d40 20
a59 3
REPLACE_PYTHON=		test.py lib/python/Zope2/Startup/zopectl.py \
			lib/python/zdaemon/zdctl.py lib/python/zdaemon/zdrun.py
REPLACE_PYTHON_DIRS+=	${WRKSRC}/lib/python/ZEO/scripts ${WRKSRC}/utilities
@


1.8
log
@Update zope210 package to 2.10.7.

Zope 2.10.7 (2008/10/24)
Bugs fixed

    * Ensure that response header values cannot embed CRLF pairs,
      which violate the HTTP spec (RFC 2616).
    * Launchpad #282677: fixed implementation of guarded_map and
      provided tests and implementation for guarded_zip
      (RestrictedPython).
    * Lauchpad #143736,#271395: fixed AttributeError' on _ltid in TempStorage
    * AccessControl.ZopeGuards.guarded_import mapped some Unauthorized
      exceptions onto ImportErrors: don't do that! Also, removed
      mutable defaults from argument list, improved tests.
    * LP #281156: AccessControl.SecurityInfo.secureModule dropped
      ModuleSecurity for failed imports, obscuring later attempts to
      import the same broken module.
    * LP #142667: Updated to ZODB-3.7.3 to fix problem with product
      auto-refresh.
    * Updated to Five 1.5.8
    * Launchpad #245649: the Products package is now a proper
      "namespace package" under the rules specified by setuptools.
    * Fixed outdated transaction.commit(1) call in
      ZODBMountPoint.SimpleTrailblazer
    * Launchpad #239636: Ensure that HEAD requests lock an empty body
      for NotFound errors.
    * Launchpad #229549: Don't ignore debug flag when rendering page
      templates (thanks to Eric Steele for the patch).
    * integrated Hotfix-2008-08-12
    * Launchpad #267545: DateTime(DateTime()) now preserves the correct hour
    * Launchpad #262313: respect the Expand macros when editing flag
      when editing a page template through the ZMI
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2008/08/17 15:12:57 taca Exp $
d10 1
a10 1
MAINTAINER=	taca@@NetBSD.org
@


1.7
log
@Add some changes from Zope's svn repository which should fix
Zope's security advisory 2008-08-12.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:26 joerg Exp $
a5 1
PKGREVISION=	1
@


1.6
log
@Second round of explicit pax dependencies. As reminded by tnn@@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2008/05/11 16:28:03 taca Exp $
d6 1
@


1.6.4.1
log
@pullup ticket #2500 - requested by taca
zope210: patch for security fixes

revisions pulled up:
pkgsrc/www/zope210/Makefile		1.7
pkgsrc/www/zope210/distinfo		1.3
pkgsrc/www/zope210/patches/patch-aj	1.1
pkgsrc/www/zope210/patches/patch-ak 	1.1

   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sun Aug 17 15:12:57 UTC 2008

   Modified Files:
           pkgsrc/www/zope210: Makefile distinfo
   Added Files:
           pkgsrc/www/zope210/patches: patch-aj patch-ak

   Log Message:
   Add some changes from Zope's svn repository which should fix
   Zope's security advisory 2008-08-12.

   Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:26 joerg Exp $
a5 1
PKGREVISION=	1
@


1.5
log
@Update zope210 package to 2.10.6.

Zope 2.10.6 (2008/05/10)

Bugs fixed

Launchpad #142350: Display description for properties as row title, if present.
Launchpad #200007: DateTime(anotherDateTime) now preserves the timezone.
Launchpad #213311: Handle "unsubscriptable object" errors during publishing traversal.
Launchpad #143813: zopectl now exits non-zero when child processes fail.
Launchpad #173658: Removed dead code in OFS.Traversable's unrestrictedTraverse (apparent NameError).
Launchpad #198274: "empty" ZopePageTemplates could not be unpickled.
zope.security: switched to use standalone 3.3.3 version, which contains a backport of a huge performance bugfix from the 3.4 branch.
Launchpad #164783: Indexes were migrated on initial creation of a ZODB.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2008/01/21 16:51:46 taca Exp $
d44 2
d62 2
a63 2
	cd ${WRKSRC}/doc/ZEO; ${PAX} -rw *.txt ${ZOPE_DOC_DIR}/zeo
	cd ${WRKSRC}/doc; ${PAX} -rw *.txt ${ZOPE_DOC_DIR}/zope
@


1.4
log
@Move post-patch target to post-extract changed as www/zope29.
And avoid to use -0 option of xargs(1).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2008/01/06 15:59:26 taca Exp $
a5 1
PKGREVISION=	1
@


1.3
log
@- Add version number to COMMENT.
- Remove -quiet option from CONFIGURE_ARGS.  This cause verbose output
  but it prevent detect errors.
- use INSTALLATION_DIRS.
- Use ../zope/Makefile.common. and common files from ../zope/files.
- Don't install unused runzope.bat.in template file.
- take maintainership.
- Add missing sitecustomize.py{,c} in PLIST.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2007/12/25 06:03:54 taca Exp $
d45 4
a52 4
post-patch:
	${FIND} ${WRKSRC}/doc ${WRKSRC}/lib ${WRKSRC}/skel/import \
		-type f -print0 | ${XARGS} -0 -- ${CHMOD} -x

@


1.2
log
@zope 2.10.x depends on py-expat package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2007/12/18 15:35:22 taca Exp $
d6 1
d11 1
a11 1
MAINTAINER=	pkgsrc-users@@NetBSD.org
d13 1
a13 1
COMMENT=	Zope, the Z Object Publishing Environment
d20 10
a29 10
HAS_CONFIGURE=		yes
CONFIGURE_ARGS+=	--prefix=${ZOPE_DIR} --with-python=${PYTHONBIN} --quiet
BUILD_TARGET=		build version_txt
MAKE_FILE=		makefile
#PKG_DESTDIR_SUPPORT=	user-destdir
#INSTALLATION_DIRS+=	${ZOPE_DOC_BASE}/zeo ${ZOPE_DOC_BASE}/zope
##			${ZOPE_BASE}/bin

PKG_GROUPS_VARS+=	ZOPE_GROUP
PKG_USERS_VARS+=	ZOPE_USER
a32 7
PKG_GROUPS=	${ZOPE_GROUP}
PKG_USERS=	${ZOPE_USER}:${ZOPE_GROUP}
RCD_SCRIPTS=	zope${ZOPE_VERSION} zeo${ZOPE_VERSION}

FILES_SUBST+=	RCVAR_SUFFIX=${RCVAR_SUFFIX} VER=${ZOPE210_VERSION}
MESSAGE_SUBST+=	RCVAR_SUFFIX=${RCVAR_SUFFIX} ZOPE_VERSION=${ZOPE_VERSION}

d45 3
a47 13
.include "../../mk/bsd.prefs.mk"

.if ${_USE_DESTDIR} == "no"
PRIVILEGED_STAGES+=	clean
.endif

.if ${OPSYS} == "FreeBSD"
RCVAR_SUFFIX=	_enable
.else
RCVAR_SUFFIX=	# empty
.endif

OWN_DIRS+=	${ZOPE_PRODUCTS_DIR}
a60 2
	${INSTALL_DATA_DIR} ${ZOPE_DOC_DIR}/zeo
	${INSTALL_DATA_DIR} ${ZOPE_DOC_DIR}/zope
d68 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2007/04/01 15:29:45 taca Exp $
d14 2
@


1.1.1.1
log
@Importing Zope 2.10.5 as zope210 with new framework.

Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.

Zope 2.10.x is needed to run Plone 3.


@
text
@@
