summaryrefslogtreecommitdiff
path: root/www/zope/files
diff options
context:
space:
mode:
authortsarna <tsarna>2000-02-15 02:48:39 +0000
committertsarna <tsarna>2000-02-15 02:48:39 +0000
commit3f22627f4454ae8e01eb1731b24b0b4fe6e82dd3 (patch)
tree62354d7a7bc492939c403609039b334debb21323 /www/zope/files
parent3989bab53ec2d888a50ebb699e8fe963e4a29c39 (diff)
downloadpkgsrc-3f22627f4454ae8e01eb1731b24b0b4fe6e82dd3.tar.gz
Update to 2.1.4. Besides the changes listed below, the pkg was also
fractured into two more pieces: py-extclass and py-dtml, which are independantly useful. Highlights of changes from 2.0.1 to 2.1.4: - Performance improvements - Switch to new dtml <dtml-xxx> syntax by default. - Many ZCatalog improvements - try/except, try/except/else in DTML (py-dtml package) - FastCGI support (not on NetBSD yet -- no threads) - Two security fixes (mostly for sites that allow untrusted people to write DTML) - Two object database fixes when working with versions and doing a pack - Other minor bugs See full changes at http://www.zope.org/Products/Zope/2.1.4/CHANGES.txt
Diffstat (limited to 'www/zope/files')
-rw-r--r--www/zope/files/Makefile.in14
-rw-r--r--www/zope/files/md54
-rwxr-xr-xwww/zope/files/zope-install.py5
3 files changed, 8 insertions, 15 deletions
diff --git a/www/zope/files/Makefile.in b/www/zope/files/Makefile.in
index 2bca3765660..fbb6506dbdd 100644
--- a/www/zope/files/Makefile.in
+++ b/www/zope/files/Makefile.in
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.in,v 1.4 1999/09/23 17:42:59 tsarna Exp $
+# $NetBSD: Makefile.in,v 1.5 2000/02/15 02:48:40 tsarna Exp $
-all: all-pcgi all-lib all-dt all-zodb all-search all-expat link-cpickle
-configure: config-pcgi config-lib config-dt config-zodb config-search \
+all: all-pcgi all-lib all-zodb all-search all-expat link-cpickle
+configure: config-pcgi config-lib config-zodb config-search \
config-expat
config-pcgi:
@@ -18,14 +18,6 @@ config-lib:
all-lib:
(cd lib/python; make)
-config-dt:
- (cd lib/python/DocumentTemplate; \
- cp @PREFIX@/lib/python1.5/config/Makefile.pre.in . ; \
- make -f Makefile.pre.in boot PYTHON=python)
-
-all-dt:
- (cd lib/python/DocumentTemplate; make)
-
config-zodb:
(cd lib/python/ZODB; \
cp @PREFIX@/lib/python1.5/config/Makefile.pre.in . ; \
diff --git a/www/zope/files/md5 b/www/zope/files/md5
index acaf09dfe33..c328238dd51 100644
--- a/www/zope/files/md5
+++ b/www/zope/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 1999/09/23 17:42:59 tsarna Exp $
+$NetBSD: md5,v 1.7 2000/02/15 02:48:40 tsarna Exp $
-MD5 (Zope-2.0.1-src.tgz) = 72010bdc62585201dc5ef658422de42a
+MD5 (Zope-2.1.4-src.tgz) = 1260517dbf159869c594d3ba464fff9a
diff --git a/www/zope/files/zope-install.py b/www/zope/files/zope-install.py
index 2866be5ac3c..5ca3d60fe91 100755
--- a/www/zope/files/zope-install.py
+++ b/www/zope/files/zope-install.py
@@ -1,6 +1,6 @@
#!/usr/pkg/bin/python
#
-# $NetBSD: zope-install.py,v 1.4 1999/09/23 17:42:59 tsarna Exp $
+# $NetBSD: zope-install.py,v 1.5 2000/02/15 02:48:40 tsarna Exp $
#
# Copyright (c) 1998,1999 Endicor Technologies, Inc.
# All rights reserved. Written by Ty Sarna <tsarna@endicor.com>
@@ -177,5 +177,6 @@ RewriteEngine on
RewriteCond %%{HTTP:Authorization} ^(.*)
RewriteRule ^/%(instance)s($|/)(.*) %(cgidir)s/%(instance)s.cgi/$2 [e=HTTP_CGI_AUTHORIZATION:%%1,t=application/x-httpd-cgi,l]
-You may need to add Options ExecCGI on "<Directory />" for this to work.
+You may need to add Options ExecCGI on "<Directory />" and your cgi-bin
+directory for this to work.
""" % vars())