aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2005-11-14 23:26:20 +0800
committermat <mat@FreeBSD.org>2005-11-14 23:26:20 +0800
commit7ddc3e3dc3d7a8831e11090e7948c14184f20144 (patch)
tree086119ae0010c0c215bb0782a15dc1f32ee6b4a9
parentbb7736d69e9eb5038b5b2b8dcd55326def660f51 (diff)
downloadfreebsd-ports-gnome-7ddc3e3dc3d7a8831e11090e7948c14184f20144.tar.gz
freebsd-ports-gnome-7ddc3e3dc3d7a8831e11090e7948c14184f20144.tar.zst
freebsd-ports-gnome-7ddc3e3dc3d7a8831e11090e7948c14184f20144.zip
Update the description of CGI::Minimal module port from vague to something more
particular (appropriated from the port's documentation). Also, add the URL too. PR: 87157 Submitted by: Parv <parv at pair dot com>
-rw-r--r--www/p5-CGI-Minimal/pkg-descr8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/p5-CGI-Minimal/pkg-descr b/www/p5-CGI-Minimal/pkg-descr
index 52f8a171bc2b..f27f80af7261 100644
--- a/www/p5-CGI-Minimal/pkg-descr
+++ b/www/p5-CGI-Minimal/pkg-descr
@@ -1,2 +1,6 @@
-An _extremely_ lightweight CGI processing package designed
-to provide form decoding and related services with low overhead.
+An _extremely_ lightweight CGI processing package provides _minimum_
+functions needed such as form decoding (including file upload forms),
+URL encoding and decoding, HTTP usable date generation (RFC1123 compliant
+dates) and basic escaping and unescaping of HTMLized text.
+
+WWW: http://search.cpan.org/dist/CGI-Minimal/