pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/zope3 Update www/zope3 to 3.3.0, based on PR pkg/3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af9b8836eeb9
branches: trunk
changeset: 519313:af9b8836eeb9
user: taca <taca%pkgsrc.org@localhost>
date: Sun Oct 01 14:25:23 2006 +0000
description:
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:
www/zope3/Makefile | 16 +-
www/zope3/PLIST | 1692 ++++++++++++++++++++++++++-----------------
www/zope3/distinfo | 14 +-
www/zope3/package.mk | 4 +-
www/zope3/patches/patch-aa | 19 +-
www/zope3/patches/patch-ab | 25 +-
www/zope3/patches/patch-ac | 15 -
www/zope3/patches/patch-ad | 15 -
8 files changed, 1049 insertions(+), 751 deletions(-)
diffs (truncated from 3041 to 300 lines):
diff -r ae977deb8a1d -r af9b8836eeb9 www/zope3/Makefile
--- a/www/zope3/Makefile Sun Oct 01 14:24:30 2006 +0000
+++ b/www/zope3/Makefile Sun Oct 01 14:25:23 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2006/05/06 22:38:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/01 14:25:23 taca Exp $
#
-DISTNAME= Zope-3.2.1
-PKGNAME= zope3-3.2.1
+DISTNAME= Zope-3.3.0
+PKGNAME= zope3-3.3.0
CATEGORIES= www
-MASTER_SITES= http://www.zope.org/Products/Zope3/3.2.1/
+MASTER_SITES= http://www.zope.org/Products/Zope3/3.3.0/
EXTRACT_SUFX= .tgz
MAINTAINER= ykomatsu%akaumigame.org@localhost
@@ -25,6 +25,7 @@
EXTRACT_USING= gtar
.endif
+BUILD_DEFS+= VARBASE ZOPE3_GROUP ZOPE3_USER
BUILD_TARGET= build
RCD_SCRIPTS= zope3 zss3
@@ -44,10 +45,9 @@
${LN} -s ${ZOPE3_DIR}/bin/mkzopeinstance ${PREFIX}/bin
${LN} -s ${ZOPE3_DIR}/bin/zopetest ${PREFIX}/bin
${INSTALL_DATA_DIR} ${ZOPE3_DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/Zope/LICENSES.txt ${ZOPE3_DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/Zope/ZopePublicLicense.txt ${ZOPE3_DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/Zope/doc/*.txt ${ZOPE3_DOCDIR}
- ${ECHO} "3.2.1" > ${ZOPE3_DIR}/lib/python/zope/app/version.txt
+ cd ${WRKSRC}/Zope && ${PAX} -r -w LICENSES.txt ZopePublicLicense.txt \
+ ${ZOPE3_DOCDIR}
+ cd ${WRKSRC}/Zope/doc && ${PAX} -r -w *.txt ${ZOPE3_DOCDIR}
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ae977deb8a1d -r af9b8836eeb9 www/zope3/PLIST
--- a/www/zope3/PLIST Sun Oct 01 14:24:30 2006 +0000
+++ b/www/zope3/PLIST Sun Oct 01 14:25:23 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/05/06 22:38:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/01 14:25:23 taca Exp $
bin/mkzeoinstance
bin/mkzopeinstance
bin/zopetest
@@ -21,8 +21,6 @@
share/examples/rc.d/zss3
share/zope3/bin/mkzeoinstance
share/zope3/bin/mkzopeinstance
-share/zope3/bin/zconfig
-share/zope3/bin/zconfig_schema2html
share/zope3/bin/zdctl.py
share/zope3/bin/zdrun.py
share/zope3/bin/zopetest
@@ -89,48 +87,6 @@
share/zope3/lib/python/BTrees/tests/test_compare.py
share/zope3/lib/python/BTrees/tests/test_compare.pyc
share/zope3/lib/python/BTrees/tests/test_compare.pyo
-share/zope3/lib/python/ClientCookie/_BSDDBCookieJar.py
-share/zope3/lib/python/ClientCookie/_BSDDBCookieJar.pyc
-share/zope3/lib/python/ClientCookie/_BSDDBCookieJar.pyo
-share/zope3/lib/python/ClientCookie/_ClientCookie.py
-share/zope3/lib/python/ClientCookie/_ClientCookie.pyc
-share/zope3/lib/python/ClientCookie/_ClientCookie.pyo
-share/zope3/lib/python/ClientCookie/_ConnCache.py
-share/zope3/lib/python/ClientCookie/_ConnCache.pyc
-share/zope3/lib/python/ClientCookie/_ConnCache.pyo
-share/zope3/lib/python/ClientCookie/_Debug.py
-share/zope3/lib/python/ClientCookie/_Debug.pyc
-share/zope3/lib/python/ClientCookie/_Debug.pyo
-share/zope3/lib/python/ClientCookie/_HeadersUtil.py
-share/zope3/lib/python/ClientCookie/_HeadersUtil.pyc
-share/zope3/lib/python/ClientCookie/_HeadersUtil.pyo
-share/zope3/lib/python/ClientCookie/_LWPCookieJar.py
-share/zope3/lib/python/ClientCookie/_LWPCookieJar.pyc
-share/zope3/lib/python/ClientCookie/_LWPCookieJar.pyo
-share/zope3/lib/python/ClientCookie/_MSIECookieJar.py
-share/zope3/lib/python/ClientCookie/_MSIECookieJar.pyc
-share/zope3/lib/python/ClientCookie/_MSIECookieJar.pyo
-share/zope3/lib/python/ClientCookie/_MSIEDBCookieJar.py
-share/zope3/lib/python/ClientCookie/_MSIEDBCookieJar.pyc
-share/zope3/lib/python/ClientCookie/_MSIEDBCookieJar.pyo
-share/zope3/lib/python/ClientCookie/_MozillaCookieJar.py
-share/zope3/lib/python/ClientCookie/_MozillaCookieJar.pyc
-share/zope3/lib/python/ClientCookie/_MozillaCookieJar.pyo
-share/zope3/lib/python/ClientCookie/_Opener.py
-share/zope3/lib/python/ClientCookie/_Opener.pyc
-share/zope3/lib/python/ClientCookie/_Opener.pyo
-share/zope3/lib/python/ClientCookie/_Request.py
-share/zope3/lib/python/ClientCookie/_Request.pyc
-share/zope3/lib/python/ClientCookie/_Request.pyo
-share/zope3/lib/python/ClientCookie/_Util.py
-share/zope3/lib/python/ClientCookie/_Util.pyc
-share/zope3/lib/python/ClientCookie/_Util.pyo
-share/zope3/lib/python/ClientCookie/__init__.py
-share/zope3/lib/python/ClientCookie/__init__.pyc
-share/zope3/lib/python/ClientCookie/__init__.pyo
-share/zope3/lib/python/ClientCookie/_urllib2_support.py
-share/zope3/lib/python/ClientCookie/_urllib2_support.pyc
-share/zope3/lib/python/ClientCookie/_urllib2_support.pyo
share/zope3/lib/python/ClientForm.py
share/zope3/lib/python/ClientForm.pyc
share/zope3/lib/python/ClientForm.pyo
@@ -197,8 +153,6 @@
share/zope3/lib/python/ThreadedAsync/__init__.py
share/zope3/lib/python/ThreadedAsync/__init__.pyc
share/zope3/lib/python/ThreadedAsync/__init__.pyo
-share/zope3/lib/python/ZConfig/PUBLICATION.cfg
-share/zope3/lib/python/ZConfig/SETUP.cfg
share/zope3/lib/python/ZConfig/__init__.py
share/zope3/lib/python/ZConfig/__init__.pyc
share/zope3/lib/python/ZConfig/__init__.pyo
@@ -276,6 +230,7 @@
share/zope3/lib/python/ZConfig/tests/__init__.py
share/zope3/lib/python/ZConfig/tests/__init__.pyc
share/zope3/lib/python/ZConfig/tests/__init__.pyo
+share/zope3/lib/python/ZConfig/tests/foosample.zip
share/zope3/lib/python/ZConfig/tests/input/base-datatype1.xml
share/zope3/lib/python/ZConfig/tests/input/base-datatype2.xml
share/zope3/lib/python/ZConfig/tests/input/base-keytype1.xml
@@ -304,7 +259,6 @@
share/zope3/lib/python/ZConfig/tests/library/widget/__init__.pyo
share/zope3/lib/python/ZConfig/tests/library/widget/component.xml
share/zope3/lib/python/ZConfig/tests/library/widget/extra.xml
-share/zope3/lib/python/ZConfig/tests/runtests.bat
share/zope3/lib/python/ZConfig/tests/runtests.py
share/zope3/lib/python/ZConfig/tests/runtests.pyc
share/zope3/lib/python/ZConfig/tests/runtests.pyo
@@ -335,6 +289,17 @@
share/zope3/lib/python/ZConfig/tests/test_subst.py
share/zope3/lib/python/ZConfig/tests/test_subst.pyc
share/zope3/lib/python/ZConfig/tests/test_subst.pyo
+share/zope3/lib/python/ZConfig/tests/zipsource/README.txt
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/__init__.py
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/__init__.pyc
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/__init__.pyo
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/__init__.py
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/__init__.pyc
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/__init__.pyo
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/component.xml
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/datatypes.py
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/datatypes.pyc
+share/zope3/lib/python/ZConfig/tests/zipsource/foo/sample/datatypes.pyo
share/zope3/lib/python/ZConfig/url.py
share/zope3/lib/python/ZConfig/url.pyc
share/zope3/lib/python/ZConfig/url.pyo
@@ -439,6 +404,9 @@
share/zope3/lib/python/ZEO/tests/testConnection.py
share/zope3/lib/python/ZEO/tests/testConnection.pyc
share/zope3/lib/python/ZEO/tests/testConnection.pyo
+share/zope3/lib/python/ZEO/tests/testConversionSupport.py
+share/zope3/lib/python/ZEO/tests/testConversionSupport.pyc
+share/zope3/lib/python/ZEO/tests/testConversionSupport.pyo
share/zope3/lib/python/ZEO/tests/testMonitor.py
share/zope3/lib/python/ZEO/tests/testMonitor.pyc
share/zope3/lib/python/ZEO/tests/testMonitor.pyo
@@ -764,13 +732,13 @@
share/zope3/lib/python/ZODB/utils.pyc
share/zope3/lib/python/ZODB/utils.pyo
share/zope3/lib/python/ZODB/winlock.so
-share/zope3/lib/python/docutils/LICENSE.txt
share/zope3/lib/python/docutils/__init__.py
share/zope3/lib/python/docutils/__init__.pyc
share/zope3/lib/python/docutils/__init__.pyo
share/zope3/lib/python/docutils/core.py
share/zope3/lib/python/docutils/core.pyc
share/zope3/lib/python/docutils/core.pyo
+share/zope3/lib/python/docutils/docutils.conf
share/zope3/lib/python/docutils/examples.py
share/zope3/lib/python/docutils/examples.pyc
share/zope3/lib/python/docutils/examples.pyo
@@ -813,6 +781,9 @@
share/zope3/lib/python/docutils/languages/it.py
share/zope3/lib/python/docutils/languages/it.pyc
share/zope3/lib/python/docutils/languages/it.pyo
+share/zope3/lib/python/docutils/languages/ja.py
+share/zope3/lib/python/docutils/languages/ja.pyc
+share/zope3/lib/python/docutils/languages/ja.pyo
share/zope3/lib/python/docutils/languages/nl.py
share/zope3/lib/python/docutils/languages/nl.pyc
share/zope3/lib/python/docutils/languages/nl.pyo
@@ -828,6 +799,9 @@
share/zope3/lib/python/docutils/languages/sv.py
share/zope3/lib/python/docutils/languages/sv.pyc
share/zope3/lib/python/docutils/languages/sv.pyo
+share/zope3/lib/python/docutils/languages/zh_cn.py
+share/zope3/lib/python/docutils/languages/zh_cn.pyc
+share/zope3/lib/python/docutils/languages/zh_cn.pyo
share/zope3/lib/python/docutils/languages/zh_tw.py
share/zope3/lib/python/docutils/languages/zh_tw.pyc
share/zope3/lib/python/docutils/languages/zh_tw.pyo
@@ -837,6 +811,9 @@
share/zope3/lib/python/docutils/parsers/__init__.py
share/zope3/lib/python/docutils/parsers/__init__.pyc
share/zope3/lib/python/docutils/parsers/__init__.pyo
+share/zope3/lib/python/docutils/parsers/null.py
+share/zope3/lib/python/docutils/parsers/null.pyc
+share/zope3/lib/python/docutils/parsers/null.pyo
share/zope3/lib/python/docutils/parsers/rst/__init__.py
share/zope3/lib/python/docutils/parsers/rst/__init__.pyc
share/zope3/lib/python/docutils/parsers/rst/__init__.pyo
@@ -867,6 +844,40 @@
share/zope3/lib/python/docutils/parsers/rst/directives/tables.py
share/zope3/lib/python/docutils/parsers/rst/directives/tables.pyc
share/zope3/lib/python/docutils/parsers/rst/directives/tables.pyo
+share/zope3/lib/python/docutils/parsers/rst/include/README.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamsa.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamsb.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamsc.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamsn.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamso.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isoamsr.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isobox.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isocyr1.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isocyr2.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isodia.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isogrk1.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isogrk2.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isogrk3.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isogrk4-wide.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isogrk4.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isolat1.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isolat2.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomfrk-wide.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomfrk.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomopf-wide.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomopf.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomscr-wide.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isomscr.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isonum.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isopub.txt
+share/zope3/lib/python/docutils/parsers/rst/include/isotech.txt
+share/zope3/lib/python/docutils/parsers/rst/include/mmlalias.txt
+share/zope3/lib/python/docutils/parsers/rst/include/mmlextra-wide.txt
+share/zope3/lib/python/docutils/parsers/rst/include/mmlextra.txt
+share/zope3/lib/python/docutils/parsers/rst/include/s5defs.txt
+share/zope3/lib/python/docutils/parsers/rst/include/xhtml1-lat1.txt
+share/zope3/lib/python/docutils/parsers/rst/include/xhtml1-special.txt
+share/zope3/lib/python/docutils/parsers/rst/include/xhtml1-symbol.txt
share/zope3/lib/python/docutils/parsers/rst/languages/__init__.py
share/zope3/lib/python/docutils/parsers/rst/languages/__init__.pyc
share/zope3/lib/python/docutils/parsers/rst/languages/__init__.pyo
@@ -900,6 +911,9 @@
share/zope3/lib/python/docutils/parsers/rst/languages/it.py
share/zope3/lib/python/docutils/parsers/rst/languages/it.pyc
share/zope3/lib/python/docutils/parsers/rst/languages/it.pyo
+share/zope3/lib/python/docutils/parsers/rst/languages/ja.py
+share/zope3/lib/python/docutils/parsers/rst/languages/ja.pyc
+share/zope3/lib/python/docutils/parsers/rst/languages/ja.pyo
share/zope3/lib/python/docutils/parsers/rst/languages/nl.py
share/zope3/lib/python/docutils/parsers/rst/languages/nl.pyc
share/zope3/lib/python/docutils/parsers/rst/languages/nl.pyo
@@ -915,6 +929,9 @@
share/zope3/lib/python/docutils/parsers/rst/languages/sv.py
share/zope3/lib/python/docutils/parsers/rst/languages/sv.pyc
share/zope3/lib/python/docutils/parsers/rst/languages/sv.pyo
+share/zope3/lib/python/docutils/parsers/rst/languages/zh_cn.py
+share/zope3/lib/python/docutils/parsers/rst/languages/zh_cn.pyc
+share/zope3/lib/python/docutils/parsers/rst/languages/zh_cn.pyo
share/zope3/lib/python/docutils/parsers/rst/languages/zh_tw.py
share/zope3/lib/python/docutils/parsers/rst/languages/zh_tw.pyc
share/zope3/lib/python/docutils/parsers/rst/languages/zh_tw.pyo
@@ -933,6 +950,9 @@
share/zope3/lib/python/docutils/readers/__init__.py
share/zope3/lib/python/docutils/readers/__init__.pyc
share/zope3/lib/python/docutils/readers/__init__.pyo
+share/zope3/lib/python/docutils/readers/doctree.py
+share/zope3/lib/python/docutils/readers/doctree.pyc
+share/zope3/lib/python/docutils/readers/doctree.pyo
share/zope3/lib/python/docutils/readers/pep.py
share/zope3/lib/python/docutils/readers/pep.pyc
share/zope3/lib/python/docutils/readers/pep.pyo
@@ -951,6 +971,7 @@
share/zope3/lib/python/docutils/statemachine.py
share/zope3/lib/python/docutils/statemachine.pyc
share/zope3/lib/python/docutils/statemachine.pyo
+share/zope3/lib/python/docutils/svn-commit.tmp
share/zope3/lib/python/docutils/transforms/__init__.py
share/zope3/lib/python/docutils/transforms/__init__.pyc
share/zope3/lib/python/docutils/transforms/__init__.pyo
@@ -975,6 +996,9 @@
share/zope3/lib/python/docutils/transforms/universal.py
share/zope3/lib/python/docutils/transforms/universal.pyc
share/zope3/lib/python/docutils/transforms/universal.pyo
+share/zope3/lib/python/docutils/transforms/writer_aux.py
+share/zope3/lib/python/docutils/transforms/writer_aux.pyc
+share/zope3/lib/python/docutils/transforms/writer_aux.pyo
share/zope3/lib/python/docutils/urischemes.py
share/zope3/lib/python/docutils/urischemes.pyc
share/zope3/lib/python/docutils/urischemes.pyo
@@ -987,33 +1011,110 @@
share/zope3/lib/python/docutils/writers/docutils_xml.py
share/zope3/lib/python/docutils/writers/docutils_xml.pyc
share/zope3/lib/python/docutils/writers/docutils_xml.pyo
-share/zope3/lib/python/docutils/writers/html4css1.py
-share/zope3/lib/python/docutils/writers/html4css1.pyc
Home |
Main Index |
Thread Index |
Old Index