aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI/pkg-descr
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-02-23 14:36:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-02-23 14:36:35 +0000
commitf978e201f6b2afdefc906d7334f24a7a2a5a862c (patch)
tree6ff69aa0bf2d09d6970306cccc9ee478bfd2e2c7 /www/p5-CGI/pkg-descr
parentcc41e2f7abe9ed09b4425fa4056ecda6c6fd7c66 (diff)
downloadports-f978e201f6b2afdefc906d7334f24a7a2a5a862c.tar.gz
ports-f978e201f6b2afdefc906d7334f24a7a2a5a862c.zip
Add www/p5-CGI.
The Perl CGI module has been deprecated from the core Perl distribution, and will be removed in the upcoming Perl 5.22. We already have a www/p5-CGI.pm port, but at an older version. There were incompatible changes introduced in p5-CGI-4.00 (in particular, components began to be spun off into separate packages). Going forward it will be important for us to have the current p5-CGI module in the ports tree, but the older version should probably remain, at least for now, to maximize compatibility. This commit registers conflicts between p5-CGI and p5-CGI.pm. We should probably consider renaming p5-CGI.pm to p5-CGI-3 to make the difference clearer. I'm putting myself as maintainer in case this port causes problems. If everything is good in a week I'll transfer it over to perl@.
Notes
Notes: svn path=/head/; revision=379681
Diffstat (limited to 'www/p5-CGI/pkg-descr')
-rw-r--r--www/p5-CGI/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/p5-CGI/pkg-descr b/www/p5-CGI/pkg-descr
new file mode 100644
index 000000000000..5996239e2aa4
--- /dev/null
+++ b/www/p5-CGI/pkg-descr
@@ -0,0 +1,15 @@
+This is the continuance of the classic perl CGI module, bundled with Perl until
+Perl 5.22. Development is continuing on p5-CGI and components of it are
+actively splitting to other modules.
+
+The older, everything-in-one-package module is still available in www/p5-CGI.pm.
+
+See also: https://metacpan.org/pod/CGI::Alternatives
+
+CGI.pm is a stable, complete and mature solution for processing and preparing
+HTTP requests and responses. Major features including processing form
+submissions, file uploads, reading and writing cookies, query string generation
+and manipulation, and processing and preparing HTTP headers. Some HTML
+generation utilities are included as well.
+
+WWW: https://metacpan.org/pod/CGI