Date: Tue, 20 Apr 2004 06:10:25 -0700 (PDT) From: "HAYASHI Yasushi" <yasi@yasi.to> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/65760: Update port: www/zope Message-ID: <200404201310.i3KDAPEo018732@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65760; it has been noted by GNATS. From: "HAYASHI Yasushi" <yasi@yasi.to> To: <freebsd-gnats-submit@FreeBSD.org>, "Gerhard Schmidt" <estartu@augusta.de> Cc: Subject: Re: ports/65760: Update port: www/zope Date: Tue, 20 Apr 2004 22:07:11 +0900 I made 2 Zope-instances for testing. One was installed www/zope-coreblog and japanese/zope-ejsplitter, but another was not. This test works fine for me. Thanks Gerhard for your work! Below is my addition for your PR. diff -urN zope.orig/files/zope.sh zope/files/zope.sh --- zope.orig/files/zope.sh Tue Apr 20 03:31:34 2004 +++ zope/files/zope.sh Tue Apr 20 22:01:28 2004 @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: ports/sysutils/gkrellm2/files/gkrellmd.sh,v 1.8 2004/01/20 19:10:17 ume Exp $ +# $FreeBSD$ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff -urN zope.orig/pkg-descr zope/pkg-descr --- zope.orig/pkg-descr Tue Apr 20 03:02:43 2004 +++ zope/pkg-descr Tue Apr 20 22:00:38 2004 @@ -6,8 +6,7 @@ combined with a revolutionary object model, provides a completely unique facility for servicing content managers and web application developers." -Here are some of the "headlines" mentioned in the features list at -http://www.zope.org:8080/Information/Features : +Here are some of the "headlines" mentioned in the features list. Database Integration Content Management SQL and HTML in Harmony Builtin Objects @@ -17,8 +16,6 @@ DTML Scripting Managed Through the Web External Methods Direct URL Access to Objects -This is a "beta" release. It seems to work quite stable, but no guarantee -given. Peter Cornelius <pcc@gmx.net> WWW: http://www.zope.org/ diff -urN zope.orig/pkg-message zope/pkg-message --- zope.orig/pkg-message Tue Apr 20 03:33:33 2004 +++ zope/pkg-message Tue Apr 20 21:59:13 2004 @@ -22,7 +22,7 @@ %%ZOPEBASEDIR%%/lib/python/Products to %%ZOPEBASEDIR%%/Products. -You migth have to add the following lines to your zope.conf +You might have to add the following lines to your zope.conf products %%ZOPEBASEDIR%%/Products products $INSTANCE/Products -- Yasushi Hayashi yasi@yasi.to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404201310.i3KDAPEo018732>