aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-01-23 14:45:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-01-23 14:45:04 +0000
commit5e8691baf38f92dfd972d71faa61dbe103d7c44a (patch)
tree2fa66f9271e147ab41a7c2b3375a313dd47a85bf /www
parentce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7 (diff)
downloadports-5e8691baf38f92dfd972d71faa61dbe103d7c44a.tar.gz
ports-5e8691baf38f92dfd972d71faa61dbe103d7c44a.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Session-SharedMem/pkg-descr2
-rw-r--r--www/p5-CGI-ArgChecker/pkg-descr8
-rw-r--r--www/p5-CGI-FastTemplate/pkg-descr10
-rw-r--r--www/p5-HTML-Clean/pkg-descr28
-rw-r--r--www/p5-HTML-Pager/pkg-descr10
-rw-r--r--www/p5-HTML-QuickCheck/pkg-descr38
6 files changed, 49 insertions, 47 deletions
diff --git a/www/p5-Apache-Session-SharedMem/pkg-descr b/www/p5-Apache-Session-SharedMem/pkg-descr
index dd190fadc0a9..7b9efa139166 100644
--- a/www/p5-Apache-Session-SharedMem/pkg-descr
+++ b/www/p5-Apache-Session-SharedMem/pkg-descr
@@ -2,3 +2,5 @@ Apache::Session::SharedMem is an Apache::Session extension module
that stores the session data in Shared memory (so, does exactly
what it says on the tin then) using IPC::Cache
(and hence IPC::ShareLite).
+
+WWW: http://search.cpan.org/dist/Apache-Session-SharedMem
diff --git a/www/p5-CGI-ArgChecker/pkg-descr b/www/p5-CGI-ArgChecker/pkg-descr
index 03d942a80148..00704d8c712c 100644
--- a/www/p5-CGI-ArgChecker/pkg-descr
+++ b/www/p5-CGI-ArgChecker/pkg-descr
@@ -1,6 +1,6 @@
CGI::ArgChecker - An extensible CGI parameter validation module (allowing
-commonly used checks on parameters to be called more concisely and
-consistently) based on String::Checker. This is really nothing more than
-a simple wrapper around String::Checker.
+commonly used checks on parameters to be called more concisely and consistently)
+based on String::Checker. This is really nothing more than a simple wrapper
+around String::Checker.
---will
+WWW: http://search.cpan.org/dist/CGI-ArgChecker
diff --git a/www/p5-CGI-FastTemplate/pkg-descr b/www/p5-CGI-FastTemplate/pkg-descr
index 6a116ffb28d4..a23bfabfa2c3 100644
--- a/www/p5-CGI-FastTemplate/pkg-descr
+++ b/www/p5-CGI-FastTemplate/pkg-descr
@@ -1,4 +1,6 @@
-CGI::FastTemplate manages templates and parses templates replacing
-variable names with values. It was designed for mid to large scale web
-applications (CGI, mod_perl) where there are great benefits to separating
-the logic of an application from the specific implementation details.
+CGI::FastTemplate manages templates and parses templates replacing variable
+names with values. It was designed for mid to large scale web applications (CGI,
+mod_perl) where there are great benefits to separating the logic of an
+application from the specific implementation details.
+
+WWW: http://search.cpan.org/dist/CGI-FastTemplate
diff --git a/www/p5-HTML-Clean/pkg-descr b/www/p5-HTML-Clean/pkg-descr
index 40653363de55..a98ca5e1a983 100644
--- a/www/p5-HTML-Clean/pkg-descr
+++ b/www/p5-HTML-Clean/pkg-descr
@@ -1,17 +1,17 @@
-The majority of the web pages of the internet today are
-much larger than they need to be. The reason for this is
-that HTML tends to be stored in a human readable format, with
-indenting, newlines and comments.
+The majority of the web pages of the internet today are much larger than they
+need to be. The reason for this is that HTML tends to be stored in a human
+readable format, with indenting, newlines and comments.
-However, all of these comments, whitespace etc. are ignored by
-the browser, and needlessly lengthen download times.
+However, all of these comments, whitespace etc. are ignored by the browser, and
+needlessly lengthen download times.
-Second, many people are using WYSIWYG HTML editors these days.
-This makes creating content easy. However these editors can
-cause a number of compatibility problems by tying themselves to
-a particular browser or operating system.
+Second, many people are using WYSIWYG HTML editors these days. This makes
+creating content easy. However these editors can cause a number of compatibility
+problems by tying themselves to a particular browser or operating system.
-The HTML::Clean module encapsulates a number of HTML optimizations
-and cleanups. The end result is HTML that loads faster, displays
-properly in more browsers. Think of it as a compiler that
-translates HTML input into optimized machine readable code.
+The HTML::Clean module encapsulates a number of HTML optimizations and cleanups.
+The end result is HTML that loads faster, displays properly in more browsers.
+Think of it as a compiler that translates HTML input into optimized machine
+readable code.
+
+WWW: http://search.cpan.org/dist/HTML-Clean
diff --git a/www/p5-HTML-Pager/pkg-descr b/www/p5-HTML-Pager/pkg-descr
index 995043ad704f..0247cc7f48b4 100644
--- a/www/p5-HTML-Pager/pkg-descr
+++ b/www/p5-HTML-Pager/pkg-descr
@@ -1,6 +1,6 @@
-HTML::Pager is a perl module designed to handle CGI HTML paging of
-arbitrary data. It provides an interface to pages of data similar
-to many well-known sites like Altavista or Google. It uses the
-module HTML::Template to do all the HTML generation.
+HTML::Pager is a perl module designed to handle CGI HTML paging of arbitrary
+data. It provides an interface to pages of data similar to many well-known
+sites like Altavista or Google. It uses the module HTML::Template to do all the
+HTML generation.
---will
+WWW: http://search.cpan.org/dist/HTML-Pager
diff --git a/www/p5-HTML-QuickCheck/pkg-descr b/www/p5-HTML-QuickCheck/pkg-descr
index d4dc53d68ad1..73592976af4d 100644
--- a/www/p5-HTML-QuickCheck/pkg-descr
+++ b/www/p5-HTML-QuickCheck/pkg-descr
@@ -1,22 +1,20 @@
- The objective of the package is to provide a fast and
- essential HTML check (esp. for CGI scripts where response
- time is important) to prevent a piece of user input HTML
- code from messing up the rest of a file, i.e., to minimize
- and localize any possible damage created by including a
- piece of user input HTML text in a dynamic document.
+The objective of the package is to provide a fast and essential HTML check (esp.
+for CGI scripts where response time is important) to prevent a piece of user
+input HTML code from messing up the rest of a file, i.e., to minimize and
+localize any possible damage created by including a piece of user input HTML
+text in a dynamic document.
- HTMLQuickCheck checks for unmatched < and >, unmatched
- tags and improper nesting, which could ruin the rest of
- the document. Attributes and elements with optional end
- tags are not checked, as they should not cause disasters
- with any decent browsers (they should ignore any
- unrecognized tags and attributes according to the
- standard). A piece of HTML that passes HTMLQuickCheck may
- not necessarily be valid HTML, but it would be very
- unlikely to screw others but itself. A valid piece of HTML
- that doesn't pass the HTMLQuickCheck is however very
- likely to screw many browsers(which are obviously broken
- in terms of strict conformance).
+HTMLQuickCheck checks for unmatched < and >, unmatched tags and improper
+nesting, which could ruin the rest of the document. Attributes and elements
+with optional end tags are not checked, as they should not cause disasters with
+any decent browsers (they should ignore any unrecognized tags and attributes
+according to the standard). A piece of HTML that passes HTMLQuickCheck may not
+necessarily be valid HTML, but it would be very unlikely to screw others but
+itself. A valid piece of HTML that doesn't pass the HTMLQuickCheck is however
+very likely to screw many browsers(which are obviously broken in terms of strict
+conformance).
- HTMLQuickCheck currently supports HTML 1.0, 2.x (draft),
- 3.0 (draft) and netscape extensions (1.1).
+HTMLQuickCheck currently supports HTML 1.0, 2.x (draft), 3.0 (draft) and
+netscape extensions (1.1).
+
+WWW: http://search.cpan.org/dist/HTML-QuickCheck