diff options
Diffstat (limited to 'www/zope211/files')
-rw-r--r-- | www/zope211/files/Products_00readme-freebsd.txt | 2 | ||||
-rw-r--r-- | www/zope211/files/instance_message | 15 | ||||
-rw-r--r-- | www/zope211/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py | 10 | ||||
-rw-r--r-- | www/zope211/files/patch-lib-python-restrictedpython-tests-verify.py | 10 | ||||
-rw-r--r-- | www/zope211/files/pkg-message.in | 37 | ||||
-rw-r--r-- | www/zope211/files/pkg-message.package.in | 50 | ||||
-rw-r--r-- | www/zope211/files/zeo.sh | 53 | ||||
-rw-r--r-- | www/zope211/files/zeo_message | 15 | ||||
-rw-r--r-- | www/zope211/files/zope.conf_changes | 20 | ||||
-rw-r--r-- | www/zope211/files/zope.sh | 53 |
10 files changed, 0 insertions, 265 deletions
diff --git a/www/zope211/files/Products_00readme-freebsd.txt b/www/zope211/files/Products_00readme-freebsd.txt deleted file mode 100644 index 2eaab03ee0fb..000000000000 --- a/www/zope211/files/Products_00readme-freebsd.txt +++ /dev/null @@ -1,2 +0,0 @@ -This directory is used for install Zope products via ports/package. -All products in here are enabled on all Zope instances. diff --git a/www/zope211/files/instance_message b/www/zope211/files/instance_message deleted file mode 100644 index a6e9d214a56f..000000000000 --- a/www/zope211/files/instance_message +++ /dev/null @@ -1,15 +0,0 @@ -********************************************************************** - -Zope instance successfully installed - -If Zope should get started automatically when the system starts, -please add the following lines to /etc/rc.conf - -zope_enable="YES" -zope_instances="%%ZOPEINSTANCEDIR%%" - -If there is already a zope_instances entry please add -%%ZOPEINSTANCEDIR%% separated by a space. - -Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before -starting the zope server diff --git a/www/zope211/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py b/www/zope211/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py deleted file mode 100644 index d59014d921e2..000000000000 --- a/www/zope211/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Thu Jun 17 13:38:08 2004 -+++ lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py Thu Jun 17 13:38:24 2004 -@@ -12,6 +12,7 @@ - - from Testing.makerequest import makerequest - -+from __future__ import generators - import Zope - Zope.startup() - diff --git a/www/zope211/files/patch-lib-python-restrictedpython-tests-verify.py b/www/zope211/files/patch-lib-python-restrictedpython-tests-verify.py deleted file mode 100644 index 125b4307cd91..000000000000 --- a/www/zope211/files/patch-lib-python-restrictedpython-tests-verify.py +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/python/RestrictedPython/tests/verify.py.orig Thu Jun 17 13:39:24 2004 -+++ lib/python/RestrictedPython/tests/verify.py Thu Jun 17 13:39:41 2004 -@@ -21,6 +21,7 @@ - function. - """ - -+from __future__ import generators - import dis - import types - diff --git a/www/zope211/files/pkg-message.in b/www/zope211/files/pkg-message.in deleted file mode 100644 index 15a2c892b6b9..000000000000 --- a/www/zope211/files/pkg-message.in +++ /dev/null @@ -1,37 +0,0 @@ -********************************************************************** - -Zope 2.7 Successfull installed. - -To create an instance of Zope please run -make instance - -You can set the following Variables in /etc/make.conf - -ZOPEINSTANCEBASE Directory where Zope instance should go - (default: %%ZOPEBASEDIR%%) -ZOPEINSTANCENAME Default name for a new Zope instance - (default: none) - -If you want have multiple Zope you should run -make instance INSTANCENAME=<somename> - -The Instancefiles created by make instance will not be remove when the -port is deinstalled. You'll have to delete them yourself. - -** ZEO Instances ** (Optional) -** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet - -To create a ZEO instance please run -make zeo [INSTANCENAME=<somename>] - - -********************************************************************** -****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION ***** - -The default installation directory for Zope Products has changed from -%%ZOPEBASEDIR%%/lib/python/Products -to %%ZOPEBASEDIR%%/Products. - -You might have to add the following lines to your zope.conf -products %%ZOPEBASEDIR%%/Products -products $INSTANCE/Products diff --git a/www/zope211/files/pkg-message.package.in b/www/zope211/files/pkg-message.package.in deleted file mode 100644 index c12fa22a3981..000000000000 --- a/www/zope211/files/pkg-message.package.in +++ /dev/null @@ -1,50 +0,0 @@ -********************************************************************** - -Zope 2.7 Successfull installed. - -To create an instance of Zope please run -%%ZOPEBASEDIR%%/bin/mkzopeinstance.py -d <INSTANCEDIR> - -<INSTANCEDIR> is the directory where the instance files should - be installed. This can be %%ZOPEBASEDIR%% - -Command-line options to 'mkzopeinstance' are available, and can be -investigated by running 'mkzopeinstance.py --help'. - -The Instancefiles created by mkzopeinstance.py will not be remove -when the package is deinstalled. You`ll have to delete them yourself. - -If Zope should get started automatically when the system starts, -please add the following lines to /etc/rc.conf - -zope_enable="YES" -zope_instances="<INSTANCEDIR>" - -Additional zope Instances have to be added to zope_instances -seperated by a space. - -** ZEO Instances ** (Optional) -** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet - -If you want to run a ZEO server please create a ZEO instancen by -calling %%ZOPEBASEDIR%%/bin/mkzopeinstance.py <ZEODIR> - -To start the ZEO Server at System startup add the following lines to -/etc/rc.conf - -zeo_enable="YES" -zeo_instances="<ZEODIR>" - -Additional zeo Instances have to be added to zeo_instances seperated -by a space. - -********************************************************************** -****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION ***** - -The default installation directory for Zope Products has changed from -%%ZOPEBASEDIR%%/lib/python/Products -to %%ZOPEBASEDIR%%/Products. - -You might have to add the following lines to your zope.conf -products %%ZOPEBASEDIR%%/Products -products $INSTANCE/Products diff --git a/www/zope211/files/zeo.sh b/www/zope211/files/zeo.sh deleted file mode 100644 index f067c06de8db..000000000000 --- a/www/zope211/files/zeo.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Start or stop zope -# $FreeBSD$ - -# PROVIDE: zeo -# REQUIRE: DAEMON -# BEFORE: zope -# KEYWORD: FreeBSD shutdown -# -prefix=%%PREFIX%% - -# Define these zope_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/zeo -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -zeo_enable=${zeo_enable:-"NO"} # Enable zeo server -zeo_instances=${zeo_instances:-""} # List of instancehome dirs - -. %%RC_SUBR%% - -name="zeo" -rcvar=`set_rcvar` -load_rc_config $name - -if checkyesno zeo_enable; then - - case "$1" in - start) - echo "Starting Zeo" - ;; - stop) - echo "Stopping Zeo" - ;; - restart) - echo "Restarting Zeo" - ;; - *) - echo "Unknown action \"$1\"" - ;; - esac - - for instance in $zeo_instances - do - if [ -r ${instance}/etc/${name}.conf -a -x ${instance}/bin/zeoctl ]; then - echo -n " Instance ${instance} -> " - ${instance}/bin/zeoctl $1 - fi - done -fi diff --git a/www/zope211/files/zeo_message b/www/zope211/files/zeo_message deleted file mode 100644 index 3d3fd82a201b..000000000000 --- a/www/zope211/files/zeo_message +++ /dev/null @@ -1,15 +0,0 @@ -********************************************************************** - -ZEO instance successfully installed - -If Zope should get started automatically when the system starts, -please add the following lines to /etc/rc.conf - -zeo_enable="YES" -zeo_instances="%%ZOPEINSTANCEDIR%%" - -If there is already a zeo_instances entry please add -%%ZOPEINSTANCEDIR%% separated by a space. - -Don`t forget to edit %%ZOPEINSTANCEDIR%%/etc/zeo.conf before starting -the zeo server diff --git a/www/zope211/files/zope.conf_changes b/www/zope211/files/zope.conf_changes deleted file mode 100644 index ba227775266c..000000000000 --- a/www/zope211/files/zope.conf_changes +++ /dev/null @@ -1,20 +0,0 @@ ---- work/Zope-2.7.0/skel/etc/zope.conf.in Fri Jan 9 00:34:08 2004 -+++ /data/infosys/zope/etc/zope.conf Wed Apr 14 09:36:46 2004 -@@ -78,7 +78,8 @@ - # - # Example: - # --# products /home/chrism/projects/myproducts -+products %%ZOPEBASEDIR%%/Products -+products $INSTANCE/Products - - - # Directive: environment -@@ -137,6 +138,7 @@ - # Example: - # - # effective-user chrism -+effective-user %%ZOPE_USER%% - - - # Directive: enable-product-installation diff --git a/www/zope211/files/zope.sh b/www/zope211/files/zope.sh deleted file mode 100644 index c430b0836308..000000000000 --- a/www/zope211/files/zope.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope211/files/Attic/zope.sh,v 1.5 2005-02-18 16:52:17 pav Exp $ - -# PROVIDE: zope -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown -# -prefix=%%PREFIX%% - -# Define these zope_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/zope -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -zope_enable=${zope_enable:-"NO"} # Enable zope -zope_instances=${zope_instances:-""} # List of instancehome dirs - -. %%RC_SUBR%% - -name="zope" -rcvar=`set_rcvar` -load_rc_config $name - -if checkyesno zope_enable; then - - case "$1" in - start) - echo "Starting Zope" - ;; - stop) - echo "Stopping Zope" - ;; - restart) - echo "Restarting Zope" - ;; - *) - echo "Unknown action \"$1\"" - ;; - esac - - for instance in $zope_instances - do - if [ -r ${instance}/etc/${name}.conf -a -x ${instance}/bin/zopectl ]; then - echo -n " Instance ${instance} -> " - ${instance}/bin/zopectl $1 - fi - done -fi |