head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.5.0.14 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.12 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.10 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.8 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.6 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.4 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.2 pkgsrc-2009Q4:1.4.0.22 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.20 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.18 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.16 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.14 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.12 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.10 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.8 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.6 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.4 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.2 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2012.03.20.14.27.27; author taca; state dead; branches; next 1.5; 1.5 date 2010.06.27.20.28.24; author joerg; state Exp; branches 1.5.2.1; next 1.4; 1.4 date 2006.10.01.14.25.23; author taca; state dead; branches; next 1.3; 1.3 date 2006.05.06.22.38.28; author wiz; state Exp; branches; next 1.2; 1.2 date 2006.01.07.13.13.28; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.10.24.02.25.29; author minskim; state Exp; branches 1.1.1.1; next ; 1.5.2.1 date 2010.06.27.20.28.24; author agc; state dead; branches; next 1.5.2.2; 1.5.2.2 date 2010.07.04.07.28.55; author agc; state Exp; branches; next ; 1.1.1.1 date 2005.10.24.02.25.29; author minskim; state Exp; branches; next ; desc @@ 1.6 log @Remove zope3, Zope 3.3.1. Zope 3.3.1 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: patch-ad,v 1.5 2010/06/27 20:28:24 joerg Exp $ --- Makefile.in.orig 2010-06-27 19:40:00.000000000 +0000 +++ Makefile.in @@@@ -21,7 +21,7 @@@@ build: # handled via the dependency on the build target. # install: build - $(PYTHON) install.py -q install --skip-build --home "$(prefix)" + $(PYTHON) install.py -q install --skip-build --home ${DESTDIR}$(prefix) check test: build $(PYTHON) test.py $(TESTOPTS) @ 1.5 log @DESTDIR support @ text @d1 1 a1 1 $NetBSD$ @ 1.5.2.1 log @file patch-ad was added on branch pkgsrc-2010Q2 on 2010-07-04 07:28:55 +0000 @ text @d1 13 @ 1.5.2.2 log @Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching error, and to sync with reality. @ text @a0 13 $NetBSD: patch-ad,v 1.5 2010/06/27 20:28:24 joerg Exp $ --- Makefile.in.orig 2010-06-27 19:40:00.000000000 +0000 +++ Makefile.in @@@@ -21,7 +21,7 @@@@ build: # handled via the dependency on the build target. # install: build - $(PYTHON) install.py -q install --skip-build --home "$(prefix)" + $(PYTHON) install.py -q install --skip-build --home ${DESTDIR}$(prefix) check test: build $(PYTHON) test.py $(TESTOPTS) @ 1.4 log @Update www/zope3 to 3.3.0, based on PR pkg/34668 by Yoshito Komatsu with small modifications; - don't change order of find(1)'s command line option. - adding VARBASE, ZOPE3_GROUP and ZOPE3_USER to BUILD_DEFS. Most Important Changes Since Zope 3.2 ------------------------------------- - Provided a new component registry API that allows multiple component registries to be combined more flexibly than before. See 'zope.component.interfaces.IComponentRegistry' for more information. - Greatly simplified local-component registration. See 'zope.component.interfaces.IComponentRegistry' for more information. - Moved many packages out of zope.app to make them easier to use outside of Zope. - Change the session credentials plugin to make it configurable in which fields it looks for the credentials. - Added a new API for collating text. You can now adapt a locale to 'zope.i18n.interfaces.ILocales.ICollator'. You can then use that to sort strings, such as menu entries, in a locale-specific fashion. - A new 'zope.annotation.factory' helper function that makes it easier to create annotations. Also added a README in 'zope.annotation' which explains how to use it. - Added a more complete set of widgets for fields that use iterable sources. These widgets now mirror the set provided by vocabulary-based fields. - Added a cleaner and more robust API to testbrowser for setting file-upload data. - Deprecated several ZCML directives: * factory * vocabulary * content (as an alias to the class directive) * modulealias * renderer:renderer - The 'browser:layer' directive and the 'ILayer' interface has been deprecated. Registering layers has become obsolete, layers should be created as interfaces extending 'IBrowserRequest'. - The 'browser:skin' directive has been deprecated. Skins should be created as interfaces extending 'IBrowserRequest' and can be registered using a simple 'utility' directive. - The 'ISkin' interface has been renamed to 'IBrowserSkinType'. For a complete list of changes see the 'CHANGES.txt' file. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2006/05/06 22:38:28 wiz Exp $ d3 8 a10 12 --- Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdrun.py.orig 2006-04-28 09:02:23.000000000 +0900 +++ Dependencies/zdaemon-Zope-3.2.1/zdaemon/zdrun.py @@@@ -85,2 +85,10 @@@@ sys.path.append(dirname(scriptdir)) + here = os.path.dirname(os.path.realpath(__file__)) + swhome = os.path.dirname(here) + for parts in [("src",), ("lib", "python"), ("Lib", "site-packages")]: + d = os.path.join(swhome, *(parts + ("zdaemon",))) + if os.path.isdir(d): + d = os.path.join(swhome, *parts) + sys.path.insert(0, d) + break d12 2 @ 1.3 log @Update to 3.2.1, provided by the maintainer in PR 33388. Zope 3.2.1 Bug fixes - Fixed issue 573: @@form.action(failure='name_of_method') didn't work. - Fixed issue 568: Typo in basicskin css file. - Fixed issue 560: Bug in default AddView class. - Fixed issue 546: non-ASCII docstring cause System Error in RootErrorReportingUtility. - Fixed issue 544: VocabularyRegistryError missing import. - Fixed issue 536: ErrorLogUtility has UnboundLocalError. - zope.app.testing.functional.defineLayer + Use the method param instead of an hardcoded value for the zcml filename @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 3.2.0, from wip/zope3-unstable, provided by Yoshito Komatsu. Closes PR 32465. Most Important Changes Since 3.1 * The ZServer has been replaced with the Twisted server. The Twisted server supports all that the ZServer supporting has well has HTTP over SSL natively and SFTP (disabled for now because of error handling problems). Also in the future it brings a better chance of other non-HTTP related protocols from being implemented for Zope3, like SMTP-in and IMAP. ZServer is still supported and will be used if you use the --zserver when you run mkzopeinstance. * Added a test browser. The test browser simulates a real Web browser as much as possible as a Python object. This allows us to write functional tests the same way the site would be experienced by the user. This greatly simplifies functional tests, makes documentation better and even helps analyzing usability. And of course, it can be used in functional doctests. * Changed the way returning large results is handled. The response.write method is no longer supported. Applications can now simply return files to the publisher. * Implemented the password managers proposal. Main idea beside the proposal is a standard way to implement password encoders/checkers, see zope.app.authentication.interfaces.IPasswordManager for details. + Added basic password managers: Plain Text, MD5, SHA1. + Support for password managers added for ZCML principals and principals saved in local PrincipalFolers. + Added bin/zpasswd command line script which helps to create ZCML principals. + Password managers support integrated into bin/mkzopeinstance. + New database generation created for convert local principals to new format. * Implemented the language namespace proposal. Now you can override the browser preferred language through the URL, like this: http://site.org/++lang++ru/path Note: If you want to use a custom IUserPreferredLanguages adapter and the ++lang++ feature together you should use zope.app.publisher.browser.CacheableBrowserLanguages adapter as a base class or at least as example. * Implemented a new object introspector. Instead of just providing information of the object's class, the new introspector focuses on providing information that is specific to the instance, such as directly provided interfaces and data, for example attribute values and annotation values. * Implemented the `devmode` switch for `zope.conf`. When turned on a ZCML feature called `devmode` is provided. Packages can then register functionality based on this feature. In Zope 3 itself, the devmode is used to only load the API doc is devmode; turning off the devmode thus closes a potential security hole and increases the start time by more than a second. * addMenuItem directive supports a `layer` attribute. * Added a re-implementation of i18n message IDs (now simply called ``Message``) that is immutable and thus can be treated like unicode strings with respect to security proxying. This implementation will replace the old one in upcoming versions. * Added "test" message catalog for testing i18n. If you specify ++lang++test in a URL, then all translated strings will be translated to [[domain][message_id], as in "[[zope][Preview]]". Text without the domain marker isn't translated. For a complete list of changes see the CHANGES.txt file. @ text @d3 2 a4 2 --- Dependencies/zdaemon-Zope-3.2.0/zdaemon/zdrun.py.orig 2006-01-06 05:04:52.000000000 +0900 +++ Dependencies/zdaemon-Zope-3.2.0/zdaemon/zdrun.py @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- Dependencies/zdaemon-Zope-3.1.0/zdaemon/zdrun.py.orig 2005-10-03 03:48:12.000000000 +0900 +++ Dependencies/zdaemon-Zope-3.1.0/zdaemon/zdrun.py @@@@ -85,2 +85,13 @@@@ a6 3 + # Add the zope3 library directory to the module search path + import os + import sys @ 1.1.1.1 log @Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu and modified by me. Zope is an open source application server for building content management systems, intranets, portals, and custom applications. @ text @@