diff options
Diffstat (limited to 'www/zope/files')
-rw-r--r-- | www/zope/files/Products_00readme-freebsd.txt | 2 | ||||
-rw-r--r-- | www/zope/files/instance_message | 15 | ||||
-rw-r--r-- | www/zope/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py | 10 | ||||
-rw-r--r-- | www/zope/files/patch-lib-python-restrictedpython-tests-verify.py | 10 | ||||
-rw-r--r-- | www/zope/files/pkg-message.in | 37 | ||||
-rw-r--r-- | www/zope/files/pkg-message.package.in | 50 | ||||
-rw-r--r-- | www/zope/files/zeo.in | 39 | ||||
-rw-r--r-- | www/zope/files/zeo_message | 15 | ||||
-rw-r--r-- | www/zope/files/zope.conf_changes | 20 | ||||
-rw-r--r-- | www/zope/files/zope.in | 39 |
10 files changed, 0 insertions, 237 deletions
diff --git a/www/zope/files/Products_00readme-freebsd.txt b/www/zope/files/Products_00readme-freebsd.txt deleted file mode 100644 index 2eaab03ee0fb..000000000000 --- a/www/zope/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/zope/files/instance_message b/www/zope/files/instance_message deleted file mode 100644 index a6e9d214a56f..000000000000 --- a/www/zope/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/zope/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py b/www/zope/files/patch-lib-python-products-siteaccess-tests-testvirtualhostmonster.py deleted file mode 100644 index d59014d921e2..000000000000 --- a/www/zope/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/zope/files/patch-lib-python-restrictedpython-tests-verify.py b/www/zope/files/patch-lib-python-restrictedpython-tests-verify.py deleted file mode 100644 index 125b4307cd91..000000000000 --- a/www/zope/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/zope/files/pkg-message.in b/www/zope/files/pkg-message.in deleted file mode 100644 index 15a2c892b6b9..000000000000 --- a/www/zope/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/zope/files/pkg-message.package.in b/www/zope/files/pkg-message.package.in deleted file mode 100644 index c12fa22a3981..000000000000 --- a/www/zope/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/zope/files/zeo.in b/www/zope/files/zeo.in deleted file mode 100644 index 6ed954fd6032..000000000000 --- a/www/zope/files/zeo.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# Start or stop zope -# $FreeBSD$ - -# PROVIDE: zeo -# REQUIRE: DAEMON -# BEFORE: zope -# KEYWORD: shutdown - -# 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 - -. /etc/rc.subr - -name="zeo" -rcvar=zeo_enable -load_rc_config $name -extra_commands="status" - -if checkyesno zeo_enable; then - for instance in $zeo_instances; do - required_files="${instance}/etc/${name}.conf ${instance}/bin/zeoctl" - zeo_command="${instance}/bin/zeoctl" - start_cmd="${zeo_command} start" - stop_cmd="${zeo_command} stop" - restart_cmd="${zeo_command} restart" - status_cmd="${zeo_command} status" - echo -n "Zeo instance ${instance} -> " - run_rc_command "$1" - done -fi diff --git a/www/zope/files/zeo_message b/www/zope/files/zeo_message deleted file mode 100644 index 3d3fd82a201b..000000000000 --- a/www/zope/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/zope/files/zope.conf_changes b/www/zope/files/zope.conf_changes deleted file mode 100644 index ba227775266c..000000000000 --- a/www/zope/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/zope/files/zope.in b/www/zope/files/zope.in deleted file mode 100644 index 99414f2d0b3d..000000000000 --- a/www/zope/files/zope.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# Start or stop zope -# $FreeBSD$ - -# PROVIDE: zope -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - -# 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 - -. /etc/rc.subr - -name="zope" -rcvar=zope_enable -load_rc_config $name -extra_commands="status" - -if checkyesno zope_enable; then - for instance in $zope_instances; do - required_files="${instance}/etc/${name}.conf ${instance}/bin/zopectl" - zope_command="${instance}/bin/zopectl" - start_cmd="${zope_command} start" - stop_cmd="${zope_command} stop" - restart_cmd="${zope_command} restart" - status_cmd="${zope_command} status" - echo -n "Zope instance ${instance} -> " - run_rc_command "$1" - done -fi |