summaryrefslogtreecommitdiff
path: root/www/zope213/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope213/files')
-rw-r--r--www/zope213/files/Products_00readme-freebsd.txt2
-rw-r--r--www/zope213/files/instance_message.in15
-rw-r--r--www/zope213/files/package-pkg-message.in50
-rw-r--r--www/zope213/files/patch-Dependencies-RestrictedPython10
-rw-r--r--www/zope213/files/patch-Dependencies-SiteAccess10
-rw-r--r--www/zope213/files/patch-Dependencies-StructuredText87
-rw-r--r--www/zope213/files/patch-zope.conf.in20
-rw-r--r--www/zope213/files/pkg-message.in37
-rw-r--r--www/zope213/files/zeo29.sh.in66
-rw-r--r--www/zope213/files/zeo_message.in15
-rw-r--r--www/zope213/files/zope.conf_changes20
-rw-r--r--www/zope213/files/zope29.sh.in65
12 files changed, 0 insertions, 397 deletions
diff --git a/www/zope213/files/Products_00readme-freebsd.txt b/www/zope213/files/Products_00readme-freebsd.txt
deleted file mode 100644
index 2eaab03ee0fb..000000000000
--- a/www/zope213/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/zope213/files/instance_message.in b/www/zope213/files/instance_message.in
deleted file mode 100644
index a6e9d214a56f..000000000000
--- a/www/zope213/files/instance_message.in
+++ /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/zope213/files/package-pkg-message.in b/www/zope213/files/package-pkg-message.in
deleted file mode 100644
index 83e710fc3205..000000000000
--- a/www/zope213/files/package-pkg-message.in
+++ /dev/null
@@ -1,50 +0,0 @@
-**********************************************************************
-
-Zope 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/zope213/files/patch-Dependencies-RestrictedPython b/www/zope213/files/patch-Dependencies-RestrictedPython
deleted file mode 100644
index c5d650024dd0..000000000000
--- a/www/zope213/files/patch-Dependencies-RestrictedPython
+++ /dev/null
@@ -1,10 +0,0 @@
---- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
-@@ -21,6 +21,7 @@
- function.
- """
-
-+from __future__ import generators
- import dis
- import types
-
diff --git a/www/zope213/files/patch-Dependencies-SiteAccess b/www/zope213/files/patch-Dependencies-SiteAccess
deleted file mode 100644
index 2020148cc1aa..000000000000
--- a/www/zope213/files/patch-Dependencies-SiteAccess
+++ /dev/null
@@ -1,10 +0,0 @@
---- Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py.orig Sat Jan 7 21:07:42 2006
-+++ Dependencies/Products-Zope-2.9.0/Products/SiteAccess/tests/testVirtualHostMonster.py Sun Jan 15 13:39:37 2006
-@@ -12,6 +12,7 @@
-
- from Testing.makerequest import makerequest
-
-+from __future__ import generators
- import Zope2
- Zope2.startup()
-
diff --git a/www/zope213/files/patch-Dependencies-StructuredText b/www/zope213/files/patch-Dependencies-StructuredText
deleted file mode 100644
index bb0d36dbada8..000000000000
--- a/www/zope213/files/patch-Dependencies-StructuredText
+++ /dev/null
@@ -1,87 +0,0 @@
---- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentWithImages.py Sun Jan 15 10:23:46 2006
-@@ -27,7 +27,7 @@
-
- def doc_img(
- self, s,
-- expr1=re.compile('\"([ _a-zA-Z0-9*.:/;,\[\]\'\-\n\~]+)\":img:([a-zA-Z0-9%\_\-.:/\?=;,\n\~]+)').search,
-+ expr1=re.compile('\"((?:\w|[ *.:/;,\-\n\~])+)\":img:([a-zA-Z0-9\_\-.:/;,\n\~]+)', re.U).search,
- ):
-
-
---- Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/ST.py Sun Jan 15 10:23:46 2006
-@@ -116,6 +116,9 @@
- Structure => [paragraph,[sub-paragraphs]]
- """
-
-+ if type(paragraphs) == type(''):
-+ paragraphs = unicode(paragraphs, 'utf-8')
-+
- currentlevel = 0
- currentindent = 0
- levels = {0:0}
---- Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py.orig Sat Jan 7 21:07:51 2006
-+++ Dependencies/StructuredText-Zope-2.9.0/StructuredText/DocumentClass.py Sun Jan 15 10:23:46 2006
-@@ -786,7 +786,7 @@
-
- def doc_literal(
- self, s,
-- expr = re.compile(r"(\W+|^)'([%s%s%s\s]+)'([%s]+|$)" % (letters, digits, literal_punc, phrase_delimiters)).search,):
-+ expr = re.compile(r"(\W+|^)'((?:\w|[%s%s\s])+)'([%s]+|$)" % (digits, literal_punc, phrase_delimiters), re.U).search,):
-
- # old expr... failed to cross newlines.
- # expr=re.compile(
-@@ -804,7 +804,9 @@
-
- def doc_emphasize(
- self, s,
-- expr = re.compile(r'\*([%s%s%s\s]+?)\*' % (letters, digits, strongem_punc)).search
-+ # i18nal variant
-+ expr = re.compile(r'\*((?:\w|[%s\s])+?)\*' % (strongem_punc), re.U).search
-+ #expr = re.compile(r'\*([%s%s%s\s]+?)\*' % (letters, digits, strongem_punc)).search
- #expr = re.compile(r'\s*\*([ \n\r%s0-9.:/;,\'\"\?\-\_\/\=\-\>\<\(\)]+)\*(?!\*|-)' % letters).search # old expr, inconsistent punctuation
- ):
-
-@@ -850,7 +852,7 @@
-
- def doc_underline(self,
- s,
-- expr=re.compile(r'_([%s%s%s\s]+)_([\s%s]|$)' % (letters, digits, under_punc,phrase_delimiters)).search):
-+ expr=re.compile(r'_((?:\w|[%s\s])+)_([\s%s]|$)' % (under_punc,phrase_delimiters), re.U).search):
-
- result = expr(s)
- if result:
-@@ -864,7 +866,7 @@
-
- def doc_strong(self,
- s,
-- expr = re.compile(r'\*\*([%s%s%s\s]+?)\*\*' % (letters, digits, strongem_punc)).search
-+ expr = re.compile(r'\*\*((?:\w|[%s%s\s])+?)\*\*' % (digits, strongem_punc), re.U).search
- #expr = re.compile(r'\s*\*\*([ \n\r%s0-9.:/;,\'\"\?\-\_\/\=\-\>\<\(\)]+)\*\*(?!\*|-)' % letters).search, # old expr, inconsistent punc, failed to cross newlines.
- ):
-
-@@ -876,7 +878,7 @@
- return None
-
- ## Some constants to make the doc_href() regex easier to read.
-- _DQUOTEDTEXT = r'("[ %s0-9\n\r%s]+")' % (letters,dbl_quoted_punc) ## double quoted text
-+ _DQUOTEDTEXT = r'("[^"]+")'
- _ABSOLUTE_URL=r'((http|https|ftp|mailto|file|about)[:/]+?[%s0-9_\@\.\,\?\!\/\:\;\-\#\~\=\&\%%\+]+)' % letters
- _ABS_AND_RELATIVE_URL=r'([%s0-9_\@\.\,\?\!\/\:\;\-\#\~\=\&\%%\+]+)' % letters
-
-@@ -884,12 +886,12 @@
-
-
- def doc_href1(self, s,
-- expr=re.compile(_DQUOTEDTEXT + "(:)" + _ABS_AND_RELATIVE_URL + _SPACES).search
-+ expr=re.compile(_DQUOTEDTEXT + "(:)" + _ABS_AND_RELATIVE_URL + _SPACES, re.U).search
- ):
- return self.doc_href(s, expr)
-
- def doc_href2(self, s,
-- expr=re.compile(_DQUOTEDTEXT + r'(\,\s+)' + _ABSOLUTE_URL + _SPACES).search
-+ expr=re.compile(_DQUOTEDTEXT + r'(\,\s+)' + _ABSOLUTE_URL + _SPACES, re.U).search
- ):
- return self.doc_href(s, expr)
-
diff --git a/www/zope213/files/patch-zope.conf.in b/www/zope213/files/patch-zope.conf.in
deleted file mode 100644
index fd7e9b19ec32..000000000000
--- a/www/zope213/files/patch-zope.conf.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Zope/skel/etc/zope.conf.in.orig Sun Jan 15 11:56:31 2006
-+++ Zope/skel/etc/zope.conf.in Sun Jan 15 11:57:01 2006
-@@ -866,7 +866,7 @@
- #
- # large-file-threshold 1Mb
-
--# Directive: default_zpublisher_encoding
-+# Directive: default-zpublisher-encoding
- #
- # Description:
- # This controls what character set is used to encode unicode
-@@ -876,7 +876,7 @@
- #
- # Example:
- #
--# default_zpublisher_encoding utf-8
-+# default-zpublisher-encoding utf-8
-
- # Directives: servers
- #
diff --git a/www/zope213/files/pkg-message.in b/www/zope213/files/pkg-message.in
deleted file mode 100644
index 656c606114b6..000000000000
--- a/www/zope213/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-**********************************************************************
-
-Zope 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/zope213/files/zeo29.sh.in b/www/zope213/files/zeo29.sh.in
deleted file mode 100644
index 50943aaefa8a..000000000000
--- a/www/zope213/files/zeo29.sh.in
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/sh
-#
-# Startup script for Zeo server.
-#
-# $FreeBSD$
-#
-
-# PROVIDE: zeo29
-# REQUIRE: DAEMON
-# BEFORE: zope29
-
-# Define these zeo29_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/zeo29
-#
-# zeo29_enable : bool
-# Enable Zeo ("YES") or not ("NO", the default).
-#
-# zeo29_instances : list
-# List of dirs with Zeo's instances ("" by default).
-#
-
-. %%RC_SUBR%%
-
-name="zeo29"
-rcvar=`set_rcvar`
-
-zeo29ctl () {
- for instance in $zeo29_instances; do
- if [ -d ${instance} ]; then
- echo -n " Zeo instance ${instance} -> "
- ${instance}/bin/zeoctl "$1"
- fi
- done
-}
-
-zeo29_start () {
- echo "Starting Zeo 2.9:"
- zeo29ctl "start"
-}
-
-zeo29_stop () {
- echo "Stopping Zeo 2.9:"
- zeo29ctl "stop"
-}
-
-zeo29_restart () {
- echo "Restarting Zeo 2.9:"
- zeo29ctl "restart"
-}
-
- start_cmd="zeo29_start"
- stop_cmd="zeo29_stop"
-restart_cmd="zeo29_restart"
-
-load_rc_config $name
-
-: ${zeo29_enable="NO"}
-: ${zeo29_instances=""}
-
-cmd="$1"
-[ $# -gt 0 ] && shift
-[ -n "$*" ] && zeo29_instances="$*"
-
-run_rc_command "${cmd}"
diff --git a/www/zope213/files/zeo_message.in b/www/zope213/files/zeo_message.in
deleted file mode 100644
index 3d3fd82a201b..000000000000
--- a/www/zope213/files/zeo_message.in
+++ /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/zope213/files/zope.conf_changes b/www/zope213/files/zope.conf_changes
deleted file mode 100644
index ba227775266c..000000000000
--- a/www/zope213/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/zope213/files/zope29.sh.in b/www/zope213/files/zope29.sh.in
deleted file mode 100644
index 601a08ccc2a7..000000000000
--- a/www/zope213/files/zope29.sh.in
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/bin/sh
-#
-# Startup script for Zope server.
-#
-# $FreeBSD$
-#
-
-# PROVIDE: zope29
-# REQUIRE: DAEMON
-
-# Define these zope29_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/zope29
-#
-# zope29_enable : bool
-# Enable Zope ("YES") or not ("NO", the default).
-#
-# zope29_instances : list
-# List of dirs with Zope's instances ("" by default).
-#
-
-. %%RC_SUBR%%
-
-name="zope29"
-rcvar=`set_rcvar`
-
-zope29ctl () {
- for instance in $zope29_instances; do
- if [ -d ${instance} ]; then
- echo -n " Zope instance ${instance} -> "
- ${instance}/bin/zopectl "$1"
- fi
- done
-}
-
-zope29_start () {
- echo "Starting Zope 2.9:"
- zope29ctl "start"
-}
-
-zope29_stop () {
- echo "Stopping Zope 2.9:"
- zope29ctl "stop"
-}
-
-zope29_restart () {
- echo "Restarting Zope 2.9:"
- zope29ctl "restart"
-}
-
- start_cmd="zope29_start"
- stop_cmd="zope29_stop"
-restart_cmd="zope29_restart"
-
-load_rc_config $name
-
-: ${zope29_enable="NO"}
-: ${zope29_instances=""}
-
-cmd="$1"
-[ $# -gt 0 ] && shift
-[ -n "$*" ] && zope29_instances="$*"
-
-run_rc_command "${cmd}"