Remove old and not longer supported Zope 2.9.
This commit is contained in:
parent
c60c44d69d
commit
a32258c80b
@ -1,8 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/09/15 17:37:22 jasper Exp $
|
||||
|
||||
VERSION= 2.9
|
||||
PATCHLEVEL= .8
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-final//:L}p3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (Zope-2.9.8-final.tgz) = rXrNI3hWgmTMMBZX7nnTYQ==
|
||||
RMD160 (Zope-2.9.8-final.tgz) = kMK9BiFEXWvL8CM1M4tA5C6mWEE=
|
||||
SHA1 (Zope-2.9.8-final.tgz) = mKp0N1H7fEEcP1FXoMMSQqycs7s=
|
||||
SHA256 (Zope-2.9.8-final.tgz) = deqI4wIzNj/M1fjsvOfYidrwF9bnMfIJgnuaRT4lSLw=
|
||||
SIZE (Zope-2.9.8-final.tgz) = 7006672
|
@ -1,39 +0,0 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2008/03/20 11:37:47 winiger Exp $
|
||||
|
||||
In this document we'll see how to create a zope instance and have it
|
||||
start at boot time. Throughout this document, we will assume that the
|
||||
instance you want will be located in /var/www under the name of 'zope'.
|
||||
Our instance will thus be /var/www/zope.
|
||||
|
||||
1) Creating your instance
|
||||
|
||||
- run %%ZOPEHOME%%/bin/mkzopeinstance.py to create your instance:
|
||||
|
||||
# %%ZOPEHOME%%/bin/mkzopeinstance.py
|
||||
Please choose a directory in which you'd like to install
|
||||
Zope "instance home" files such as database files, configuration
|
||||
files, etc.
|
||||
|
||||
Directory: /var/www/zope
|
||||
Please choose a username and password for the initial user.
|
||||
These will be the credentials you use to initially manage
|
||||
your new Zope instance.
|
||||
|
||||
Username: zopeadmin
|
||||
Password:
|
||||
Verify password:
|
||||
|
||||
- as we want to run our instance(s) with the _zope user, we should
|
||||
grant him the rights on the log/, var/, and etc/ directories.
|
||||
|
||||
# chown _zope /var/www/zope/{log,var,etc}
|
||||
|
||||
2) Have your instance start at boot time:
|
||||
|
||||
- to have your instance start at boot time, add the following to your
|
||||
/etc/rc.local.
|
||||
|
||||
if [ -r /var/www/zope/etc/zope.conf -a -x /var/www/zope/bin/zopectl ]; then
|
||||
echo -n ' zope'
|
||||
/var/www/zope/bin/zopectl start
|
||||
fi
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-skel_etc_zope_conf_in,v 1.1 2008/03/20 11:37:47 winiger Exp $
|
||||
--- skel/etc/zope.conf.in.orig Sun Mar 25 11:46:27 2007
|
||||
+++ skel/etc/zope.conf.in Mon Apr 30 20:26:42 2007
|
||||
@@ -91,6 +91,8 @@ instancehome $INSTANCE
|
||||
#
|
||||
# products /home/chrism/projects/myproducts
|
||||
|
||||
+products %%ZOPEPRODUCTSDIR%%
|
||||
+products $INSTANCE/Products
|
||||
|
||||
# Directive: environment
|
||||
#
|
||||
@@ -148,6 +150,7 @@ instancehome $INSTANCE
|
||||
#
|
||||
# effective-user chrism
|
||||
|
||||
+effective-user %%ZOPEUSER%%
|
||||
|
||||
# Directive: enable-product-installation
|
||||
#
|
@ -1,11 +0,0 @@
|
||||
Zope is the leading Open Source web application server. Zope enables
|
||||
teams to collaborate in the creation and management of dynamic
|
||||
web-based business applications such as intranets and portals. Zope
|
||||
makes it easy to build features such as site search, news,
|
||||
personalization, and e-commerce into your web applications.
|
||||
|
||||
Zope consists of a number of components which work together to
|
||||
provide a complete yet flexible application server package. Zope
|
||||
includes an Internet server, a transactional object database, a
|
||||
search engine, a web page templating system, a through the web
|
||||
development and management tool, and comprehensive extension support.
|
@ -1,7 +0,0 @@
|
||||
This package uses the INSTANCE_HOME installation method, as described at
|
||||
http://www.zope.org/Members/4am/instancehome. This allows you to install the
|
||||
Zope package once and create as many sites as you want without changing your
|
||||
core Zope installation.
|
||||
|
||||
Have a look at ${ZOPEHOME}/doc/README.OpenBSD
|
||||
to see how to create your instance and have it start at boot time.
|
@ -1,14 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2008/03/20 11:37:47 winiger Exp $
|
||||
lib/zope/lib/python/AccessControl/cAccessControl.so
|
||||
lib/zope/lib/python/BTrees/_IIBTree.so
|
||||
lib/zope/lib/python/BTrees/_IOBTree.so
|
||||
lib/zope/lib/python/BTrees/_OIBTree.so
|
||||
lib/zope/lib/python/BTrees/_OOBTree.so
|
||||
lib/zope/lib/python/BTrees/_fsBTree.so
|
||||
lib/zope/lib/python/DocumentTemplate/cDocumentTemplate.so
|
||||
lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
|
||||
lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
|
||||
lib/zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
|
||||
lib/zope/lib/python/Products/ZCTextIndex/okascore.so
|
||||
lib/zope/lib/python/Products/ZCTextIndex/stopper.so
|
||||
lib/zope/lib/python/ZODB/winlock.so
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2010/02/01 17:00:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/04/14 00:08:16 fgsch Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 2.9
|
||||
SUBDIR += 2.10
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user