wok rev 24183
updated perl-cgi (4.46 -> 4.53)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 13:55:09 2021 +0100 (2021-12-31) |
parents | 9ee93c3bd655 |
children | 68df3e2fffec |
files | perl-cgi/description.txt perl-cgi/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-cgi/description.txt Fri Dec 31 13:55:09 2021 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +CGI.pm is a stable, complete and mature solution for processing and preparing 1.5 +HTTP requests and responses. 1.6 +Major features including processing form submissions, file uploads, reading and 1.7 +writing cookies, query string generation and manipulation, and processing and 1.8 +preparing HTTP headers. 1.9 + 1.10 +CGI.pm performs very well in a vanilla CGI.pm environment and also comes with 1.11 +built-in support for mod_perl and mod_perl2 as well as FastCGI. 1.12 + 1.13 +It has the benefit of having developed and refined over 20 years with input 1.14 +from dozens of contributors and being deployed on thousands of websites. 1.15 +CGI.pm was included in the perl distribution from perl v5.4 to v5.20, however 1.16 +it has now been removed from the perl core...
2.1 --- a/perl-cgi/receipt Fri Dec 31 13:47:46 2021 +0100 2.2 +++ b/perl-cgi/receipt Fri Dec 31 13:55:09 2021 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-cgi" 2.7 -VERSION="4.46" 2.8 +VERSION="4.53" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension CGI." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL" 2.13 -WEB_SITE="https://metacpan.org/release/CGI" 2.14 +WEB_SITE="https://metacpan.org/pod/CGI" 2.15 +REPOLOGY="perl:cgi" 2.16 2.17 SOURCE="CGI" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 @@ -32,6 +33,5 @@ 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/lib $fs/usr 2.25 + cook_copy_folders lib 2.26 }