Fri Jun 6 16:08:07 2008 UTC ()
Update plone3 package to 3.1.2.

* Correct registration of the Sarissa javascript library: current KSS uses it
  as well. Fixes bug 8141.
* Correct handling of external links in the portal section tabs. Fixes bug 7155.
* Correct display of sub-collections. Fixes bug 8159.
* Use a custom permission for collection portlets so users can use it on their
  dashboard.
* Fix handling of unicode versioning comments. Fixes bug 7400.
* Update translations.
* Do not allow backquotes in URLs but replace them with a dash.
* Make CSS classes for the navigation tree more consistent.
* KSS updates:
      o kss.demo is no longer required.
      o Improve support for Sarari 3.1.
      o Correct logging of doubly registered actions.
* Update the quick installer tool:
      o Log ImportErrors in installation methods instead of silently ignoring
        them.
      o Sort products by title instead of id. This fixes bug 8012.
      o Fix installation/upgrade of products which had pre-Plone 3.0/CMF 21
        style actions.
* Update the kupu visual editor:
      o Add a hint for Deliverance so it will not style kupu pages.
      o Fix Plone bugs 7779, 7958, 7990, 8003, 8009, 8014, 8039, 8080, and
        8129 .
* Update Zope:
      o Bug 142350: Display description for properties as row title, if present.
      o Bug 143813: zopectl now exits non-zero when child processes fail.
      o Bug 164783: Indexes were migrated on initial creation of a ZODB.
      o Bug 173658: Removed dead code in OFS.Traversable's
        unrestrictedTraverse (apparent NameError).
      o Bug 198274: "empty" ZopePageTemplates could not be unpickled.
      o Bug 200007: DateTime(anotherDateTime) now preserves the timezone.
      o Bug 213311: Handle "unsubscriptable object" errors during publishing
        traversal.
      o zope.security: upgrade to version 3.3.3, which contains a backport
        of a huge performance bugfix from the 3.4 branch.


(taca)
diff -r1.5 -r1.6 pkgsrc/www/plone3/Makefile
diff -r1.4 -r1.5 pkgsrc/www/plone3/PLIST
diff -r1.4 -r1.5 pkgsrc/www/plone3/distinfo
diff -r1.3 -r1.4 pkgsrc/www/plone3/PLIST.common_end

cvs diff -r1.5 -r1.6 pkgsrc/www/plone3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/plone3/Attic/Makefile 2008/05/26 02:13:25 1.5
+++ pkgsrc/www/plone3/Attic/Makefile 2008/06/06 16:08:07 1.6
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2008/05/26 02:13:25 joerg Exp $ 1# $NetBSD: Makefile,v 1.6 2008/06/06 16:08:07 taca Exp $
2# FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp 2# FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp
3# 3#
4 4
5DISTNAME= Plone-${PLONE3_VERSION} 5DISTNAME= Plone-${PLONE3_VERSION}
6PKGNAME= ${PLONE_PKG_PREFIX}-${PLONE3_VERSION} 6PKGNAME= ${PLONE_PKG_PREFIX}-${PLONE3_VERSION}
7CATEGORIES= www python 7CATEGORIES= www python
8MASTER_SITES= http://launchpad.net/plone/3.1/3.1.1/+download/ 8MASTER_SITES= http://launchpad.net/plone/3.1/3.1.2/+download/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://plone.org/ 11HOMEPAGE= http://plone.org/
12COMMENT= User friendly CMS written on top of ZOPE 12COMMENT= User friendly CMS written on top of ZOPE
13 13
14PLONE_VERSION= 3 14PLONE_VERSION= 3
15PYTHON_VERSIONS_ACCEPTED= 24 15PYTHON_VERSIONS_ACCEPTED= 24
16ZOPE_VERSION_ACCEPTED= 210 16ZOPE_VERSION_ACCEPTED= 210
17 17
18ZOPE_PRODUCT_NAME= plone 18ZOPE_PRODUCT_NAME= plone
19ZOPE_PRODUCT_VER= ${PLONE3_VERSION} 19ZOPE_PRODUCT_VER= ${PLONE3_VERSION}
20ZOPE_BUILD_METHOD= zope-force-build 20ZOPE_BUILD_METHOD= zope-force-build
21ZOPE_PRODUCT_SRCDIR= ${WRKSRC}/Products 21ZOPE_PRODUCT_SRCDIR= ${WRKSRC}/Products

