# HG changeset patch # User Hans-G?nter Theisgen # Date 1640955309 -3600 # Node ID 355f45c7ec1075e3c6f0f829302d5967bc269baf # Parent 9ee93c3bd655c95183afbf41dcb62f865d611454 updated perl-cgi (4.46 -> 4.53) diff -r 9ee93c3bd655 -r 355f45c7ec10 perl-cgi/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-cgi/description.txt Fri Dec 31 13:55:09 2021 +0100 @@ -0,0 +1,13 @@ +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. + +CGI.pm performs very well in a vanilla CGI.pm environment and also comes with +built-in support for mod_perl and mod_perl2 as well as FastCGI. + +It has the benefit of having developed and refined over 20 years with input +from dozens of contributors and being deployed on thousands of websites. +CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however +it has now been removed from the perl core... diff -r 9ee93c3bd655 -r 355f45c7ec10 perl-cgi/receipt --- a/perl-cgi/receipt Fri Dec 31 13:47:46 2021 +0100 +++ b/perl-cgi/receipt Fri Dec 31 13:55:09 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-cgi" -VERSION="4.46" +VERSION="4.53" CATEGORY="development" SHORT_DESC="Perl extension CGI." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/CGI" +WEB_SITE="https://metacpan.org/pod/CGI" +REPOLOGY="perl:cgi" SOURCE="CGI" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -32,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }