summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /www
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.tar.gz
Removed trailing white-space.
Diffstat (limited to 'www')
-rw-r--r--www/SpeedyCGI/DESCR20
-rw-r--r--www/ap-auth-radius/DESCR2
-rw-r--r--www/ap-perl/DESCR2
-rw-r--r--www/ap2-chroot/DESCR4
-rw-r--r--www/ap2-perl/DESCR2
-rw-r--r--www/ap2-transform/DESCR4
-rw-r--r--www/bannerfilter/DESCR4
-rw-r--r--www/drivel/DESCR2
-rw-r--r--www/galeon/DESCR2
-rw-r--r--www/htmldoc-x11/DESCR2
-rw-r--r--www/netscape7/DESCR2
-rw-r--r--www/p5-Apache-ePerl/DESCR2
-rw-r--r--www/p5-CGI-Kwiki/DESCR2
-rw-r--r--www/p5-HTML-LinkExtractor/DESCR4
-rw-r--r--www/p5-libwww/DESCR4
-rw-r--r--www/pear-HTML_Common/DESCR2
-rw-r--r--www/php-eaccelerator/DESCR2
-rw-r--r--www/php4-apc/DESCR2
-rw-r--r--www/websvn/DESCR10
19 files changed, 37 insertions, 37 deletions
diff --git a/www/SpeedyCGI/DESCR b/www/SpeedyCGI/DESCR
index 5570bd1308c..393758e7258 100644
--- a/www/SpeedyCGI/DESCR
+++ b/www/SpeedyCGI/DESCR
@@ -1,16 +1,16 @@
-SpeedyCGI is a way to run perl scripts persistently, which can make them run
-much more quickly. A script can be made to to run persistently by changing
-the interpreter line at the top of the script from:
+SpeedyCGI is a way to run perl scripts persistently, which can make them run
+much more quickly. A script can be made to to run persistently by changing
+the interpreter line at the top of the script from:
#!${LOCALBASE}/bin/perl
-to
+to
#!${LOCALBASE}/bin/speedy
-After the script is initially run, instead of exiting, the perl interpreter
-is kept running. During subsequent runs, this interpreter is used to handle
-new executions instead of starting a new perl interpreter each time. A very
-fast frontend program, written in C, is executed for each request. This fast
-frontend then contacts the persistent Perl process, which is usually already
-running, to do the work and return the results.
+After the script is initially run, instead of exiting, the perl interpreter
+is kept running. During subsequent runs, this interpreter is used to handle
+new executions instead of starting a new perl interpreter each time. A very
+fast frontend program, written in C, is executed for each request. This fast
+frontend then contacts the persistent Perl process, which is usually already
+running, to do the work and return the results.
diff --git a/www/ap-auth-radius/DESCR b/www/ap-auth-radius/DESCR
index e2ccbc14798..9e3de3c37e2 100644
--- a/www/ap-auth-radius/DESCR
+++ b/www/ap-auth-radius/DESCR
@@ -1,3 +1,3 @@
-mod_auth_radius.c allows HTTP authentication to be checked against a
+mod_auth_radius.c allows HTTP authentication to be checked against a
RADIUS server. If you check valuable passwords such as the ones you use
for dial-up, don't forget to use SSL.
diff --git a/www/ap-perl/DESCR b/www/ap-perl/DESCR
index 9b8afdbaf58..00e074d618f 100644
--- a/www/ap-perl/DESCR
+++ b/www/ap-perl/DESCR
@@ -4,7 +4,7 @@ linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.
These pieces are seamlessly glued together by the `mod_perl' server
-plugin, making it is possible to write Apache modules entirely in Perl.
+plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.
diff --git a/www/ap2-chroot/DESCR b/www/ap2-chroot/DESCR
index 7786748fc72..00e57e86b0c 100644
--- a/www/ap2-chroot/DESCR
+++ b/www/ap2-chroot/DESCR
@@ -1,6 +1,6 @@
mod_chroot makes running Apache in a secure chroot environment easy.
-You don't need to create a special directory hierarchy containing
+You don't need to create a special directory hierarchy containing
/dev, /lib, /etc...
mod_chroot allows you to run Apache in a chroot jail with no additional files.
-The chroot() system call is performed at the end of startup procedure - when
+The chroot() system call is performed at the end of startup procedure - when
all libraries are loaded and log files open.
diff --git a/www/ap2-perl/DESCR b/www/ap2-perl/DESCR
index 9b8afdbaf58..00e074d618f 100644
--- a/www/ap2-perl/DESCR
+++ b/www/ap2-perl/DESCR
@@ -4,7 +4,7 @@ linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.
These pieces are seamlessly glued together by the `mod_perl' server
-plugin, making it is possible to write Apache modules entirely in Perl.
+plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.
diff --git a/www/ap2-transform/DESCR b/www/ap2-transform/DESCR
index a45773570b5..d6388f5d1df 100644
--- a/www/ap2-transform/DESCR
+++ b/www/ap2-transform/DESCR
@@ -1,3 +1,3 @@
-mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL
-Transformations on either static XML documents, or XML documents generated
+mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL
+Transformations on either static XML documents, or XML documents generated
from another Apache module or CGI program.
diff --git a/www/bannerfilter/DESCR b/www/bannerfilter/DESCR
index 68c298bc77f..81e9aed2c78 100644
--- a/www/bannerfilter/DESCR
+++ b/www/bannerfilter/DESCR
@@ -1,5 +1,5 @@
This script blocks advertising banners on the Web.
-Unlike most other similar solutions, BannerFilter does more than simply
-block advertising graphics. It also blocks advertising frames on a few
+Unlike most other similar solutions, BannerFilter does more than simply
+block advertising graphics. It also blocks advertising frames on a few
sites, and automatically closes pop-up windows.
diff --git a/www/drivel/DESCR b/www/drivel/DESCR
index ad754f50401..fae47c59832 100644
--- a/www/drivel/DESCR
+++ b/www/drivel/DESCR
@@ -1,4 +1,4 @@
Drivel is a LiveJournal client for the GNOME Desktop. Its purpose is to
retain a simple and elegant design while providing the same level of
functionality as the offical LiveJournal clients. Drivel also integrates
-tightly with the GNOME Desktop technologies.
+tightly with the GNOME Desktop technologies.
diff --git a/www/galeon/DESCR b/www/galeon/DESCR
index 984aeb8f9fb..37f44f0e3ce 100644
--- a/www/galeon/DESCR
+++ b/www/galeon/DESCR
@@ -1,4 +1,4 @@
-Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine).
+Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine).
It's fast, it has a light interface, and it is fully standards-compliant.
This version uses GNOME 2, and is a development branch built against
diff --git a/www/htmldoc-x11/DESCR b/www/htmldoc-x11/DESCR
index d96fc6307c5..8b9510da39d 100644
--- a/www/htmldoc-x11/DESCR
+++ b/www/htmldoc-x11/DESCR
@@ -1,4 +1,4 @@
HTMLDOC is a program that generates indexed HTML, Adobe(R) PostScriptTM, and
PDF files from HTML "source" files that you create using your favorite HTML
editor. HTMLDOC includes a simple GUI interface to manage your HTML files and
-automatically (re)generate files for viewing and printing.
+automatically (re)generate files for viewing and printing.
diff --git a/www/netscape7/DESCR b/www/netscape7/DESCR
index 4bf0c785e2d..68911b45898 100644
--- a/www/netscape7/DESCR
+++ b/www/netscape7/DESCR
@@ -1,4 +1,4 @@
The Netscape browser, mail client, newsgroup reader, web page editor, instant
-messenger, ICQ client and address book organizer. This is the commercially
+messenger, ICQ client and address book organizer. This is the commercially
distributed version from Netscape. A freely available version of the
Netscape browser is available in pkgsrc as 'mozilla'.
diff --git a/www/p5-Apache-ePerl/DESCR b/www/p5-Apache-ePerl/DESCR
index 7d245d66666..ffbb853b65e 100644
--- a/www/p5-Apache-ePerl/DESCR
+++ b/www/p5-Apache-ePerl/DESCR
@@ -7,7 +7,7 @@
ePerl -- Embedded Perl 5 Language
ePerl interprets an ASCII file bristled with Perl 5 program statements by
-evaluating the Perl 5 code while passing through the plain ASCII data.
+evaluating the Perl 5 code while passing through the plain ASCII data.
It can operate in various ways: As a stand-alone Unix filter or
integrated Perl 5 module for general file generation tasks and as a
powerful Webserver scripting language for dynamic HTML page programming.
diff --git a/www/p5-CGI-Kwiki/DESCR b/www/p5-CGI-Kwiki/DESCR
index 3720e6cc7e5..9823d53bf9f 100644
--- a/www/p5-CGI-Kwiki/DESCR
+++ b/www/p5-CGI-Kwiki/DESCR
@@ -1,5 +1,5 @@
A Wiki is a website that allows its users to add pages, and edit any
-existing pages.
+existing pages.
You can create a new kwiki website with a single command. The module
has no prerequisite modules, except the ones that ship with Perl.
diff --git a/www/p5-HTML-LinkExtractor/DESCR b/www/p5-HTML-LinkExtractor/DESCR
index 94d07cf9637..a430225cc5e 100644
--- a/www/p5-HTML-LinkExtractor/DESCR
+++ b/www/p5-HTML-LinkExtractor/DESCR
@@ -1,3 +1,3 @@
-HTML::LinkExtractor is used for extracting links from HTML. It is very
-similar to HTML::LinkExtor, except that besides getting the URL, you also
+HTML::LinkExtractor is used for extracting links from HTML. It is very
+similar to HTML::LinkExtor, except that besides getting the URL, you also
get the link-text.
diff --git a/www/p5-libwww/DESCR b/www/p5-libwww/DESCR
index b32705ca0d9..7100fcf540c 100644
--- a/www/p5-libwww/DESCR
+++ b/www/p5-libwww/DESCR
@@ -4,11 +4,11 @@
provide classes and functions that allow you to write WWW
clients, thus libwww-perl said to be a WWW client library.
The library also contain modules that are of more general
- use.
+ use.
The main architecture of the library is object oriented.
The user agent, requests sent and responses received from
the WWW server are all represented by objects. This makes
a simple and powerful interface to these services. The
interface should be easy to extend and customize for your
- needs.
+ needs.
diff --git a/www/pear-HTML_Common/DESCR b/www/pear-HTML_Common/DESCR
index debc2b44ce7..a72bda2d2d7 100644
--- a/www/pear-HTML_Common/DESCR
+++ b/www/pear-HTML_Common/DESCR
@@ -1,4 +1,4 @@
-The PEAR::HTML_Common PHP package provides methods for html code display and
+The PEAR::HTML_Common PHP package provides methods for html code display and
attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
diff --git a/www/php-eaccelerator/DESCR b/www/php-eaccelerator/DESCR
index 02c672e0852..2b913ef84dc 100644
--- a/www/php-eaccelerator/DESCR
+++ b/www/php-eaccelerator/DESCR
@@ -6,7 +6,7 @@ uses some optimizations to speed up execution of PHP scripts.
eAccelerator typically reduces server load and increases the
speed of your PHP code by 1-10 times.
-eAccelerator is a fork of TurckMMCache
+eAccelerator is a fork of TurckMMCache
( http://sourceforge.net/project/turckmm-cache/ by Dmitry Stogov )
eAccelerator stores compiled PHP scripts in shared memory and
diff --git a/www/php4-apc/DESCR b/www/php4-apc/DESCR
index ebebe58d1e1..8e84d7569f8 100644
--- a/www/php4-apc/DESCR
+++ b/www/php4-apc/DESCR
@@ -1,4 +1,4 @@
APC is the Alternative PHP Cache, which provides a way of boosting the
performance of PHP on heavily-loaded sites by allowing scripts to be cached
in a compiled state, so that the overhead of parsing and compiling can be
-almost completely eliminated.
+almost completely eliminated.
diff --git a/www/websvn/DESCR b/www/websvn/DESCR
index 8000fae810d..e5170b1ef01 100644
--- a/www/websvn/DESCR
+++ b/www/websvn/DESCR
@@ -1,7 +1,7 @@
WebSVN offers a view onto your subversion repositories that's been designed to
-reflect the Subversion methodology. You can view the log of any file or
-directory and see a list of all the files changed, added or deleted in any
-given revision. You can also view the differences between 2 versions of a
+reflect the Subversion methodology. You can view the log of any file or
+directory and see a list of all the files changed, added or deleted in any
+given revision. You can also view the differences between 2 versions of a
file so as to see exactly what was changed in a particular revision.
WebSVN offers the following features:
@@ -11,7 +11,7 @@ WebSVN offers the following features:
* Log message searching
* Colourisation of file listings
* Fast browsing thanks to internal caching feature
- * Apache MultiViews support
+ * Apache MultiViews support
-Since it's written using PHP, WebSVN is also very portable and easy to
+Since it's written using PHP, WebSVN is also very portable and easy to
install.