summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Minimal/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 02:15:23 +0000
committerzuntum <zuntum>2001-11-01 02:15:23 +0000
commitf1eee5e70126aa500a3b48191478579f64c7c254 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/p5-CGI-Minimal/DESCR
parent1a7910c33465b476d3c41c913d1231e547163689 (diff)
downloadpkgsrc-f1eee5e70126aa500a3b48191478579f64c7c254.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/p5-CGI-Minimal/DESCR')
-rw-r--r--www/p5-CGI-Minimal/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-CGI-Minimal/DESCR b/www/p5-CGI-Minimal/DESCR
new file mode 100644
index 00000000000..2ea9e9f2246
--- /dev/null
+++ b/www/p5-CGI-Minimal/DESCR
@@ -0,0 +1,4 @@
+CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_
+functions needed for CGI 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.