wok-next rev 20955
Update Perl packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Sep 03 10:09:42 2018 +0300 (2018-09-03) |
parents | 20d680674064 |
children | d2950281f122 |
files | perl-archive-zip/receipt perl-cgi/receipt perl-date-manip/receipt perl-datetime/receipt perl-exporter-tiny/receipt perl-file-mimeinfo/receipt perl-gd/receipt perl-io-socket-ssl/receipt perl-mime-types/receipt perl-net-dns/receipt perl-ole-storage_lite/receipt perl-test-simple/receipt perl-text-csv/receipt |
line diff
1.1 --- a/perl-archive-zip/receipt Mon Sep 03 08:26:01 2018 +0300 1.2 +++ b/perl-archive-zip/receipt Mon Sep 03 10:09:42 2018 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="perl-archive-zip" 1.8 -VERSION="1.60" 1.9 +VERSION="1.63" 1.10 CATEGORY="perl" 1.11 SHORT_DESC="Archive::Zip - Provide an interface to ZIP archive files" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 @@ -12,20 +12,17 @@ 1.14 TARBALL="Archive-Zip-$VERSION.tar.gz" 1.15 WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 1.16 1.17 -DEPENDS="perl" 1.18 BUILD_DEPENDS="perl" 1.19 1.20 -# Rules to configure and make the package. 1.21 -compile_rules() 1.22 -{ 1.23 +compile_rules() { 1.24 perl Makefile.PL && 1.25 - make && make DESTDIR=$install install && 1.26 + make && 1.27 + make DESTDIR=$install install && 1.28 1.29 chmod -R u+w $install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 copy @std 1.37 + DEPENDS="perl" 1.38 }
2.1 --- a/perl-cgi/receipt Mon Sep 03 08:26:01 2018 +0300 2.2 +++ b/perl-cgi/receipt Mon Sep 03 10:09:42 2018 +0300 2.3 @@ -1,7 +1,7 @@ 2.4 -# SliTaz package receipt. 2.5 +# SliTaz package receipt v2. 2.6 2.7 PACKAGE="perl-cgi" 2.8 -VERSION="4.38" 2.9 +VERSION="4.40" 2.10 CATEGORY="perl" 2.11 SHORT_DESC="CGI - Handle Common Gateway Interface requests and responses" 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 @@ -12,20 +12,18 @@ 2.14 TARBALL="CGI-$VERSION.tar.gz" 2.15 WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/$TARBALL" 2.16 2.17 -DEPENDS="perl-html-parser" 2.18 -BUILD_DEPENDS="$DEPENDS perl-test-deep perl-test-nowarnings perl-test-warn" 2.19 +BUILD_DEPENDS="perl-html-parser perl-test-deep perl-test-nowarnings \ 2.20 +perl-test-warn" 2.21 2.22 -# Rules to configure and make the package. 2.23 -compile_rules() 2.24 -{ 2.25 +compile_rules() { 2.26 perl Makefile.PL && 2.27 - make && make DESTDIR=$install install && 2.28 + make && 2.29 + make DESTDIR=$install install && 2.30 2.31 chmod -R u+w $install 2.32 } 2.33 2.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.35 -genpkg_rules() 2.36 -{ 2.37 +genpkg_rules() { 2.38 copy @std 2.39 + DEPENDS="perl-html-parser" 2.40 }
3.1 --- a/perl-date-manip/receipt Mon Sep 03 08:26:01 2018 +0300 3.2 +++ b/perl-date-manip/receipt Mon Sep 03 10:09:42 2018 +0300 3.3 @@ -1,7 +1,7 @@ 3.4 -# SliTaz package receipt. 3.5 +# SliTaz package receipt v2. 3.6 3.7 PACKAGE="perl-date-manip" 3.8 -VERSION="6.72" 3.9 +VERSION="6.73" 3.10 CATEGORY="perl" 3.11 SHORT_DESC="Date::Manip - Date manipulation routines" 3.12 MAINTAINER="slaxemulator@gmail.com" 3.13 @@ -12,20 +12,17 @@ 3.14 TARBALL="Date-Manip-$VERSION.tar.gz" 3.15 WGET_URL="https://cpan.metacpan.org/authors/id/S/SB/SBECK/$TARBALL" 3.16 3.17 -DEPENDS="perl" 3.18 BUILD_DEPENDS="perl" 3.19 3.20 -# Rules to configure and make the package. 3.21 -compile_rules() 3.22 -{ 3.23 +compile_rules() { 3.24 perl Makefile.PL && 3.25 - make && make DESTDIR=$install install && 3.26 + make && 3.27 + make DESTDIR=$install install && 3.28 3.29 chmod -R u+w $install 3.30 } 3.31 3.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.33 -genpkg_rules() 3.34 -{ 3.35 +genpkg_rules() { 3.36 copy @std 3.37 + DEPENDS="perl" 3.38 }
4.1 --- a/perl-datetime/receipt Mon Sep 03 08:26:01 2018 +0300 4.2 +++ b/perl-datetime/receipt Mon Sep 03 10:09:42 2018 +0300 4.3 @@ -1,7 +1,7 @@ 4.4 -# SliTaz package receipt. 4.5 +# SliTaz package receipt v2. 4.6 4.7 PACKAGE="perl-datetime" 4.8 -VERSION="1.49" 4.9 +VERSION="1.50" 4.10 CATEGORY="perl" 4.11 SHORT_DESC="DateTime - A date and time object for Perl" 4.12 MAINTAINER="pascal.bellard@slitaz.org" 4.13 @@ -12,22 +12,22 @@ 4.14 TARBALL="DateTime-$VERSION.tar.gz" 4.15 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 4.16 4.17 -DEPENDS="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \ 4.18 -perl-namespace-autoclean perl-params-validationcompiler perl-specio \ 4.19 -perl-try-tiny" 4.20 -BUILD_DEPENDS="$DEPENDS perl-dev perl-cpan-meta-check perl-test-warnings" 4.21 +BUILD_DEPENDS="perl-datetime-locale perl-datetime-timezone \ 4.22 +perl-dist-checkconflicts perl-namespace-autoclean \ 4.23 +perl-params-validationcompiler perl-specio perl-try-tiny \ 4.24 +perl-dev perl-cpan-meta-check perl-test-warnings" 4.25 4.26 -# Rules to configure and make the package. 4.27 -compile_rules() 4.28 -{ 4.29 +compile_rules() { 4.30 perl Makefile.PL && 4.31 - make && make DESTDIR=$install install && 4.32 + make && 4.33 + make DESTDIR=$install install && 4.34 4.35 chmod -R u+w $install 4.36 } 4.37 4.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 4.39 -genpkg_rules() 4.40 -{ 4.41 +genpkg_rules() { 4.42 copy @std 4.43 + DEPENDS="perl-datetime-locale perl-datetime-timezone \ 4.44 + perl-dist-checkconflicts perl-namespace-autoclean \ 4.45 + perl-params-validationcompiler perl-specio perl-try-tiny" 4.46 }
5.1 --- a/perl-exporter-tiny/receipt Mon Sep 03 08:26:01 2018 +0300 5.2 +++ b/perl-exporter-tiny/receipt Mon Sep 03 10:09:42 2018 +0300 5.3 @@ -1,7 +1,7 @@ 5.4 -# SliTaz package receipt. 5.5 +# SliTaz package receipt v2. 5.6 5.7 PACKAGE="perl-exporter-tiny" 5.8 -VERSION="1.000000" 5.9 +VERSION="1.002001" 5.10 CATEGORY="perl" 5.11 SHORT_DESC="Exporter::Tiny - an exporter with the features of Sub::Exporter \ 5.12 but only core dependencies" 5.13 @@ -13,20 +13,17 @@ 5.14 TARBALL="Exporter-Tiny-$VERSION.tar.gz" 5.15 WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL" 5.16 5.17 -DEPENDS="perl" 5.18 BUILD_DEPENDS="perl" 5.19 5.20 -# Rules to configure and make the package. 5.21 -compile_rules() 5.22 -{ 5.23 +compile_rules() { 5.24 perl Makefile.PL && 5.25 - make && make DESTDIR=$install install && 5.26 + make && 5.27 + make DESTDIR=$install install && 5.28 5.29 chmod -R u+w $install 5.30 } 5.31 5.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 5.33 -genpkg_rules() 5.34 -{ 5.35 +genpkg_rules() { 5.36 copy @std 5.37 +DEPENDS="perl" 5.38 }
6.1 --- a/perl-file-mimeinfo/receipt Mon Sep 03 08:26:01 2018 +0300 6.2 +++ b/perl-file-mimeinfo/receipt Mon Sep 03 10:09:42 2018 +0300 6.3 @@ -1,7 +1,7 @@ 6.4 -# SliTaz package receipt. 6.5 +# SliTaz package receipt v2. 6.6 6.7 PACKAGE="perl-file-mimeinfo" 6.8 -VERSION="0.28" 6.9 +VERSION="0.29" 6.10 CATEGORY="perl" 6.11 SHORT_DESC="File::MimeInfo - Determine file type from the file name" 6.12 MAINTAINER="paul@slitaz.org" 6.13 @@ -12,20 +12,17 @@ 6.14 TARBALL="File-MimeInfo-$VERSION.tar.gz" 6.15 WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/$TARBALL" 6.16 6.17 -DEPENDS="perl" 6.18 BUILD_DEPENDS="perl-file-basedir perl-file-desktopentry" 6.19 6.20 -# Rules to configure and make the package. 6.21 -compile_rules() 6.22 -{ 6.23 +compile_rules() { 6.24 perl Makefile.PL && 6.25 - make && make DESTDIR=$install install && 6.26 + make && 6.27 + make DESTDIR=$install install && 6.28 6.29 chmod -R u+w $install 6.30 } 6.31 6.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 6.33 -genpkg_rules() 6.34 -{ 6.35 +genpkg_rules() { 6.36 copy @std 6.37 + DEPENDS="perl" 6.38 }
7.1 --- a/perl-gd/receipt Mon Sep 03 08:26:01 2018 +0300 7.2 +++ b/perl-gd/receipt Mon Sep 03 10:09:42 2018 +0300 7.3 @@ -1,7 +1,7 @@ 7.4 -# SliTaz package receipt. 7.5 +# SliTaz package receipt v2. 7.6 7.7 PACKAGE="perl-gd" 7.8 -VERSION="2.68" 7.9 +VERSION="2.69" 7.10 CATEGORY="perl" 7.11 SHORT_DESC="GD - Interface to Gd Graphics Library" 7.12 MAINTAINER="pascal.bellard@slitaz.org" 7.13 @@ -12,22 +12,19 @@ 7.14 TARBALL="GD-$VERSION.tar.gz" 7.15 WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL" 7.16 7.17 -DEPENDS="perl libgd" 7.18 BUILD_DEPENDS="perl-dev libgd-dev libgd perl-extutils-pkgconfig" 7.19 7.20 -# Rules to configure and make the package. 7.21 -compile_rules() 7.22 -{ 7.23 +compile_rules() { 7.24 # avoid interactive questions 7.25 PERL_MM_USE_DEFAULT=1 \ 7.26 perl Makefile.PL && 7.27 - make && make DESTDIR=$install install && 7.28 + make && 7.29 + make DESTDIR=$install install && 7.30 7.31 chmod -R u+w $install 7.32 } 7.33 7.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 7.35 -genpkg_rules() 7.36 -{ 7.37 +genpkg_rules() { 7.38 copy @std 7.39 + DEPENDS="perl libgd" 7.40 }
8.1 --- a/perl-io-socket-ssl/receipt Mon Sep 03 08:26:01 2018 +0300 8.2 +++ b/perl-io-socket-ssl/receipt Mon Sep 03 10:09:42 2018 +0300 8.3 @@ -1,7 +1,7 @@ 8.4 -# SliTaz package receipt. 8.5 +# SliTaz package receipt v2. 8.6 8.7 PACKAGE="perl-io-socket-ssl" 8.8 -VERSION="2.056" 8.9 +VERSION="2.059" 8.10 CATEGORY="perl" 8.11 SHORT_DESC="IO::Socket::SSL - SSL sockets with IO::Socket interface" 8.12 MAINTAINER="pascal.bellard@slitaz.org" 8.13 @@ -12,22 +12,19 @@ 8.14 TARBALL="IO-Socket-SSL-$VERSION.tar.gz" 8.15 WGET_URL="https://cpan.metacpan.org/authors/id/S/SU/SULLR/$TARBALL" 8.16 8.17 -DEPENDS="perl-net-ssleay" 8.18 -BUILD_DEPENDS="$DEPENDS perl-uri" 8.19 +BUILD_DEPENDS="perl-net-ssleay perl-uri" 8.20 8.21 -# Rules to configure and make the package. 8.22 -compile_rules() 8.23 -{ 8.24 +compile_rules() { 8.25 # avoid interactive questions 8.26 PERL_MM_USE_DEFAULT=1 \ 8.27 perl Makefile.PL && 8.28 - make && make DESTDIR=$install install && 8.29 + make && 8.30 + make DESTDIR=$install install && 8.31 8.32 chmod -R u+w $install 8.33 } 8.34 8.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 8.36 -genpkg_rules() 8.37 -{ 8.38 +genpkg_rules() { 8.39 copy @std 8.40 + DEPENDS="perl-net-ssleay" 8.41 }
9.1 --- a/perl-mime-types/receipt Mon Sep 03 08:26:01 2018 +0300 9.2 +++ b/perl-mime-types/receipt Mon Sep 03 10:09:42 2018 +0300 9.3 @@ -1,7 +1,7 @@ 9.4 -# SliTaz package receipt. 9.5 +# SliTaz package receipt v2. 9.6 9.7 PACKAGE="perl-mime-types" 9.8 -VERSION="2.13" 9.9 +VERSION="2.17" 9.10 CATEGORY="perl" 9.11 SHORT_DESC="MIME::Types - Definition of MIME types" 9.12 MAINTAINER="pascal.bellard@slitaz.org" 9.13 @@ -12,20 +12,17 @@ 9.14 TARBALL="MIME-Types-$VERSION.tar.gz" 9.15 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKOV/$TARBALL" 9.16 9.17 -DEPENDS="perl" 9.18 BUILD_DEPENDS="perl" 9.19 9.20 -# Rules to configure and make the package. 9.21 -compile_rules() 9.22 -{ 9.23 +compile_rules() { 9.24 perl Makefile.PL && 9.25 - make && make DESTDIR=$install install && 9.26 + make && 9.27 + make DESTDIR=$install install && 9.28 9.29 chmod -R u+w $install 9.30 } 9.31 9.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 9.33 -genpkg_rules() 9.34 -{ 9.35 +genpkg_rules() { 9.36 copy @std 9.37 + DEPENDS="perl" 9.38 }
10.1 --- a/perl-net-dns/receipt Mon Sep 03 08:26:01 2018 +0300 10.2 +++ b/perl-net-dns/receipt Mon Sep 03 10:09:42 2018 +0300 10.3 @@ -1,7 +1,7 @@ 10.4 -# SliTaz package receipt. 10.5 +# SliTaz package receipt v2. 10.6 10.7 PACKAGE="perl-net-dns" 10.8 -VERSION="1.15" 10.9 +VERSION="1.17" 10.10 CATEGORY="perl" 10.11 SHORT_DESC="Net::DNS - Perl Interface to the Domain Name System" 10.12 MAINTAINER="erjo@slitaz.org" 10.13 @@ -12,20 +12,17 @@ 10.14 TARBALL="Net-DNS-$VERSION.tar.gz" 10.15 WGET_URL="https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/$TARBALL" 10.16 10.17 -DEPENDS="perl-digest-hmac" 10.18 -BUILD_DEPENDS="$DEPENDS" 10.19 +BUILD_DEPENDS="perl-digest-hmac" 10.20 10.21 -# Rules to configure and make the package. 10.22 -compile_rules() 10.23 -{ 10.24 +compile_rules() { 10.25 perl Makefile.PL && 10.26 - make && make DESTDIR=$install install && 10.27 + make && 10.28 + make DESTDIR=$install install && 10.29 10.30 chmod -R u+w $install 10.31 } 10.32 10.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 10.34 -genpkg_rules() 10.35 -{ 10.36 +genpkg_rules() { 10.37 copy @std 10.38 + DEPENDS="perl-digest-hmac" 10.39 }
11.1 --- a/perl-ole-storage_lite/receipt Mon Sep 03 08:26:01 2018 +0300 11.2 +++ b/perl-ole-storage_lite/receipt Mon Sep 03 10:09:42 2018 +0300 11.3 @@ -1,4 +1,4 @@ 11.4 -# SliTaz package receipt. 11.5 +# SliTaz package receipt v2. 11.6 11.7 PACKAGE="perl-ole-storage_lite" 11.8 VERSION="0.19" 11.9 @@ -7,25 +7,22 @@ 11.10 MAINTAINER="pascal.bellard@slitaz.org" 11.11 LICENSE="GPL" 11.12 WEB_SITE="https://metacpan.org/release/OLE-Storage_Lite" 11.13 -REPOLOGY="perl:ole-storage_lite" 11.14 +REPOLOGY="perl:ole-storage-lite" 11.15 11.16 TARBALL="OLE-Storage_Lite-$VERSION.tar.gz" 11.17 WGET_URL="https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/$TARBALL" 11.18 11.19 -DEPENDS="perl" 11.20 BUILD_DEPENDS="perl" 11.21 11.22 -# Rules to configure and make the package. 11.23 -compile_rules() 11.24 -{ 11.25 +compile_rules() { 11.26 perl Makefile.PL && 11.27 - make && make DESTDIR=$install install && 11.28 + make && 11.29 + make DESTDIR=$install install && 11.30 11.31 chmod -R u+w $install 11.32 } 11.33 11.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 11.35 -genpkg_rules() 11.36 -{ 11.37 +genpkg_rules() { 11.38 copy @std 11.39 + DEPENDS="perl" 11.40 }
12.1 --- a/perl-test-simple/receipt Mon Sep 03 08:26:01 2018 +0300 12.2 +++ b/perl-test-simple/receipt Mon Sep 03 10:09:42 2018 +0300 12.3 @@ -1,7 +1,7 @@ 12.4 -# SliTaz package receipt. 12.5 +# SliTaz package receipt v2. 12.6 12.7 PACKAGE="perl-test-simple" 12.8 -VERSION="1.302136" 12.9 +VERSION="1.302140" 12.10 CATEGORY="perl" 12.11 SHORT_DESC="Basic utilities for writing tests" 12.12 MAINTAINER="nneul@neulinger.org" 12.13 @@ -12,20 +12,17 @@ 12.14 TARBALL="Test-Simple-$VERSION.tar.gz" 12.15 WGET_URL="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/$TARBALL" 12.16 12.17 -DEPENDS="perl" 12.18 BUILD_DEPENDS="perl" 12.19 12.20 -# Rules to configure and make the package. 12.21 -compile_rules() 12.22 -{ 12.23 +compile_rules() { 12.24 perl Makefile.PL && 12.25 - make && make DESTDIR=$install install && 12.26 + make && 12.27 + make DESTDIR=$install install && 12.28 12.29 chmod -R u+w $install 12.30 } 12.31 12.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 12.33 -genpkg_rules() 12.34 -{ 12.35 +genpkg_rules() { 12.36 copy @std 12.37 + DEPENDS="perl" 12.38 }
13.1 --- a/perl-text-csv/receipt Mon Sep 03 08:26:01 2018 +0300 13.2 +++ b/perl-text-csv/receipt Mon Sep 03 10:09:42 2018 +0300 13.3 @@ -1,7 +1,7 @@ 13.4 -# SliTaz package receipt. 13.5 +# SliTaz package receipt v2. 13.6 13.7 PACKAGE="perl-text-csv" 13.8 -VERSION="1.95" 13.9 +VERSION="1.97" 13.10 CATEGORY="perl" 13.11 SHORT_DESC="Text::CSV - comma-separated values manipulator (using XS or \ 13.12 PurePerl)" 13.13 @@ -9,25 +9,22 @@ 13.14 LICENSE="GPL" 13.15 WEB_SITE="https://metacpan.org/release/Text-CSV" 13.16 REPOLOGY="perl:text-csv" 13.17 -SUGGESTED="perl-text-csv_xs" 13.18 13.19 TARBALL="Text-CSV-$VERSION.tar.gz" 13.20 WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" 13.21 13.22 -DEPENDS="perl" 13.23 BUILD_DEPENDS="perl" 13.24 13.25 -# Rules to configure and make the package. 13.26 -compile_rules() 13.27 -{ 13.28 +compile_rules() { 13.29 perl Makefile.PL && 13.30 - make && make DESTDIR=$install install && 13.31 + make && 13.32 + make DESTDIR=$install install && 13.33 13.34 chmod -R u+w $install 13.35 } 13.36 13.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 13.38 -genpkg_rules() 13.39 -{ 13.40 +genpkg_rules() { 13.41 copy @std 13.42 + DEPENDS="perl" 13.43 + SUGGESTED="perl-text-csv_xs" 13.44 }