pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/zope3 Remove zope3, Zope 3.3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/448c4102e144
branches: trunk
changeset: 601363:448c4102e144
user: taca <taca%pkgsrc.org@localhost>
date: Tue Mar 20 14:27:27 2012 +0000
description:
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.
diffstat:
www/zope3/DESCR | 2 -
www/zope3/MESSAGE | 27 -
www/zope3/Makefile | 71 -
www/zope3/Makefile.common | 15 -
www/zope3/PLIST | 11485 -------------------------------------------
www/zope3/distinfo | 9 -
www/zope3/files/zope3.sh | 59 -
www/zope3/files/zss3.sh | 60 -
www/zope3/package.mk | 13 -
www/zope3/patches/patch-aa | 19 -
www/zope3/patches/patch-ab | 19 -
www/zope3/patches/patch-ac | 10 -
www/zope3/patches/patch-ad | 13 -
13 files changed, 0 insertions(+), 11802 deletions(-)
diffs (truncated from 11854 to 300 lines):
diff -r 1f5aec03166b -r 448c4102e144 www/zope3/DESCR
--- a/www/zope3/DESCR Tue Mar 20 14:25:29 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Zope is an open source application server for building content
-management systems, intranets, portals, and custom applications.
diff -r 1f5aec03166b -r 448c4102e144 www/zope3/MESSAGE
--- a/www/zope3/MESSAGE Tue Mar 20 14:25:29 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2008/09/02 23:13:43 epg Exp $
-
-To run Zope, you need to make a new Zope instance home.
-
- 1) If you want to run standalone Zope or ZEO client,
- please run following commands:
-
- ${PREFIX}/bin/mkzopeinstance --dir=${VARBASE}/zope3
- chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zope3
-
- Additionally, you need to edit ${VARBASE}/zope3/etc/zope.conf
- if you want to run ZEO client.
-
- 2) If you want to run ZEO storage server,
- please run following commands:
-
- ${PREFIX}/bin/mkzeoinstance ${VARBASE}/zss3
- chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zss3
-
-If you want to run Zope with following protocols, you need to
-install corresponding packages.
-
- HTTPS: security/py-OpenSSL
- SFTP: security/py-amkCrypto
-
-===========================================================================
diff -r 1f5aec03166b -r 448c4102e144 www/zope3/Makefile
--- a/www/zope3/Makefile Tue Mar 20 14:25:29 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2010/06/27 20:28:24 joerg Exp $
-#
-
-DISTNAME= Zope-3.3.1
-PKGNAME= zope3-3.3.1
-PKGREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://www.zope.org/Products/Zope3/3.3.1/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.zope.org/DevHome/Zope3/
-COMMENT= Zope 3 Application Server
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.4:../../textproc/py-xml
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-python ${PYTHONBIN} \
- --prefix ${ZOPE3_DIR} \
- --force
-REPLACE_PYTHON= \
- Dependencies/twisted-Zope-3.3.1/twisted/mail/test/pop3testserver.py \
- Dependencies/twisted-Zope-3.3.1/twisted/trial/test/scripttest.py \
- Dependencies/twisted-Zope-3.3.1/twisted/web/test/test_cgi.py \
- Dependencies/twisted-Zope-3.3.1/twisted/web/test/test_distrib.py \
- Dependencies/twisted-Zope-3.3.1/twisted/web2/test/test_cgi.py \
- Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdctl.py \
- Dependencies/zdaemon-Zope-3.3.1/zdaemon/zdrun.py
-CHECK_INTERPRETER_SKIP= \
- share/zope3/lib/python/zope/app/server/zopeskel/bin/*.in \
- share/zope3/zopeskel/bin/*.in
-CHECK_PERMS_SKIP= share/zope3/zopeskel/bin/*.in
-
-BUILD_DEFS+= VARBASE
-BUILD_TARGET= build
-
-RCD_SCRIPTS= zope3 zss3
-PKG_GROUPS= ${ZOPE3_GROUP}
-PKG_USERS= ${ZOPE3_USER}:${ZOPE3_GROUP}
-
-FILES_SUBST+= ZOPE3_USER=${ZOPE3_USER:Q}
-MESSAGE_SUBST+= ZOPE3_USER=${ZOPE3_USER:Q} \
- ZOPE3_GROUP=${ZOPE3_GROUP:Q} \
- VARBASE=${VARBASE:Q}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(MACHINE_PLATFORM:MNetBSD-1.[0-6]*)
-EXTRACT_USING= bsdtar
-.endif
-
-USE_TOOLS+= pax
-
-INSTALLATION_DIRS+= bin ${ZOPE3_DOCDIR}
-
-pre-install:
- ${FIND} ${WRKSRC} -name "*.orig" -type f -print | ${XARGS} ${RM} -f
-
-post-install:
- ${LN} -s ${DESTDIR}${ZOPE3_DIR}/bin/mkzeoinstance ${DESTDIR}${PREFIX}/bin
- ${LN} -s ${DESTDIR}${ZOPE3_DIR}/bin/mkzopeinstance ${DESTDIR}${PREFIX}/bin
- ${LN} -s ${DESTDIR}${ZOPE3_DIR}/bin/zopetest ${DESTDIR}${PREFIX}/bin
- cd ${WRKSRC}/Zope && pax -r -w LICENSES.txt ZopePublicLicense.txt \
- ${DESTDIR}${ZOPE3_DOCDIR}
- cd ${WRKSRC}/Zope/doc && pax -r -w *.txt ${DESTDIR}${ZOPE3_DOCDIR}
-
-.include "Makefile.common"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1f5aec03166b -r 448c4102e144 www/zope3/Makefile.common
--- a/www/zope3/Makefile.common Tue Mar 20 14:25:29 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2007/07/04 20:55:07 jlam Exp $
-#
-
-PYTHON_VERSIONS_ACCEPTED= 24
-
-ZOPE3_DIR= ${PREFIX}/share/zope3
-ZOPE3_DOCDIR= ${PREFIX}/share/doc/zope3
-
-ZOPE3_GROUP?= zope3
-ZOPE3_USER?= zope3
-
-PKG_GROUPS_VARS+= ZOPE3_GROUP
-PKG_USERS_VARS+= ZOPE3_USER
-
-.include "../../lang/python/application.mk"
diff -r 1f5aec03166b -r 448c4102e144 www/zope3/PLIST
--- a/www/zope3/PLIST Tue Mar 20 14:25:29 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11485 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 22:00:42 joerg Exp $
-bin/mkzeoinstance
-bin/mkzopeinstance
-bin/zopetest
-share/doc/zope3/CHANGES.txt
-share/doc/zope3/CREDITS.txt
-share/doc/zope3/DEBUG.txt
-share/doc/zope3/ENVIRONMENT.txt
-share/doc/zope3/FAQ.txt
-share/doc/zope3/FTEST.txt
-share/doc/zope3/INSTALL.txt
-share/doc/zope3/LICENSES.txt
-share/doc/zope3/LOGGING.txt
-share/doc/zope3/ROADMAP.txt
-share/doc/zope3/TODO.txt
-share/doc/zope3/TODOLATER.txt
-share/doc/zope3/UNITTEST.txt
-share/doc/zope3/ZopePublicLicense.txt
-share/doc/zope3/index.txt
-share/examples/rc.d/zope3
-share/examples/rc.d/zss3
-share/zope3/bin/mkzeoinstance
-share/zope3/bin/mkzopeinstance
-share/zope3/bin/zdctl.py
-share/zope3/bin/zdrun.py
-share/zope3/bin/zopetest
-share/zope3/include/python/persistent/cPersistence.h
-share/zope3/include/python/persistent/ring.h
-share/zope3/include/python/zope.proxy/proxy.h
-share/zope3/lib/python/BTrees/DEPENDENCIES.cfg
-share/zope3/lib/python/BTrees/Development.txt
-share/zope3/lib/python/BTrees/IFBTree.py
-share/zope3/lib/python/BTrees/IFBTree.pyc
-share/zope3/lib/python/BTrees/IFBTree.pyo
-share/zope3/lib/python/BTrees/IIBTree.py
-share/zope3/lib/python/BTrees/IIBTree.pyc
-share/zope3/lib/python/BTrees/IIBTree.pyo
-share/zope3/lib/python/BTrees/IOBTree.py
-share/zope3/lib/python/BTrees/IOBTree.pyc
-share/zope3/lib/python/BTrees/IOBTree.pyo
-share/zope3/lib/python/BTrees/Interfaces.py
-share/zope3/lib/python/BTrees/Interfaces.pyc
-share/zope3/lib/python/BTrees/Interfaces.pyo
-share/zope3/lib/python/BTrees/Length.py
-share/zope3/lib/python/BTrees/Length.pyc
-share/zope3/lib/python/BTrees/Length.pyo
-share/zope3/lib/python/BTrees/OIBTree.py
-share/zope3/lib/python/BTrees/OIBTree.pyc
-share/zope3/lib/python/BTrees/OIBTree.pyo
-share/zope3/lib/python/BTrees/OOBTree.py
-share/zope3/lib/python/BTrees/OOBTree.pyc
-share/zope3/lib/python/BTrees/OOBTree.pyo
-share/zope3/lib/python/BTrees/SETUP.cfg
-share/zope3/lib/python/BTrees/_IFBTree.so
-share/zope3/lib/python/BTrees/_IIBTree.so
-share/zope3/lib/python/BTrees/_IOBTree.so
-share/zope3/lib/python/BTrees/_OIBTree.so
-share/zope3/lib/python/BTrees/_OOBTree.so
-share/zope3/lib/python/BTrees/__init__.py
-share/zope3/lib/python/BTrees/__init__.pyc
-share/zope3/lib/python/BTrees/__init__.pyo
-share/zope3/lib/python/BTrees/_fsBTree.so
-share/zope3/lib/python/BTrees/check.py
-share/zope3/lib/python/BTrees/check.pyc
-share/zope3/lib/python/BTrees/check.pyo
-share/zope3/lib/python/BTrees/tests/__init__.py
-share/zope3/lib/python/BTrees/tests/__init__.pyc
-share/zope3/lib/python/BTrees/tests/__init__.pyo
-share/zope3/lib/python/BTrees/tests/testBTrees.py
-share/zope3/lib/python/BTrees/tests/testBTrees.pyc
-share/zope3/lib/python/BTrees/tests/testBTrees.pyo
-share/zope3/lib/python/BTrees/tests/testBTreesUnicode.py
-share/zope3/lib/python/BTrees/tests/testBTreesUnicode.pyc
-share/zope3/lib/python/BTrees/tests/testBTreesUnicode.pyo
-share/zope3/lib/python/BTrees/tests/testConflict.py
-share/zope3/lib/python/BTrees/tests/testConflict.pyc
-share/zope3/lib/python/BTrees/tests/testConflict.pyo
-share/zope3/lib/python/BTrees/tests/testSetOps.py
-share/zope3/lib/python/BTrees/tests/testSetOps.pyc
-share/zope3/lib/python/BTrees/tests/testSetOps.pyo
-share/zope3/lib/python/BTrees/tests/test_btreesubclass.py
-share/zope3/lib/python/BTrees/tests/test_btreesubclass.pyc
-share/zope3/lib/python/BTrees/tests/test_btreesubclass.pyo
-share/zope3/lib/python/BTrees/tests/test_check.py
-share/zope3/lib/python/BTrees/tests/test_check.pyc
-share/zope3/lib/python/BTrees/tests/test_check.pyo
-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/ClientForm.py
-share/zope3/lib/python/ClientForm.pyc
-share/zope3/lib/python/ClientForm.pyo
-share/zope3/lib/python/RestrictedPython/Eval.py
-share/zope3/lib/python/RestrictedPython/Eval.pyc
-share/zope3/lib/python/RestrictedPython/Eval.pyo
-share/zope3/lib/python/RestrictedPython/Guards.py
-share/zope3/lib/python/RestrictedPython/Guards.pyc
-share/zope3/lib/python/RestrictedPython/Guards.pyo
-share/zope3/lib/python/RestrictedPython/Limits.py
-share/zope3/lib/python/RestrictedPython/Limits.pyc
-share/zope3/lib/python/RestrictedPython/Limits.pyo
-share/zope3/lib/python/RestrictedPython/MutatingWalker.py
-share/zope3/lib/python/RestrictedPython/MutatingWalker.pyc
-share/zope3/lib/python/RestrictedPython/MutatingWalker.pyo
-share/zope3/lib/python/RestrictedPython/PrintCollector.py
-share/zope3/lib/python/RestrictedPython/PrintCollector.pyc
-share/zope3/lib/python/RestrictedPython/PrintCollector.pyo
-share/zope3/lib/python/RestrictedPython/RCompile.py
-share/zope3/lib/python/RestrictedPython/RCompile.pyc
-share/zope3/lib/python/RestrictedPython/RCompile.pyo
-share/zope3/lib/python/RestrictedPython/RestrictionMutator.py
-share/zope3/lib/python/RestrictedPython/RestrictionMutator.pyc
-share/zope3/lib/python/RestrictedPython/RestrictionMutator.pyo
-share/zope3/lib/python/RestrictedPython/SelectCompiler.py
-share/zope3/lib/python/RestrictedPython/SelectCompiler.pyc
-share/zope3/lib/python/RestrictedPython/SelectCompiler.pyo
-share/zope3/lib/python/RestrictedPython/Utilities.py
-share/zope3/lib/python/RestrictedPython/Utilities.pyc
-share/zope3/lib/python/RestrictedPython/Utilities.pyo
-share/zope3/lib/python/RestrictedPython/__init__.py
-share/zope3/lib/python/RestrictedPython/__init__.pyc
-share/zope3/lib/python/RestrictedPython/__init__.pyo
-share/zope3/lib/python/RestrictedPython/tests/__init__.py
-share/zope3/lib/python/RestrictedPython/tests/__init__.pyc
-share/zope3/lib/python/RestrictedPython/tests/__init__.pyo
-share/zope3/lib/python/RestrictedPython/tests/before_and_after.py
-share/zope3/lib/python/RestrictedPython/tests/before_and_after.pyc
-share/zope3/lib/python/RestrictedPython/tests/before_and_after.pyo
-share/zope3/lib/python/RestrictedPython/tests/class.py
-share/zope3/lib/python/RestrictedPython/tests/class.pyc
-share/zope3/lib/python/RestrictedPython/tests/class.pyo
-share/zope3/lib/python/RestrictedPython/tests/lambda.py
-share/zope3/lib/python/RestrictedPython/tests/lambda.pyc
-share/zope3/lib/python/RestrictedPython/tests/lambda.pyo
-share/zope3/lib/python/RestrictedPython/tests/restricted_module.py
-share/zope3/lib/python/RestrictedPython/tests/restricted_module.pyc
-share/zope3/lib/python/RestrictedPython/tests/restricted_module.pyo
-share/zope3/lib/python/RestrictedPython/tests/security_in_syntax.py
-share/zope3/lib/python/RestrictedPython/tests/security_in_syntax.pyc
-share/zope3/lib/python/RestrictedPython/tests/security_in_syntax.pyo
-share/zope3/lib/python/RestrictedPython/tests/testCompile.py
-share/zope3/lib/python/RestrictedPython/tests/testCompile.pyc
-share/zope3/lib/python/RestrictedPython/tests/testCompile.pyo
-share/zope3/lib/python/RestrictedPython/tests/testRestrictions.py
-share/zope3/lib/python/RestrictedPython/tests/testRestrictions.pyc
-share/zope3/lib/python/RestrictedPython/tests/testRestrictions.pyo
-share/zope3/lib/python/RestrictedPython/tests/unpack.py
-share/zope3/lib/python/RestrictedPython/tests/unpack.pyc
-share/zope3/lib/python/RestrictedPython/tests/unpack.pyo
-share/zope3/lib/python/RestrictedPython/tests/verify.py
-share/zope3/lib/python/RestrictedPython/tests/verify.pyc
-share/zope3/lib/python/RestrictedPython/tests/verify.pyo
-share/zope3/lib/python/ThreadedAsync/LoopCallback.py
-share/zope3/lib/python/ThreadedAsync/LoopCallback.pyc
-share/zope3/lib/python/ThreadedAsync/LoopCallback.pyo
-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/__init__.py
-share/zope3/lib/python/ZConfig/__init__.pyc
-share/zope3/lib/python/ZConfig/__init__.pyo
-share/zope3/lib/python/ZConfig/cfgparser.py
-share/zope3/lib/python/ZConfig/cfgparser.pyc
-share/zope3/lib/python/ZConfig/cfgparser.pyo
-share/zope3/lib/python/ZConfig/cmdline.py
Home |
Main Index |
Thread Index |
Old Index