diff --git a/programming/language/perl/perl-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml index e73a0bc5a3..04ccfcc9d8 100644 --- a/programming/language/perl/perl-Alien-Build/pspec.xml +++ b/programming/language/perl/perl-Alien-Build/pspec.xml @@ -13,7 +13,7 @@ library A perl module to build external dependencies for use in CPAN perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. - https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.23.tar.gz + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.26.tar.gz perl perl-path-tiny @@ -33,13 +33,20 @@ perl-File-Which + /usr/lib /usr/share/doc /usr/share/man - /usr/lib + + 2020-07-20 + 2.26 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 2.23 diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml index 6da75e5bed..2d614fe8d0 100644 --- a/programming/language/perl/perl-CGI/pspec.xml +++ b/programming/language/perl/perl-CGI/pspec.xml @@ -14,7 +14,7 @@ library Handle Common Gateway Interface requests and responses. Handle Common Gateway Interface requests and responses. - https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.49.tar.gz + https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.50.tar.gz perl perl-Test-Deep @@ -28,9 +28,9 @@ Handle Common Gateway Interface requests and responses. perl - perl-HTML-Parser perl-Test-Deep perl-Test-Warn + perl-HTML-Parser /usr/share @@ -41,6 +41,13 @@ + + 2020-07-20 + 4.50 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 4.49 diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py index 1023e88baf..7bdcdd5515 100644 --- a/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml index 8bd55545bd..3a0b9dbfdb 100644 --- a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml @@ -3,7 +3,7 @@ perl-ExtUtils-MakeMaker - https://metacpan.org/pod/ExtUtils::MakeMaker + https://metacpan.org/release/ExtUtils-MakeMaker Blue DeviL bluedevil@sctzine.com @@ -13,7 +13,7 @@ library Perl extension for creating a module Makefile This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. - https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz + https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz perl @@ -26,15 +26,22 @@ perl - /usr/bin /usr/lib /usr/share/doc /usr/share/man + /usr/bin /usr/share/perl + + 2020-07-20 + 7.46 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2020-01-29 7.44 diff --git a/programming/language/perl/perl-File-Slurp/actions.py b/programming/language/perl/perl-File-Slurp/actions.py index 9620a8ca3d..7c781a3f5e 100644 --- a/programming/language/perl/perl-File-Slurp/actions.py +++ b/programming/language/perl/perl-File-Slurp/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) diff --git a/programming/language/perl/perl-File-Slurp/pspec.xml b/programming/language/perl/perl-File-Slurp/pspec.xml index 58ca516267..4173c1d4bd 100644 --- a/programming/language/perl/perl-File-Slurp/pspec.xml +++ b/programming/language/perl/perl-File-Slurp/pspec.xml @@ -13,7 +13,7 @@ library A Perl module that is efficient in reading/writing of Complete Files Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.30.tar.gz + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz perl @@ -33,6 +33,13 @@ + + 2020-07-20 + 9999.32 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 9999.30 diff --git a/programming/language/perl/perl-HTTP-Daemon/actions.py b/programming/language/perl/perl-HTTP-Daemon/actions.py index cbf1726e50..6d37048d1a 100644 --- a/programming/language/perl/perl-HTTP-Daemon/actions.py +++ b/programming/language/perl/perl-HTTP-Daemon/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-HTTP-Daemon/pspec.xml b/programming/language/perl/perl-HTTP-Daemon/pspec.xml index 02eedcae76..89783d519b 100644 --- a/programming/language/perl/perl-HTTP-Daemon/pspec.xml +++ b/programming/language/perl/perl-HTTP-Daemon/pspec.xml @@ -3,18 +3,18 @@ perl-HTTP-Daemon - https://metacpan.org/pod/HTTP::Daemon + https://metacpan.org/release/HTTP-Daemon Osman Erkan osman.erkan@pisilinux.org + programming.language.perl Artistic GPLv2 - programming.language.perl app:console A simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.06.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz perl perl-Module-Build @@ -34,14 +34,21 @@ perl-LWP-Mediatypes + /usr/share /usr/lib /usr/share/doc /usr/share/man - /usr/share + + 2020-07-20 + 6.12 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 6.06 diff --git a/programming/language/perl/perl-HTTP-Message/pspec.xml b/programming/language/perl/perl-HTTP-Message/pspec.xml index 72a87b9314..2d8e0e9dc3 100644 --- a/programming/language/perl/perl-HTTP-Message/pspec.xml +++ b/programming/language/perl/perl-HTTP-Message/pspec.xml @@ -14,7 +14,7 @@ app:console HTTP::Message - HTTP style message (base class) HTTP::Message object contains some headers and a content body. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.24.tar.gz + https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-6.25.tar.gz perl perl-IO-HTML @@ -50,6 +50,13 @@ + + 2020-07-20 + 6.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 6.24 diff --git a/programming/language/perl/perl-Image-ExifTool/actions.py b/programming/language/perl/perl-Image-ExifTool/actions.py index 8e954722ef..3c40227c58 100644 --- a/programming/language/perl/perl-Image-ExifTool/actions.py +++ b/programming/language/perl/perl-Image-ExifTool/actions.py @@ -3,9 +3,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) diff --git a/programming/language/perl/perl-Image-ExifTool/pspec.xml b/programming/language/perl/perl-Image-ExifTool/pspec.xml index c65427177e..951eea63fa 100644 --- a/programming/language/perl/perl-Image-ExifTool/pspec.xml +++ b/programming/language/perl/perl-Image-ExifTool/pspec.xml @@ -14,7 +14,7 @@ app:console A command-line application for reading, writing and editing meta information in image, audio and video files ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files. - https://exiftool.org/Image-ExifTool-11.91.tar.gz + https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz perl @@ -27,9 +27,9 @@ perl - /usr/bin /usr/lib /usr/share/man + /usr/bin /usr/share/doc/perl-Image-ExifTool/Changes @@ -46,6 +46,13 @@ + + 2020-07-20 + 12.00 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 11.91 diff --git a/programming/language/perl/perl-LWP-Protocol-https/actions.py b/programming/language/perl/perl-LWP-Protocol-https/actions.py index d625b81b12..71cc92255f 100644 --- a/programming/language/perl/perl-LWP-Protocol-https/actions.py +++ b/programming/language/perl/perl-LWP-Protocol-https/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules def setup(): perlmodules.configure() @@ -20,4 +20,4 @@ def build(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "MANIFEST", "README") \ No newline at end of file + pisitools.dodoc("Changes", "MANIFEST", "LICENSE") \ No newline at end of file diff --git a/programming/language/perl/perl-LWP-Protocol-https/pspec.xml b/programming/language/perl/perl-LWP-Protocol-https/pspec.xml index bb82f387ab..2882fb85a5 100644 --- a/programming/language/perl/perl-LWP-Protocol-https/pspec.xml +++ b/programming/language/perl/perl-LWP-Protocol-https/pspec.xml @@ -3,18 +3,18 @@ perl-LWP-Protocol-https - https://metacpan.org/pod/LWP::Protocol::https + https://metacpan.org/release/LWP-Protocol-https Osman Erkan osman.erkan@pisilinux.org + programming.language.perl Artistic GPLv2 - programming.language.perl app:console LWP::Protocol::https - Provide https support for LWP::UserAgent The LWP::Protocol::https module provides support for using https schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.09.tar.gz perl perl-NET-HTTP @@ -22,7 +22,7 @@ perl-IO-Socket-SSL - + @@ -32,7 +32,7 @@ perl perl-libwww - perl-Try-Tiny + perl-Try-Tiny ca-certificates perl-Mozilla-CA perl-IO-Socket-SSL @@ -45,6 +45,13 @@ + + 2020-07-20 + 6.09 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 6.07 diff --git a/programming/language/perl/perl-Net-DNS/pspec.xml b/programming/language/perl/perl-Net-DNS/pspec.xml index fdd419ec62..1a842d127c 100644 --- a/programming/language/perl/perl-Net-DNS/pspec.xml +++ b/programming/language/perl/perl-Net-DNS/pspec.xml @@ -13,7 +13,7 @@ library Perl interface to the DNS resolver Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. - https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.24.tar.gz + https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.25.tar.gz perl @@ -50,6 +50,13 @@ + + 2020-07-20 + 1.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-06-02 1.24 diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py index 44c3132711..7d1814db3d 100644 --- a/programming/language/perl/perl-Test-MockModule/actions.py +++ b/programming/language/perl/perl-Test-MockModule/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml index 3252a65d1b..1300007001 100644 --- a/programming/language/perl/perl-Test-MockModule/pspec.xml +++ b/programming/language/perl/perl-Test-MockModule/pspec.xml @@ -14,13 +14,13 @@ library Override subroutines in a module for unit testing. Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. - https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz + https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz - perl-Test-Pod-Coverage - perl-Test-Warnings - perl-Module-Build - perl-Super perl + perl-Super + perl-Module-Build + perl-Test-Warnings + perl-Test-Pod-Coverage @@ -28,17 +28,24 @@ perl-Test-MockModule Override subroutines in a module for unit testing. - perl-Super perl + perl-Super - /usr/share/doc - /usr/lib /usr/share + /usr/lib + /usr/share/doc + + 2020-07-20 + 0.173.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 0.172.0 diff --git a/programming/language/perl/perl-libwww/actions.py b/programming/language/perl/perl-libwww/actions.py index 40eda266cb..6ebdaf2350 100644 --- a/programming/language/perl/perl-libwww/actions.py +++ b/programming/language/perl/perl-libwww/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules WorkDir = "libwww-perl-%s" % get.srcVERSION() diff --git a/programming/language/perl/perl-libwww/pspec.xml b/programming/language/perl/perl-libwww/pspec.xml index 20eec3b13a..55e66ddcf0 100644 --- a/programming/language/perl/perl-libwww/pspec.xml +++ b/programming/language/perl/perl-libwww/pspec.xml @@ -13,7 +13,7 @@ library Application programming interface to the World-Wide Web libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. - https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.44.tar.gz + https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.46.tar.gz perl perl-NET-HTTP @@ -57,6 +57,13 @@ + + 2020-07-20 + 6.46 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 6.44 diff --git a/programming/language/perl/perl-template-toolkit/actions.py b/programming/language/perl/perl-template-toolkit/actions.py index b1b460f147..4cf55ed590 100644 --- a/programming/language/perl/perl-template-toolkit/actions.py +++ b/programming/language/perl/perl-template-toolkit/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules def setup(): perlmodules.configure() diff --git a/programming/language/perl/perl-template-toolkit/pspec.xml b/programming/language/perl/perl-template-toolkit/pspec.xml index 5f041c41ea..2360d8f876 100644 --- a/programming/language/perl/perl-template-toolkit/pspec.xml +++ b/programming/language/perl/perl-template-toolkit/pspec.xml @@ -3,7 +3,7 @@ perl-template-toolkit - https://metacpan.org/pod/Template::Toolkit + https://metacpan.org/release/Template-Toolkit PisiLinux Community admins@pisilinux.org @@ -13,10 +13,10 @@ library Perl template processing system The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.008.tar.gz + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz - perl-AppConfig perl + perl-AppConfig @@ -24,19 +24,26 @@ perl-template-toolkit Perl template processing system - perl-AppConfig perl + perl-AppConfig - /usr/bin - /usr/lib /usr/share - /usr/share/man + /usr/lib /usr/share/doc + /usr/share/man + /usr/bin + + 2020-07-20 + 3.009 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-08 3.008 diff --git a/programming/language/perl/perl-test2-suite/actions.py b/programming/language/perl/perl-test2-suite/actions.py index 977fcc908e..2ebad8607f 100644 --- a/programming/language/perl/perl-test2-suite/actions.py +++ b/programming/language/perl/perl-test2-suite/actions.py @@ -5,8 +5,8 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import get -from pisi.actionsapi import perlmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules #WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README", "LICENSE", "Changes") + pisitools.dodoc("README", "LICENSE", "Changes") \ No newline at end of file diff --git a/programming/language/perl/perl-test2-suite/pspec.xml b/programming/language/perl/perl-test2-suite/pspec.xml index 4d35afa947..fec920162c 100644 --- a/programming/language/perl/perl-test2-suite/pspec.xml +++ b/programming/language/perl/perl-test2-suite/pspec.xml @@ -1,24 +1,25 @@ - + perl-test2-suite - http://search.cpan.org/dist/XML-LibXML + https://metacpan.org/release/Test2-Suite Kamil Atlı suvari@pisilinux.org + programming.language.perl Artistic library Distribution with a rich set of tools built upon the Test2 framework. - Distribution with a rich set of tools built upon the Test2 framework. - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000129.tar.gz + Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000130.tar.gz perl perl-sub-info perl-importer - perl-test-simple perl-term-table + perl-test-simple perl-scope-guard perl-module-pluggable @@ -26,12 +27,13 @@ perl-test2-suite + Distribution with a rich set of tools built upon the Test2 framework. perl perl-sub-info perl-importer - perl-test-simple perl-term-table + perl-test-simple perl-scope-guard perl-module-pluggable @@ -43,6 +45,13 @@ + + 2020-07-20 + 0.000130 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-09 0.000129 diff --git a/programming/language/perl/perl-test2-suite/translations.xml b/programming/language/perl/perl-test2-suite/translations.xml index 4c4ac45590..488caeb7a3 100644 --- a/programming/language/perl/perl-test2-suite/translations.xml +++ b/programming/language/perl/perl-test2-suite/translations.xml @@ -3,5 +3,6 @@ perl-test2-suite Test2 çerçevesi üzerine inşa edilmiş zengin araçlarla dağıtım. + Test2 test kitaplığı üzerine kurulmuş araçlar ve eklentiler sunan bir perl araç takımıdır. - + \ No newline at end of file