diff options
author | taca <taca@pkgsrc.org> | 2006-10-01 14:25:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-10-01 14:25:23 +0000 |
commit | c3a1768eae531335835d9485aa79eab0e03ae1ca (patch) | |
tree | 6af9b2cf3579cea2022a4aa20f92896538f93b7f /www/zope3/distinfo | |
parent | 78c3ae10087ab4b339b2930fd3d1e3d16167f883 (diff) | |
download | pkgsrc-c3a1768eae531335835d9485aa79eab0e03ae1ca.tar.gz |
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.
Diffstat (limited to 'www/zope3/distinfo')
-rw-r--r-- | www/zope3/distinfo | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/zope3/distinfo b/www/zope3/distinfo index b3b21834d39..1f5f79acdbf 100644 --- a/www/zope3/distinfo +++ b/www/zope3/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/05/06 22:38:28 wiz Exp $ +$NetBSD: distinfo,v 1.4 2006/10/01 14:25:23 taca Exp $ -SHA1 (Zope-3.2.1.tgz) = cb45ab704e3a60376e3025e169b782f2c3968074 -RMD160 (Zope-3.2.1.tgz) = f7aeb56ab5f09e6780d0df787939af4c7815ceba -Size (Zope-3.2.1.tgz) = 6532373 bytes -SHA1 (patch-aa) = cbcbcd103741c82f315d5f2b851181d28b27c520 -SHA1 (patch-ab) = d3852c2278cbe02c8b86d399c0dcbcbd4eab6f4e -SHA1 (patch-ac) = 48bb22e2a58192ba15d320231ccfa600f726d974 -SHA1 (patch-ad) = 58d2d40fd61a5114e77697e5199228f0f7e7e77a +SHA1 (Zope-3.3.0.tgz) = 371db51e9d3b98b58beb03beaa3d07eb0f27a2ea +RMD160 (Zope-3.3.0.tgz) = e8dd6c74d83646d1e9093bb3147450088dcd06e3 +Size (Zope-3.3.0.tgz) = 6634834 bytes +SHA1 (patch-aa) = 4e4c95ec8809dbade1ddd7f54a05d8fda253e117 +SHA1 (patch-ab) = 3068eed096eb3b3bef71f4d06c4bd7682143f4b3 |