cvs diff -r1.4 -r1.5 pkgsrc/www/plone3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/plone3/Attic/PLIST 2008/05/10 09:06:00 1.4
+++ pkgsrc/www/plone3/Attic/PLIST 2008/06/06 16:08:07 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2008/05/10 09:06:00 taca Exp $ 1@comment $NetBSD: PLIST,v 1.5 2008/06/06 16:08:07 taca Exp $
2${PLONE_BASE}/ATContentTypes/AUTHORS.txt 2${PLONE_BASE}/ATContentTypes/AUTHORS.txt
3${PLONE_BASE}/ATContentTypes/CHANGELOG.txt 3${PLONE_BASE}/ATContentTypes/CHANGELOG.txt
4${PLONE_BASE}/ATContentTypes/HISTORY.txt 4${PLONE_BASE}/ATContentTypes/HISTORY.txt
5${PLONE_BASE}/ATContentTypes/INSTALL.txt 5${PLONE_BASE}/ATContentTypes/INSTALL.txt
6${PLONE_BASE}/ATContentTypes/LICENSE.GPL 6${PLONE_BASE}/ATContentTypes/LICENSE.GPL
7${PLONE_BASE}/ATContentTypes/LICENSE.ZPL 7${PLONE_BASE}/ATContentTypes/LICENSE.ZPL
8${PLONE_BASE}/ATContentTypes/LICENSE.txt 8${PLONE_BASE}/ATContentTypes/LICENSE.txt
9${PLONE_BASE}/ATContentTypes/README.txt 9${PLONE_BASE}/ATContentTypes/README.txt
10${PLONE_BASE}/ATContentTypes/__init__.py 10${PLONE_BASE}/ATContentTypes/__init__.py
11${PLONE_BASE}/ATContentTypes/__init__.pyc 11${PLONE_BASE}/ATContentTypes/__init__.pyc
12${PLONE_BASE}/ATContentTypes/adapters/__init__.py 12${PLONE_BASE}/ATContentTypes/adapters/__init__.py
13${PLONE_BASE}/ATContentTypes/adapters/__init__.pyc 13${PLONE_BASE}/ATContentTypes/adapters/__init__.pyc
14${PLONE_BASE}/ATContentTypes/adapters/archive.py 14${PLONE_BASE}/ATContentTypes/adapters/archive.py
@@ -2703,32 +2703,35 @@ ${PLONE_BASE}/CMFPlone/migrations/v3_0/p @@ -2703,32 +2703,35 @@ ${PLONE_BASE}/CMFPlone/migrations/v3_0/p
2703${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/rc2_final/rolemap.xml 2703${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/rc2_final/rolemap.xml
2704${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/controlpanel.xml 2704${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/controlpanel.xml
2705${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/cssregistry.xml 2705${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/cssregistry.xml
2706${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/jsregistry.xml 2706${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/jsregistry.xml
2707${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/rolemap.xml 2707${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02/rolemap.xml
2708${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three03_three04/diff_tool.xml 2708${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three03_three04/diff_tool.xml
2709${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/two5_alpha1/portlets.xml 2709${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/two5_alpha1/portlets.xml
2710${PLONE_BASE}/CMFPlone/migrations/v3_0/rcs.py 2710${PLONE_BASE}/CMFPlone/migrations/v3_0/rcs.py
2711${PLONE_BASE}/CMFPlone/migrations/v3_0/rcs.pyc 2711${PLONE_BASE}/CMFPlone/migrations/v3_0/rcs.pyc
2712${PLONE_BASE}/CMFPlone/migrations/v3_1/__init__.py 2712${PLONE_BASE}/CMFPlone/migrations/v3_1/__init__.py
2713${PLONE_BASE}/CMFPlone/migrations/v3_1/__init__.pyc 2713${PLONE_BASE}/CMFPlone/migrations/v3_1/__init__.pyc
2714${PLONE_BASE}/CMFPlone/migrations/v3_1/betas.py 2714${PLONE_BASE}/CMFPlone/migrations/v3_1/betas.py
2715${PLONE_BASE}/CMFPlone/migrations/v3_1/betas.pyc 2715${PLONE_BASE}/CMFPlone/migrations/v3_1/betas.pyc
 2716${PLONE_BASE}/CMFPlone/migrations/v3_1/final_three1x.py
 2717${PLONE_BASE}/CMFPlone/migrations/v3_1/final_three1x.pyc
2716${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/actions.xml 2718${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/actions.xml
2717${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/componentregistry.xml 2719${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/componentregistry.xml
2718${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/jsregistry.xml 2720${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/jsregistry.xml
2719${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/kssregistry.xml 2721${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/kssregistry.xml
2720${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/metadata.xml 2722${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/metadata.xml
2721${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/portlets.xml 2723${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1/portlets.xml
 2724${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three11_three12/jsregistry.xml
2722${PLONE_BASE}/CMFPlone/overrides.zcml 2725${PLONE_BASE}/CMFPlone/overrides.zcml
2723${PLONE_BASE}/CMFPlone/patches/__init__.py 2726${PLONE_BASE}/CMFPlone/patches/__init__.py
2724${PLONE_BASE}/CMFPlone/patches/__init__.pyc 2727${PLONE_BASE}/CMFPlone/patches/__init__.pyc
2725${PLONE_BASE}/CMFPlone/patches/csrf.py 2728${PLONE_BASE}/CMFPlone/patches/csrf.py
2726${PLONE_BASE}/CMFPlone/patches/csrf.pyc 2729${PLONE_BASE}/CMFPlone/patches/csrf.pyc
2727${PLONE_BASE}/CMFPlone/patches/dateIndexPatch.py 2730${PLONE_BASE}/CMFPlone/patches/dateIndexPatch.py
2728${PLONE_BASE}/CMFPlone/patches/dateIndexPatch.pyc 2731${PLONE_BASE}/CMFPlone/patches/dateIndexPatch.pyc
2729${PLONE_BASE}/CMFPlone/patches/interfacePatch.py 2732${PLONE_BASE}/CMFPlone/patches/interfacePatch.py
2730${PLONE_BASE}/CMFPlone/patches/interfacePatch.pyc 2733${PLONE_BASE}/CMFPlone/patches/interfacePatch.pyc
2731${PLONE_BASE}/CMFPlone/patches/unicodeFallbackPatch.py 2734${PLONE_BASE}/CMFPlone/patches/unicodeFallbackPatch.py
2732${PLONE_BASE}/CMFPlone/patches/unicodeFallbackPatch.pyc 2735${PLONE_BASE}/CMFPlone/patches/unicodeFallbackPatch.pyc
2733${PLONE_BASE}/CMFPlone/patches/unicodehacks.py 2736${PLONE_BASE}/CMFPlone/patches/unicodehacks.py
2734${PLONE_BASE}/CMFPlone/patches/unicodehacks.pyc 2737${PLONE_BASE}/CMFPlone/patches/unicodehacks.pyc
@@ -5765,48 +5768,50 @@ ${PLONE_BASE}/PloneTranslations/locales/ @@ -5765,48 +5768,50 @@ ${PLONE_BASE}/PloneTranslations/locales/
5765${PLONE_BASE}/PloneTranslations/tests/README.txt 5768${PLONE_BASE}/PloneTranslations/tests/README.txt
5766${PLONE_BASE}/PloneTranslations/tests/__init__.py 5769${PLONE_BASE}/PloneTranslations/tests/__init__.py
5767${PLONE_BASE}/PloneTranslations/tests/__init__.pyc 5770${PLONE_BASE}/PloneTranslations/tests/__init__.pyc
5768${PLONE_BASE}/PloneTranslations/tests/framework.py 5771${PLONE_BASE}/PloneTranslations/tests/framework.py
5769${PLONE_BASE}/PloneTranslations/tests/framework.pyc 5772${PLONE_BASE}/PloneTranslations/tests/framework.pyc
5770${PLONE_BASE}/PloneTranslations/tests/i18ngenerator.py 5773${PLONE_BASE}/PloneTranslations/tests/i18ngenerator.py
5771${PLONE_BASE}/PloneTranslations/tests/i18ngenerator.pyc 5774${PLONE_BASE}/PloneTranslations/tests/i18ngenerator.pyc
5772${PLONE_BASE}/PloneTranslations/tests/runalltests.py 5775${PLONE_BASE}/PloneTranslations/tests/runalltests.py
5773${PLONE_BASE}/PloneTranslations/tests/runalltests.pyc 5776${PLONE_BASE}/PloneTranslations/tests/runalltests.pyc
5774${PLONE_BASE}/PloneTranslations/tests/test_i18n.py 5777${PLONE_BASE}/PloneTranslations/tests/test_i18n.py
5775${PLONE_BASE}/PloneTranslations/tests/test_i18n.pyc 5778${PLONE_BASE}/PloneTranslations/tests/test_i18n.pyc
5776${PLONE_BASE}/PloneTranslations/utils/admix.py 5779${PLONE_BASE}/PloneTranslations/utils/admix.py
5777${PLONE_BASE}/PloneTranslations/utils/admix.pyc 5780${PLONE_BASE}/PloneTranslations/utils/admix.pyc
5778${PLONE_BASE}/PloneTranslations/utils/chart.py 
5779${PLONE_BASE}/PloneTranslations/utils/chart.pyc 
5780${PLONE_BASE}/PloneTranslations/utils/create.py 5781${PLONE_BASE}/PloneTranslations/utils/create.py
5781${PLONE_BASE}/PloneTranslations/utils/create.pyc 5782${PLONE_BASE}/PloneTranslations/utils/create.pyc
5782${PLONE_BASE}/PloneTranslations/utils/fillmsgstr.py 5783${PLONE_BASE}/PloneTranslations/utils/fillmsgstr.py
5783${PLONE_BASE}/PloneTranslations/utils/fillmsgstr.pyc 5784${PLONE_BASE}/PloneTranslations/utils/fillmsgstr.pyc
5784${PLONE_BASE}/PloneTranslations/utils/filter.py 5785${PLONE_BASE}/PloneTranslations/utils/filter.py
5785${PLONE_BASE}/PloneTranslations/utils/filter.pyc 5786${PLONE_BASE}/PloneTranslations/utils/filter.pyc
5786${PLONE_BASE}/PloneTranslations/utils/i18ngenerate.py 5787${PLONE_BASE}/PloneTranslations/utils/i18ngenerate.py
5787${PLONE_BASE}/PloneTranslations/utils/i18ngenerate.pyc 5788${PLONE_BASE}/PloneTranslations/utils/i18ngenerate.pyc
 5789${PLONE_BASE}/PloneTranslations/utils/list.py
 5790${PLONE_BASE}/PloneTranslations/utils/list.pyc
5788${PLONE_BASE}/PloneTranslations/utils/rebuild-pot.py 5791${PLONE_BASE}/PloneTranslations/utils/rebuild-pot.py
5789${PLONE_BASE}/PloneTranslations/utils/rebuild-pot.pyc 5792${PLONE_BASE}/PloneTranslations/utils/rebuild-pot.pyc
5790${PLONE_BASE}/PloneTranslations/utils/relocate.py 5793${PLONE_BASE}/PloneTranslations/utils/relocate.py
5791${PLONE_BASE}/PloneTranslations/utils/relocate.pyc 5794${PLONE_BASE}/PloneTranslations/utils/relocate.pyc
5792${PLONE_BASE}/PloneTranslations/utils/setcomment.py 5795${PLONE_BASE}/PloneTranslations/utils/setcomment.py
5793${PLONE_BASE}/PloneTranslations/utils/setcomment.pyc 5796${PLONE_BASE}/PloneTranslations/utils/setcomment.pyc
5794${PLONE_BASE}/PloneTranslations/utils/setdomain.py 5797${PLONE_BASE}/PloneTranslations/utils/setdomain.py
5795${PLONE_BASE}/PloneTranslations/utils/setdomain.pyc 5798${PLONE_BASE}/PloneTranslations/utils/setdomain.pyc
5796${PLONE_BASE}/PloneTranslations/utils/setprojid.py 5799${PLONE_BASE}/PloneTranslations/utils/setprojid.py
5797${PLONE_BASE}/PloneTranslations/utils/setprojid.pyc 5800${PLONE_BASE}/PloneTranslations/utils/setprojid.pyc
5798${PLONE_BASE}/PloneTranslations/utils/sync.py 5801${PLONE_BASE}/PloneTranslations/utils/sync.py
5799${PLONE_BASE}/PloneTranslations/utils/sync.pyc 5802${PLONE_BASE}/PloneTranslations/utils/sync.pyc
 5803${PLONE_BASE}/PloneTranslations/utils/table.py
 5804${PLONE_BASE}/PloneTranslations/utils/table.pyc
5800${PLONE_BASE}/PloneTranslations/utils/utils.py 5805${PLONE_BASE}/PloneTranslations/utils/utils.py
5801${PLONE_BASE}/PloneTranslations/utils/utils.pyc 5806${PLONE_BASE}/PloneTranslations/utils/utils.pyc
5802${PLONE_BASE}/PluggableAuthService/COPYRIGHT.txt 5807${PLONE_BASE}/PluggableAuthService/COPYRIGHT.txt
5803${PLONE_BASE}/PluggableAuthService/Extensions/README.txt 5808${PLONE_BASE}/PluggableAuthService/Extensions/README.txt
5804${PLONE_BASE}/PluggableAuthService/Extensions/__init__.py 5809${PLONE_BASE}/PluggableAuthService/Extensions/__init__.py
5805${PLONE_BASE}/PluggableAuthService/Extensions/__init__.pyc 5810${PLONE_BASE}/PluggableAuthService/Extensions/__init__.pyc
5806${PLONE_BASE}/PluggableAuthService/Extensions/basic_auth.py 5811${PLONE_BASE}/PluggableAuthService/Extensions/basic_auth.py
5807${PLONE_BASE}/PluggableAuthService/Extensions/basic_auth.pyc 5812${PLONE_BASE}/PluggableAuthService/Extensions/basic_auth.pyc
5808${PLONE_BASE}/PluggableAuthService/Extensions/upgrade.py 5813${PLONE_BASE}/PluggableAuthService/Extensions/upgrade.py
5809${PLONE_BASE}/PluggableAuthService/Extensions/upgrade.pyc 5814${PLONE_BASE}/PluggableAuthService/Extensions/upgrade.pyc
5810${PLONE_BASE}/PluggableAuthService/LICENSE.txt 5815${PLONE_BASE}/PluggableAuthService/LICENSE.txt
5811${PLONE_BASE}/PluggableAuthService/PluggableAuthService.py 5816${PLONE_BASE}/PluggableAuthService/PluggableAuthService.py
5812${PLONE_BASE}/PluggableAuthService/PluggableAuthService.pyc 5817${PLONE_BASE}/PluggableAuthService/PluggableAuthService.pyc
@@ -6769,72 +6774,80 @@ ${PLONE_BASE}/kupu/i18n/kupu-ca.po @@ -6769,72 +6774,80 @@ ${PLONE_BASE}/kupu/i18n/kupu-ca.po
6769${PLONE_BASE}/kupu/i18n/kupu-cs.po 6774${PLONE_BASE}/kupu/i18n/kupu-cs.po
6770${PLONE_BASE}/kupu/i18n/kupu-da.po 6775${PLONE_BASE}/kupu/i18n/kupu-da.po
6771${PLONE_BASE}/kupu/i18n/kupu-de.po 6776${PLONE_BASE}/kupu/i18n/kupu-de.po
6772${PLONE_BASE}/kupu/i18n/kupu-el.po 6777${PLONE_BASE}/kupu/i18n/kupu-el.po
6773${PLONE_BASE}/kupu/i18n/kupu-eo.po 6778${PLONE_BASE}/kupu/i18n/kupu-eo.po
6774${PLONE_BASE}/kupu/i18n/kupu-es.po 6779${PLONE_BASE}/kupu/i18n/kupu-es.po
6775${PLONE_BASE}/kupu/i18n/kupu-eu.po 6780${PLONE_BASE}/kupu/i18n/kupu-eu.po
6776${PLONE_BASE}/kupu/i18n/kupu-fi.po 6781${PLONE_BASE}/kupu/i18n/kupu-fi.po
6777${PLONE_BASE}/kupu/i18n/kupu-fr.po 6782${PLONE_BASE}/kupu/i18n/kupu-fr.po
6778${PLONE_BASE}/kupu/i18n/kupu-he.po 6783${PLONE_BASE}/kupu/i18n/kupu-he.po
6779${PLONE_BASE}/kupu/i18n/kupu-hu.po 6784${PLONE_BASE}/kupu/i18n/kupu-hu.po
6780${PLONE_BASE}/kupu/i18n/kupu-it.po 6785${PLONE_BASE}/kupu/i18n/kupu-it.po
6781${PLONE_BASE}/kupu/i18n/kupu-ja.po 6786${PLONE_BASE}/kupu/i18n/kupu-ja.po
 6787${PLONE_BASE}/kupu/i18n/kupu-manual.pot
6782${PLONE_BASE}/kupu/i18n/kupu-nl.po 6788${PLONE_BASE}/kupu/i18n/kupu-nl.po
6783${PLONE_BASE}/kupu/i18n/kupu-pl.po 6789${PLONE_BASE}/kupu/i18n/kupu-pl.po
6784${PLONE_BASE}/kupu/i18n/kupu-pt-br.po 6790${PLONE_BASE}/kupu/i18n/kupu-pt-br.po
6785${PLONE_BASE}/kupu/i18n/kupu-pt.po 6791${PLONE_BASE}/kupu/i18n/kupu-pt.po
6786${PLONE_BASE}/kupu/i18n/kupu-ru.po 6792${PLONE_BASE}/kupu/i18n/kupu-ru.po
6787${PLONE_BASE}/kupu/i18n/kupu-sk.po 6793${PLONE_BASE}/kupu/i18n/kupu-sk.po
6788${PLONE_BASE}/kupu/i18n/kupu-sl.po 6794${PLONE_BASE}/kupu/i18n/kupu-sl.po
6789${PLONE_BASE}/kupu/i18n/kupu-sr-Latn.po 6795${PLONE_BASE}/kupu/i18n/kupu-sr-Latn.po
6790${PLONE_BASE}/kupu/i18n/kupu-sr.po 6796${PLONE_BASE}/kupu/i18n/kupu-sr.po
 6797${PLONE_BASE}/kupu/i18n/kupu-sv.po
6791${PLONE_BASE}/kupu/i18n/kupu-tr.po 6798${PLONE_BASE}/kupu/i18n/kupu-tr.po
6792${PLONE_BASE}/kupu/i18n/kupu-uk.po 6799${PLONE_BASE}/kupu/i18n/kupu-uk.po
6793${PLONE_BASE}/kupu/i18n/kupu-vi.po 6800${PLONE_BASE}/kupu/i18n/kupu-vi.po
6794${PLONE_BASE}/kupu/i18n/kupu-zh-cn.po 6801${PLONE_BASE}/kupu/i18n/kupu-zh-cn.po
6795${PLONE_BASE}/kupu/i18n/kupu-zh-tw.po 6802${PLONE_BASE}/kupu/i18n/kupu-zh-tw.po
6796${PLONE_BASE}/kupu/i18n/kupu-zh.po 6803${PLONE_BASE}/kupu/i18n/kupu-zh.po
6797${PLONE_BASE}/kupu/i18n/kupu.pot 6804${PLONE_BASE}/kupu/i18n/kupu.pot
6798${PLONE_BASE}/kupu/i18n/kupuconfig-ca.po 6805${PLONE_BASE}/kupu/i18n/kupuconfig-ca.po
6799${PLONE_BASE}/kupu/i18n/kupuconfig-cs.po 6806${PLONE_BASE}/kupu/i18n/kupuconfig-cs.po
6800${PLONE_BASE}/kupu/i18n/kupuconfig-da.po 6807${PLONE_BASE}/kupu/i18n/kupuconfig-da.po
6801${PLONE_BASE}/kupu/i18n/kupuconfig-es.po 6808${PLONE_BASE}/kupu/i18n/kupuconfig-es.po
6802${PLONE_BASE}/kupu/i18n/kupuconfig-eu.po 6809${PLONE_BASE}/kupu/i18n/kupuconfig-eu.po
6803${PLONE_BASE}/kupu/i18n/kupuconfig-fr.po 6810${PLONE_BASE}/kupu/i18n/kupuconfig-fr.po
 6811${PLONE_BASE}/kupu/i18n/kupuconfig-hu.po
6804${PLONE_BASE}/kupu/i18n/kupuconfig-it.po 6812${PLONE_BASE}/kupu/i18n/kupuconfig-it.po
6805${PLONE_BASE}/kupu/i18n/kupuconfig-ja.po 6813${PLONE_BASE}/kupu/i18n/kupuconfig-ja.po
 6814${PLONE_BASE}/kupu/i18n/kupuconfig-manual.pot
 6815${PLONE_BASE}/kupu/i18n/kupuconfig-nl.po
6806${PLONE_BASE}/kupu/i18n/kupuconfig-pl.po 6816${PLONE_BASE}/kupu/i18n/kupuconfig-pl.po
6807${PLONE_BASE}/kupu/i18n/kupuconfig-pt.po 6817${PLONE_BASE}/kupu/i18n/kupuconfig-pt.po
6808${PLONE_BASE}/kupu/i18n/kupuconfig-pt-br.po 6818${PLONE_BASE}/kupu/i18n/kupuconfig-pt-br.po
6809${PLONE_BASE}/kupu/i18n/kupuconfig-sk.po 6819${PLONE_BASE}/kupu/i18n/kupuconfig-sk.po
 6820${PLONE_BASE}/kupu/i18n/kupuconfig-sv.po
6810${PLONE_BASE}/kupu/i18n/kupuconfig-tr.po 6821${PLONE_BASE}/kupu/i18n/kupuconfig-tr.po
6811${PLONE_BASE}/kupu/i18n/kupuconfig-uk.po 6822${PLONE_BASE}/kupu/i18n/kupuconfig-uk.po
6812${PLONE_BASE}/kupu/i18n/kupuconfig-vi.po 6823${PLONE_BASE}/kupu/i18n/kupuconfig-vi.po
6813${PLONE_BASE}/kupu/i18n/kupuconfig-zh-tw.po 6824${PLONE_BASE}/kupu/i18n/kupuconfig-zh-tw.po
6814${PLONE_BASE}/kupu/i18n/kupuconfig.pot 6825${PLONE_BASE}/kupu/i18n/kupuconfig.pot
6815${PLONE_BASE}/kupu/i18n/kupupox-ca.po 6826${PLONE_BASE}/kupu/i18n/kupupox-ca.po
6816${PLONE_BASE}/kupu/i18n/kupupox-cs.po 6827${PLONE_BASE}/kupu/i18n/kupupox-cs.po
6817${PLONE_BASE}/kupu/i18n/kupupox-da.po 6828${PLONE_BASE}/kupu/i18n/kupupox-da.po
6818${PLONE_BASE}/kupu/i18n/kupupox-de.po 6829${PLONE_BASE}/kupu/i18n/kupupox-de.po
6819${PLONE_BASE}/kupu/i18n/kupupox-el.po 6830${PLONE_BASE}/kupu/i18n/kupupox-el.po
6820${PLONE_BASE}/kupu/i18n/kupupox-eo.po 6831${PLONE_BASE}/kupu/i18n/kupupox-eo.po
6821${PLONE_BASE}/kupu/i18n/kupupox-es.po 6832${PLONE_BASE}/kupu/i18n/kupupox-es.po
6822${PLONE_BASE}/kupu/i18n/kupupox-eu.po 6833${PLONE_BASE}/kupu/i18n/kupupox-eu.po
6823${PLONE_BASE}/kupu/i18n/kupupox-fi.po 6834${PLONE_BASE}/kupu/i18n/kupupox-fi.po
6824${PLONE_BASE}/kupu/i18n/kupupox-fr.po 6835${PLONE_BASE}/kupu/i18n/kupupox-fr.po
6825${PLONE_BASE}/kupu/i18n/kupupox-he.po 6836${PLONE_BASE}/kupu/i18n/kupupox-he.po
 6837${PLONE_BASE}/kupu/i18n/kupupox-hu.po
6826${PLONE_BASE}/kupu/i18n/kupupox-it.po 6838${PLONE_BASE}/kupu/i18n/kupupox-it.po
6827${PLONE_BASE}/kupu/i18n/kupupox-ja.po 6839${PLONE_BASE}/kupu/i18n/kupupox-ja.po
 6840${PLONE_BASE}/kupu/i18n/kupupox-manual.pot
6828${PLONE_BASE}/kupu/i18n/kupupox-nl.po 6841${PLONE_BASE}/kupu/i18n/kupupox-nl.po
6829${PLONE_BASE}/kupu/i18n/kupupox-pl.po 6842${PLONE_BASE}/kupu/i18n/kupupox-pl.po
6830${PLONE_BASE}/kupu/i18n/kupupox-pt-br.po 6843${PLONE_BASE}/kupu/i18n/kupupox-pt-br.po
6831${PLONE_BASE}/kupu/i18n/kupupox-pt.po 6844${PLONE_BASE}/kupu/i18n/kupupox-pt.po
6832${PLONE_BASE}/kupu/i18n/kupupox-sk.po 6845${PLONE_BASE}/kupu/i18n/kupupox-sk.po
6833${PLONE_BASE}/kupu/i18n/kupupox-sl.po 6846${PLONE_BASE}/kupu/i18n/kupupox-sl.po
6834${PLONE_BASE}/kupu/i18n/kupupox-sr-Latn.po 6847${PLONE_BASE}/kupu/i18n/kupupox-sr-Latn.po
6835${PLONE_BASE}/kupu/i18n/kupupox-sr.po 6848${PLONE_BASE}/kupu/i18n/kupupox-sr.po
6836${PLONE_BASE}/kupu/i18n/kupupox-tr.po 6849${PLONE_BASE}/kupu/i18n/kupupox-tr.po
6837${PLONE_BASE}/kupu/i18n/kupupox-uk.po 6850${PLONE_BASE}/kupu/i18n/kupupox-uk.po
6838${PLONE_BASE}/kupu/i18n/kupupox-vi.po 6851${PLONE_BASE}/kupu/i18n/kupupox-vi.po
6839${PLONE_BASE}/kupu/i18n/kupupox-zh-cn.po 6852${PLONE_BASE}/kupu/i18n/kupupox-zh-cn.po
6840${PLONE_BASE}/kupu/i18n/kupupox-zh-tw.po 6853${PLONE_BASE}/kupu/i18n/kupupox-zh-tw.po
@@ -6908,26 +6921,27 @@ ${PLONE_BASE}/kupu/mmbase/override.js @@ -6908,26 +6921,27 @@ ${PLONE_BASE}/kupu/mmbase/override.js
6908${PLONE_BASE}/kupu/mmbase/preview.jspx 6921${PLONE_BASE}/kupu/mmbase/preview.jspx
6909${PLONE_BASE}/kupu/mmbase/receive.jspx 6922${PLONE_BASE}/kupu/mmbase/receive.jspx
6910${PLONE_BASE}/kupu/mmbase/saveonpart.kupu 6923${PLONE_BASE}/kupu/mmbase/saveonpart.kupu
6911${PLONE_BASE}/kupu/mmbase/spellcheck.jspx 6924${PLONE_BASE}/kupu/mmbase/spellcheck.jspx
6912${PLONE_BASE}/kupu/mmbase/start.jspx 6925${PLONE_BASE}/kupu/mmbase/start.jspx
6913${PLONE_BASE}/kupu/mmbase/test.kupu 6926${PLONE_BASE}/kupu/mmbase/test.kupu
6914${PLONE_BASE}/kupu/mmbase/toolbar.kupu 6927${PLONE_BASE}/kupu/mmbase/toolbar.kupu
6915${PLONE_BASE}/kupu/mmbase/toolboxes.kupu 6928${PLONE_BASE}/kupu/mmbase/toolboxes.kupu
6916${PLONE_BASE}/kupu/mmbase/tools/create-subnode.jspx 6929${PLONE_BASE}/kupu/mmbase/tools/create-subnode.jspx
6917${PLONE_BASE}/kupu/mmbase/tools/empty.jspx 6930${PLONE_BASE}/kupu/mmbase/tools/empty.jspx
6918${PLONE_BASE}/kupu/mmbase/tools/related-type.jspx 6931${PLONE_BASE}/kupu/mmbase/tools/related-type.jspx
6919${PLONE_BASE}/kupu/mmbase/tools/related.jspx 6932${PLONE_BASE}/kupu/mmbase/tools/related.jspx
6920${PLONE_BASE}/kupu/mmbase/tools/search-node.jspx 6933${PLONE_BASE}/kupu/mmbase/tools/search-node.jspx
 6934${PLONE_BASE}/kupu/mmbase/tools/searchrelate.jspx
6921${PLONE_BASE}/kupu/mmbase/tools/test.jspx 6935${PLONE_BASE}/kupu/mmbase/tools/test.jspx
6922${PLONE_BASE}/kupu/mmbase/tools/tree.jspx 6936${PLONE_BASE}/kupu/mmbase/tools/tree.jspx
6923${PLONE_BASE}/kupu/mmbase/wire.kupu 6937${PLONE_BASE}/kupu/mmbase/wire.kupu
6924${PLONE_BASE}/kupu/mmbase/xmlconfig.kupu 6938${PLONE_BASE}/kupu/mmbase/xmlconfig.kupu
6925${PLONE_BASE}/kupu/multi/body.kupu 6939${PLONE_BASE}/kupu/multi/body.kupu
6926${PLONE_BASE}/kupu/multi/head.kupu 6940${PLONE_BASE}/kupu/multi/head.kupu
6927${PLONE_BASE}/kupu/multi/include.kupu 6941${PLONE_BASE}/kupu/multi/include.kupu
6928${PLONE_BASE}/kupu/multi/save.kupu 6942${PLONE_BASE}/kupu/multi/save.kupu
6929${PLONE_BASE}/kupu/multi/toolboxes.kupu 6943${PLONE_BASE}/kupu/multi/toolboxes.kupu
6930${PLONE_BASE}/kupu/plone/ReftextField.py 6944${PLONE_BASE}/kupu/plone/ReftextField.py
6931${PLONE_BASE}/kupu/plone/ReftextField.pyc 6945${PLONE_BASE}/kupu/plone/ReftextField.pyc
6932${PLONE_BASE}/kupu/plone/TODO.txt 6946${PLONE_BASE}/kupu/plone/TODO.txt
6933${PLONE_BASE}/kupu/plone/__init__.py 6947${PLONE_BASE}/kupu/plone/__init__.py
@@ -7091,26 +7105,28 @@ ${PLONE_BASE}/kupu/plone/tests/kuputestc @@ -7091,26 +7105,28 @@ ${PLONE_BASE}/kupu/plone/tests/kuputestc
7091${PLONE_BASE}/kupu/plone/tests/output/baduid.out 7105${PLONE_BASE}/kupu/plone/tests/output/baduid.out
7092${PLONE_BASE}/kupu/plone/tests/output/linked.out 7106${PLONE_BASE}/kupu/plone/tests/output/linked.out
7093${PLONE_BASE}/kupu/plone/tests/output/minimal.out 7107${PLONE_BASE}/kupu/plone/tests/output/minimal.out
7094${PLONE_BASE}/kupu/plone/tests/output/notcaptioned.out 7108${PLONE_BASE}/kupu/plone/tests/output/notcaptioned.out
7095${PLONE_BASE}/kupu/plone/tests/output/notquoted.out 7109${PLONE_BASE}/kupu/plone/tests/output/notquoted.out
7096${PLONE_BASE}/kupu/plone/tests/output/simple.out 7110${PLONE_BASE}/kupu/plone/tests/output/simple.out
7097${PLONE_BASE}/kupu/plone/tests/runalltests.py 7111${PLONE_BASE}/kupu/plone/tests/runalltests.py
7098${PLONE_BASE}/kupu/plone/tests/runalltests.pyc 7112${PLONE_BASE}/kupu/plone/tests/runalltests.pyc
7099${PLONE_BASE}/kupu/plone/tests/runme.cmd 7113${PLONE_BASE}/kupu/plone/tests/runme.cmd
7100${PLONE_BASE}/kupu/plone/tests/test_browserSupportsKupu.py 7114${PLONE_BASE}/kupu/plone/tests/test_browserSupportsKupu.py
7101${PLONE_BASE}/kupu/plone/tests/test_browserSupportsKupu.pyc 7115${PLONE_BASE}/kupu/plone/tests/test_browserSupportsKupu.pyc
7102${PLONE_BASE}/kupu/plone/tests/test_html2captioned.py 7116${PLONE_BASE}/kupu/plone/tests/test_html2captioned.py
7103${PLONE_BASE}/kupu/plone/tests/test_html2captioned.pyc 7117${PLONE_BASE}/kupu/plone/tests/test_html2captioned.pyc
 7118${PLONE_BASE}/kupu/plone/tests/test_i18n.py
 7119${PLONE_BASE}/kupu/plone/tests/test_i18n.pyc
7104${PLONE_BASE}/kupu/plone/tests/test_librarymanager.py 7120${PLONE_BASE}/kupu/plone/tests/test_librarymanager.py
7105${PLONE_BASE}/kupu/plone/tests/test_librarymanager.pyc 7121${PLONE_BASE}/kupu/plone/tests/test_librarymanager.pyc
7106${PLONE_BASE}/kupu/plone/tests/test_links.py 7122${PLONE_BASE}/kupu/plone/tests/test_links.py
7107${PLONE_BASE}/kupu/plone/tests/test_links.pyc 7123${PLONE_BASE}/kupu/plone/tests/test_links.pyc
7108${PLONE_BASE}/kupu/plone/tests/test_plonedrawer.py 7124${PLONE_BASE}/kupu/plone/tests/test_plonedrawer.py
7109${PLONE_BASE}/kupu/plone/tests/test_plonedrawer.pyc 7125${PLONE_BASE}/kupu/plone/tests/test_plonedrawer.pyc
7110${PLONE_BASE}/kupu/plone/tests/test_resourcetypemapper.py 7126${PLONE_BASE}/kupu/plone/tests/test_resourcetypemapper.py
7111${PLONE_BASE}/kupu/plone/tests/test_resourcetypemapper.pyc 7127${PLONE_BASE}/kupu/plone/tests/test_resourcetypemapper.pyc
7112${PLONE_BASE}/kupu/plone/tests/test_urls.py 7128${PLONE_BASE}/kupu/plone/tests/test_urls.py
7113${PLONE_BASE}/kupu/plone/tests/test_urls.pyc 7129${PLONE_BASE}/kupu/plone/tests/test_urls.pyc
7114${PLONE_BASE}/kupu/plone/toolbar.kupu 7130${PLONE_BASE}/kupu/plone/toolbar.kupu
7115${PLONE_BASE}/kupu/plone/util.py 7131${PLONE_BASE}/kupu/plone/util.py
7116${PLONE_BASE}/kupu/plone/util.pyc 7132${PLONE_BASE}/kupu/plone/util.pyc
@@ -9396,32 +9412,35 @@ ${ZOPE_BASE}/lib/python/plone/i18n/norma @@ -9396,32 +9412,35 @@ ${ZOPE_BASE}/lib/python/plone/i18n/norma
9396${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests/test_normalizer.py 9412${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests/test_normalizer.py
9397${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests/test_normalizer.pyc 9413${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests/test_normalizer.pyc
9398${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tr.py 9414${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tr.py
9399${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tr.pyc 9415${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tr.pyc
9400${ZOPE_BASE}/lib/python/plone/intelligenttext/README.txt 9416${ZOPE_BASE}/lib/python/plone/intelligenttext/README.txt
9401${ZOPE_BASE}/lib/python/plone/intelligenttext/__init__.py 9417${ZOPE_BASE}/lib/python/plone/intelligenttext/__init__.py
9402${ZOPE_BASE}/lib/python/plone/intelligenttext/__init__.pyc 9418${ZOPE_BASE}/lib/python/plone/intelligenttext/__init__.pyc
9403${ZOPE_BASE}/lib/python/plone/intelligenttext/tests.py 9419${ZOPE_BASE}/lib/python/plone/intelligenttext/tests.py
9404${ZOPE_BASE}/lib/python/plone/intelligenttext/tests.pyc 9420${ZOPE_BASE}/lib/python/plone/intelligenttext/tests.pyc
9405${ZOPE_BASE}/lib/python/plone/intelligenttext/transforms.py 9421${ZOPE_BASE}/lib/python/plone/intelligenttext/transforms.py
9406${ZOPE_BASE}/lib/python/plone/intelligenttext/transforms.pyc 9422${ZOPE_BASE}/lib/python/plone/intelligenttext/transforms.pyc
9407${ZOPE_BASE}/lib/python/plone/keyring/__init__.py 9423${ZOPE_BASE}/lib/python/plone/keyring/__init__.py
9408${ZOPE_BASE}/lib/python/plone/keyring/__init__.pyc 9424${ZOPE_BASE}/lib/python/plone/keyring/__init__.pyc
 9425${ZOPE_BASE}/lib/python/plone/keyring/configure.zcml
9409${ZOPE_BASE}/lib/python/plone/keyring/interfaces.py 9426${ZOPE_BASE}/lib/python/plone/keyring/interfaces.py
9410${ZOPE_BASE}/lib/python/plone/keyring/interfaces.pyc 9427${ZOPE_BASE}/lib/python/plone/keyring/interfaces.pyc
9411${ZOPE_BASE}/lib/python/plone/keyring/keymanager.py 9428${ZOPE_BASE}/lib/python/plone/keyring/keymanager.py
9412${ZOPE_BASE}/lib/python/plone/keyring/keymanager.pyc 9429${ZOPE_BASE}/lib/python/plone/keyring/keymanager.pyc
9413${ZOPE_BASE}/lib/python/plone/keyring/keyring.py 9430${ZOPE_BASE}/lib/python/plone/keyring/keyring.py
9414${ZOPE_BASE}/lib/python/plone/keyring/keyring.pyc 9431${ZOPE_BASE}/lib/python/plone/keyring/keyring.pyc
 9432${ZOPE_BASE}/lib/python/plone/keyring/profiles/default/componentregistry.xml
 9433${ZOPE_BASE}/lib/python/plone/keyring/profiles/default/metadata.xml
9415${ZOPE_BASE}/lib/python/plone/keyring/tests/__init__.py 9434${ZOPE_BASE}/lib/python/plone/keyring/tests/__init__.py
9416${ZOPE_BASE}/lib/python/plone/keyring/tests/__init__.pyc 9435${ZOPE_BASE}/lib/python/plone/keyring/tests/__init__.pyc
9417${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeymanager.py 9436${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeymanager.py
9418${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeymanager.pyc 9437${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeymanager.pyc
9419${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeyring.py 9438${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeyring.py
9420${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeyring.pyc 9439${ZOPE_BASE}/lib/python/plone/keyring/tests/testKeyring.pyc
9421${ZOPE_BASE}/lib/python/plone/locking/README.txt 9440${ZOPE_BASE}/lib/python/plone/locking/README.txt
9422${ZOPE_BASE}/lib/python/plone/locking/__init__.py 9441${ZOPE_BASE}/lib/python/plone/locking/__init__.py
9423${ZOPE_BASE}/lib/python/plone/locking/__init__.pyc 9442${ZOPE_BASE}/lib/python/plone/locking/__init__.pyc
9424${ZOPE_BASE}/lib/python/plone/locking/browser/__init__.py 9443${ZOPE_BASE}/lib/python/plone/locking/browser/__init__.py
9425${ZOPE_BASE}/lib/python/plone/locking/browser/__init__.pyc 9444${ZOPE_BASE}/lib/python/plone/locking/browser/__init__.pyc
9426${ZOPE_BASE}/lib/python/plone/locking/browser/info.pt 9445${ZOPE_BASE}/lib/python/plone/locking/browser/info.pt
9427${ZOPE_BASE}/lib/python/plone/locking/browser/info.py 9446${ZOPE_BASE}/lib/python/plone/locking/browser/info.py
@@ -9552,26 +9571,27 @@ ${ZOPE_BASE}/lib/python/plone/portlets/t @@ -9552,26 +9571,27 @@ ${ZOPE_BASE}/lib/python/plone/portlets/t
9552${ZOPE_BASE}/lib/python/plone/portlets/uisupport.txt 9571${ZOPE_BASE}/lib/python/plone/portlets/uisupport.txt
9553${ZOPE_BASE}/lib/python/plone/portlets/utils.py 9572${ZOPE_BASE}/lib/python/plone/portlets/utils.py
9554${ZOPE_BASE}/lib/python/plone/portlets/utils.pyc 9573${ZOPE_BASE}/lib/python/plone/portlets/utils.pyc
9555${ZOPE_BASE}/lib/python/plone/portlets/utils.txt 9574${ZOPE_BASE}/lib/python/plone/portlets/utils.txt
9556${ZOPE_BASE}/lib/python/plone/protect/__init__.py 9575${ZOPE_BASE}/lib/python/plone/protect/__init__.py
9557${ZOPE_BASE}/lib/python/plone/protect/__init__.pyc 9576${ZOPE_BASE}/lib/python/plone/protect/__init__.pyc
9558${ZOPE_BASE}/lib/python/plone/protect/authenticator.py 9577${ZOPE_BASE}/lib/python/plone/protect/authenticator.py
9559${ZOPE_BASE}/lib/python/plone/protect/authenticator.pyc 9578${ZOPE_BASE}/lib/python/plone/protect/authenticator.pyc
9560${ZOPE_BASE}/lib/python/plone/protect/configure.zcml 9579${ZOPE_BASE}/lib/python/plone/protect/configure.zcml
9561${ZOPE_BASE}/lib/python/plone/protect/interfaces.py 9580${ZOPE_BASE}/lib/python/plone/protect/interfaces.py
9562${ZOPE_BASE}/lib/python/plone/protect/interfaces.pyc 9581${ZOPE_BASE}/lib/python/plone/protect/interfaces.pyc
9563${ZOPE_BASE}/lib/python/plone/protect/postonly.py 9582${ZOPE_BASE}/lib/python/plone/protect/postonly.py
9564${ZOPE_BASE}/lib/python/plone/protect/postonly.pyc 9583${ZOPE_BASE}/lib/python/plone/protect/postonly.pyc
 9584${ZOPE_BASE}/lib/python/plone/protect/profiles/default/metadata.xml
9565${ZOPE_BASE}/lib/python/plone/protect/tests/__init__.py 9585${ZOPE_BASE}/lib/python/plone/protect/tests/__init__.py
9566${ZOPE_BASE}/lib/python/plone/protect/tests/__init__.pyc 9586${ZOPE_BASE}/lib/python/plone/protect/tests/__init__.pyc
9567${ZOPE_BASE}/lib/python/plone/protect/tests/case.py 9587${ZOPE_BASE}/lib/python/plone/protect/tests/case.py
9568${ZOPE_BASE}/lib/python/plone/protect/tests/case.pyc 9588${ZOPE_BASE}/lib/python/plone/protect/tests/case.pyc
9569${ZOPE_BASE}/lib/python/plone/protect/tests/testAuthenticator.py 9589${ZOPE_BASE}/lib/python/plone/protect/tests/testAuthenticator.py
9570${ZOPE_BASE}/lib/python/plone/protect/tests/testAuthenticator.pyc 9590${ZOPE_BASE}/lib/python/plone/protect/tests/testAuthenticator.pyc
9571${ZOPE_BASE}/lib/python/plone/protect/tests/testPostOnly.py 9591${ZOPE_BASE}/lib/python/plone/protect/tests/testPostOnly.py
9572${ZOPE_BASE}/lib/python/plone/protect/tests/testPostOnly.pyc 9592${ZOPE_BASE}/lib/python/plone/protect/tests/testPostOnly.pyc
9573${ZOPE_BASE}/lib/python/plone/protect/tests/testUtils.py 9593${ZOPE_BASE}/lib/python/plone/protect/tests/testUtils.py
9574${ZOPE_BASE}/lib/python/plone/protect/tests/testUtils.pyc 9594${ZOPE_BASE}/lib/python/plone/protect/tests/testUtils.pyc
9575${ZOPE_BASE}/lib/python/plone/protect/utils.py 9595${ZOPE_BASE}/lib/python/plone/protect/utils.py
9576${ZOPE_BASE}/lib/python/plone/protect/utils.pyc 9596${ZOPE_BASE}/lib/python/plone/protect/utils.pyc
9577${ZOPE_BASE}/lib/python/plone/session/__init__.py 9597${ZOPE_BASE}/lib/python/plone/session/__init__.py

cvs diff -r1.4 -r1.5 pkgsrc/www/plone3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/plone3/Attic/distinfo 2008/05/10 09:06:00 1.4
+++ pkgsrc/www/plone3/Attic/distinfo 2008/06/06 16:08:07 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2008/05/10 09:06:00 taca Exp $ 1$NetBSD: distinfo,v 1.5 2008/06/06 16:08:07 taca Exp $
2 2
3SHA1 (Plone-3.1.1.tar.gz) = bfd3e587c8f86da83b6b12683668251bf424ae08 3SHA1 (Plone-3.1.2.tar.gz) = be8b6d1ef75664903ac13580fca4b684e91c55ae
4RMD160 (Plone-3.1.1.tar.gz) = a03c05dc89a04a708f8b2029115cdac96fb5457c 4RMD160 (Plone-3.1.2.tar.gz) = 232f460905fce9d540f04636cebd841fd7deb9bb
5Size (Plone-3.1.1.tar.gz) = 12632042 bytes 5Size (Plone-3.1.2.tar.gz) = 12672636 bytes
6SHA1 (patch-ab) = efe3121f5d191ade4507129807640d820fd544fb 6SHA1 (patch-ab) = efe3121f5d191ade4507129807640d820fd544fb
7SHA1 (patch-ac) = f5deb5fee5bba6c690cb62faedd3e9752a8a2848 7SHA1 (patch-ac) = f5deb5fee5bba6c690cb62faedd3e9752a8a2848

cvs diff -r1.3 -r1.4 pkgsrc/www/plone3/Attic/PLIST.common_end (expand / switch to unified diff)

--- pkgsrc/www/plone3/Attic/PLIST.common_end 2008/05/10 09:06:00 1.3
+++ pkgsrc/www/plone3/Attic/PLIST.common_end 2008/06/06 16:08:07 1.4
@@ -1,51 +1,54 @@ @@ -1,51 +1,54 @@
1@comment $NetBSD: PLIST.common_end,v 1.3 2008/05/10 09:06:00 taca Exp $ 1@comment $NetBSD: PLIST.common_end,v 1.4 2008/06/06 16:08:07 taca Exp $
2@dirrm ${ZOPE_BASE}/lib/python/wicked/testing 2@dirrm ${ZOPE_BASE}/lib/python/wicked/testing
3@dirrm ${ZOPE_BASE}/lib/python/wicked/plone 3@dirrm ${ZOPE_BASE}/lib/python/wicked/plone
4@dirrm ${ZOPE_BASE}/lib/python/wicked/fieldevent 4@dirrm ${ZOPE_BASE}/lib/python/wicked/fieldevent
5@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent/migration 5@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent/migration
6@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent/Extensions 6@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent/Extensions
7@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent 7@dirrm ${ZOPE_BASE}/lib/python/wicked/atcontent
8@dirrm ${ZOPE_BASE}/lib/python/wicked/at/tests 8@dirrm ${ZOPE_BASE}/lib/python/wicked/at/tests
9@dirrm ${ZOPE_BASE}/lib/python/wicked/at/Extensions 9@dirrm ${ZOPE_BASE}/lib/python/wicked/at/Extensions
10@dirrm ${ZOPE_BASE}/lib/python/wicked/at 10@dirrm ${ZOPE_BASE}/lib/python/wicked/at
11@dirrm ${ZOPE_BASE}/lib/python/wicked 11@dirrm ${ZOPE_BASE}/lib/python/wicked
12@dirrm ${ZOPE_BASE}/lib/python/plone/theme/tests 12@dirrm ${ZOPE_BASE}/lib/python/plone/theme/tests
13@dirrm ${ZOPE_BASE}/lib/python/plone/theme 13@dirrm ${ZOPE_BASE}/lib/python/plone/theme
14@dirrm ${ZOPE_BASE}/lib/python/plone/session/tests 14@dirrm ${ZOPE_BASE}/lib/python/plone/session/tests
15@dirrm ${ZOPE_BASE}/lib/python/plone/session/sources 15@dirrm ${ZOPE_BASE}/lib/python/plone/session/sources
16@dirrm ${ZOPE_BASE}/lib/python/plone/session/plugins 16@dirrm ${ZOPE_BASE}/lib/python/plone/session/plugins
17@dirrm ${ZOPE_BASE}/lib/python/plone/session 17@dirrm ${ZOPE_BASE}/lib/python/plone/session
18@dirrm ${ZOPE_BASE}/lib/python/plone/protect/tests 18@dirrm ${ZOPE_BASE}/lib/python/plone/protect/tests
 19@dirrm ${ZOPE_BASE}/lib/python/plone/protect/profiles/default
 20@dirrm ${ZOPE_BASE}/lib/python/plone/protect/profiles
19@dirrm ${ZOPE_BASE}/lib/python/plone/protect 21@dirrm ${ZOPE_BASE}/lib/python/plone/protect
20@dirrm ${ZOPE_BASE}/lib/python/plone/portlets 22@dirrm ${ZOPE_BASE}/lib/python/plone/portlets
21@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/tests 23@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/tests
22@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/profiles/default 24@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/profiles/default
23@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/profiles 25@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static/profiles
24@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static 26@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/static
25@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/tests 27@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/tests
26@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/profiles/default 28@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/profiles/default
27@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/profiles 29@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection/profiles
28@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection 30@dirrm ${ZOPE_BASE}/lib/python/plone/portlet/collection
29@dirrm ${ZOPE_BASE}/lib/python/plone/portlet 31@dirrm ${ZOPE_BASE}/lib/python/plone/portlet
30@dirrm ${ZOPE_BASE}/lib/python/plone/protect 
31@dirrm ${ZOPE_BASE}/lib/python/plone/openid/www 32@dirrm ${ZOPE_BASE}/lib/python/plone/openid/www
32@dirrm ${ZOPE_BASE}/lib/python/plone/openid/tests 33@dirrm ${ZOPE_BASE}/lib/python/plone/openid/tests
33@dirrm ${ZOPE_BASE}/lib/python/plone/openid/plugins 34@dirrm ${ZOPE_BASE}/lib/python/plone/openid/plugins
34@dirrm ${ZOPE_BASE}/lib/python/plone/openid 35@dirrm ${ZOPE_BASE}/lib/python/plone/openid
35@dirrm ${ZOPE_BASE}/lib/python/plone/memoize 36@dirrm ${ZOPE_BASE}/lib/python/plone/memoize
36@dirrm ${ZOPE_BASE}/lib/python/plone/locking/browser 37@dirrm ${ZOPE_BASE}/lib/python/plone/locking/browser
37@dirrm ${ZOPE_BASE}/lib/python/plone/locking 38@dirrm ${ZOPE_BASE}/lib/python/plone/locking
38@dirrm ${ZOPE_BASE}/lib/python/plone/keyring/tests 39@dirrm ${ZOPE_BASE}/lib/python/plone/keyring/tests
 40@dirrm ${ZOPE_BASE}/lib/python/plone/keyring/profiles/default
 41@dirrm ${ZOPE_BASE}/lib/python/plone/keyring/profiles
39@dirrm ${ZOPE_BASE}/lib/python/plone/keyring 42@dirrm ${ZOPE_BASE}/lib/python/plone/keyring
40@dirrm ${ZOPE_BASE}/lib/python/plone/intelligenttext 43@dirrm ${ZOPE_BASE}/lib/python/plone/intelligenttext
41@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests 44@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/normalizer/tests
42@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/normalizer 45@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/normalizer
43@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/negotiator/tests 46@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/negotiator/tests
44@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/negotiator 47@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/negotiator
45@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/tests 48@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/tests
46@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/unknown-flags 49@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/unknown-flags
47@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/language-flags 50@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/language-flags
48@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/country-flags 51@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser/country-flags
49@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser 52@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales/browser
50@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales 53@dirrm ${ZOPE_BASE}/lib/python/plone/i18n/locales
51@dirrm ${ZOPE_BASE}/lib/python/plone/i18n 54@dirrm ${ZOPE_BASE}/lib/python/plone/i18n
@@ -651,26 +654,27 @@ @@ -651,26 +654,27 @@
651@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/simple_publication_workflow 654@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/simple_publication_workflow
652@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/plone_workflow 655@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/plone_workflow
653@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/one_state_workflow 656@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/one_state_workflow
654@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/intranet_workflow 657@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/intranet_workflow
655@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/intranet_folder_workflow 658@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/intranet_folder_workflow
656@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/folder_workflow 659@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows/folder_workflow
657@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows 660@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/workflows
658@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/types 661@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/types
659@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/structure/Members 662@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/structure/Members
660@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/structure 663@dirrm ${PLONE_BASE}/CMFPlone/profiles/default/structure
661@dirrm ${PLONE_BASE}/CMFPlone/profiles/default 664@dirrm ${PLONE_BASE}/CMFPlone/profiles/default
662@dirrm ${PLONE_BASE}/CMFPlone/profiles 665@dirrm ${PLONE_BASE}/CMFPlone/profiles
663@dirrm ${PLONE_BASE}/CMFPlone/patches 666@dirrm ${PLONE_BASE}/CMFPlone/patches
 667@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three11_three12
664@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1 668@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles/three0_beta1
665@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles 669@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1/profiles
666@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1 670@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_1
667@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/two5_alpha1 671@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/two5_alpha1
668@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three03_three04 672@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three03_three04
669@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02 673@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/three01_three02
670@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/rc2_final 674@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/rc2_final
671@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/final_three01 675@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/final_three01
672@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta3_beta4 676@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta3_beta4
673@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta2_beta3 677@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta2_beta3
674@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta1_beta2 678@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles/beta1_beta2
675@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles 679@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0/profiles
676@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0 680@dirrm ${PLONE_BASE}/CMFPlone/migrations/v3_0