aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libapreq/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:42:08 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:42:08 +0000
commit60d0e4217995970fbbde8dfd0ec922540307a867 (patch)
tree2fcb5c04d47bc8a218adc97322043ddae28bc399 /www/p5-libapreq/pkg-descr
parent89d74dcb41c1c03660745afebd459c95bb2cc485 (diff)
downloadports-60d0e4217995970fbbde8dfd0ec922540307a867.tar.gz
ports-60d0e4217995970fbbde8dfd0ec922540307a867.zip
Notes
Diffstat (limited to 'www/p5-libapreq/pkg-descr')
-rw-r--r--www/p5-libapreq/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-libapreq/pkg-descr b/www/p5-libapreq/pkg-descr
new file mode 100644
index 000000000000..22c7c9afd087
--- /dev/null
+++ b/www/p5-libapreq/pkg-descr
@@ -0,0 +1,11 @@
+libapreq - Generic Apache Request Library
+
+This package contains modules for manipulating client request data via
+the Apache API with Perl and C. Functionality includes:
+
+ - parsing of application/x-www-form-urlencoded data
+ - parsing of multipart/form-data
+ - parsing of HTTP Cookies
+
+See libapreq.pod for the C API documentation and
+eg/c/ for examples.