diff options
author | perky <perky@FreeBSD.org> | 2004-04-20 22:29:26 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-04-20 22:29:26 +0800 |
commit | 42de7a8aa9fddefe119150e019912cec920df00f (patch) | |
tree | f723264159a7dcd8f65e79761a1491e9b954ae99 /www | |
parent | 788035ae511f8ebccfc6dd53249a9ee5345e8b0f (diff) | |
download | freebsd-ports-gnome-42de7a8aa9fddefe119150e019912cec920df00f.tar.gz freebsd-ports-gnome-42de7a8aa9fddefe119150e019912cec920df00f.tar.zst freebsd-ports-gnome-42de7a8aa9fddefe119150e019912cec920df00f.zip |
Fix typos and outdated statements.
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Diffstat (limited to 'www')
-rw-r--r-- | www/zope/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope/pkg-message | 2 | ||||
-rw-r--r-- | www/zope210/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope210/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope210/pkg-message | 2 | ||||
-rw-r--r-- | www/zope211/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope211/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope211/pkg-message | 2 | ||||
-rw-r--r-- | www/zope213/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope213/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope213/pkg-message | 2 | ||||
-rw-r--r-- | www/zope28/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope28/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope28/pkg-message | 2 | ||||
-rw-r--r-- | www/zope29/files/zope.sh | 4 | ||||
-rw-r--r-- | www/zope29/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope29/pkg-message | 2 |
18 files changed, 24 insertions, 54 deletions
diff --git a/www/zope/files/zope.sh b/www/zope/files/zope.sh index e8d89804cc59..3ee194350404 100644 --- a/www/zope/files/zope.sh +++ b/www/zope/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope/pkg-descr b/www/zope/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope/pkg-descr +++ b/www/zope/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope/pkg-message b/www/zope/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope/pkg-message +++ b/www/zope/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 diff --git a/www/zope210/files/zope.sh b/www/zope210/files/zope.sh index a7f98a9ae31e..370a5f077360 100644 --- a/www/zope210/files/zope.sh +++ b/www/zope210/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope210/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope210/pkg-descr b/www/zope210/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope210/pkg-descr +++ b/www/zope210/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope210/pkg-message b/www/zope210/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope210/pkg-message +++ b/www/zope210/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 diff --git a/www/zope211/files/zope.sh b/www/zope211/files/zope.sh index ceb2a35403dc..9240d84d7eb2 100644 --- a/www/zope211/files/zope.sh +++ b/www/zope211/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope211/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope211/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope211/pkg-descr b/www/zope211/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope211/pkg-descr +++ b/www/zope211/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope211/pkg-message b/www/zope211/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope211/pkg-message +++ b/www/zope211/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 diff --git a/www/zope213/files/zope.sh b/www/zope213/files/zope.sh index 6c2f85e61e23..293333a0fd6f 100644 --- a/www/zope213/files/zope.sh +++ b/www/zope213/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope213/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope213/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope213/pkg-descr b/www/zope213/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope213/pkg-descr +++ b/www/zope213/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope213/pkg-message b/www/zope213/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope213/pkg-message +++ b/www/zope213/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 diff --git a/www/zope28/files/zope.sh b/www/zope28/files/zope.sh index 62528a17de5f..5613b6431c7d 100644 --- a/www/zope28/files/zope.sh +++ b/www/zope28/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope28/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope28/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope28/pkg-descr b/www/zope28/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope28/pkg-descr +++ b/www/zope28/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope28/pkg-message b/www/zope28/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope28/pkg-message +++ b/www/zope28/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 diff --git a/www/zope29/files/zope.sh b/www/zope29/files/zope.sh index 478e65fe4f1a..9a34e19150c7 100644 --- a/www/zope29/files/zope.sh +++ b/www/zope29/files/zope.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start or stop zope -# $FreeBSD: /tmp/pcvs/ports/www/zope29/files/Attic/zope.sh,v 1.1 2004-04-20 14:18:32 perky Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/zope29/files/Attic/zope.sh,v 1.2 2004-04-20 14:29:26 perky Exp $ # PROVIDE: zope # REQUIRE: DAEMON @@ -39,7 +39,7 @@ if checkyesno zope_enable; then echo "Restarting Zope" ;; *) - echo "Unknown aktion \"$1\"" + echo "Unknown action \"$1\"" ;; esac diff --git a/www/zope29/pkg-descr b/www/zope29/pkg-descr index 4ca688518ba5..e9e009bd18b8 100644 --- a/www/zope29/pkg-descr +++ b/www/zope29/pkg-descr @@ -6,8 +6,7 @@ Zope is distinguished by its integrated object database which, when 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,4 @@ Application Development Integrated Object Database 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 --git a/www/zope29/pkg-message b/www/zope29/pkg-message index 5712bfdfeae5..5de2678098b7 100644 --- a/www/zope29/pkg-message +++ b/www/zope29/pkg-message @@ -22,7 +22,7 @@ The default installation directory for Zope Products has changed from %%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 |