From 8636bd5b89b370c675ae3bf48d339762aad72740 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:42:49 +0200 Subject: [PATCH 1/8] perl-Alien-Build:ver bump --- programming/language/perl/perl-Alien-Build/actions.py | 6 +++++- programming/language/perl/perl-Alien-Build/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Alien-Build/actions.py b/programming/language/perl/perl-Alien-Build/actions.py index fa7ec05169..a8ca041459 100644 --- a/programming/language/perl/perl-Alien-Build/actions.py +++ b/programming/language/perl/perl-Alien-Build/actions.py @@ -10,15 +10,19 @@ from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("LICENSE", "README*") \ No newline at end of file + pisitools.dodoc("LICENSE", "README*") diff --git a/programming/language/perl/perl-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml index 05396f058f..ae94c5110c 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.29.tar.gz + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.33.tar.gz perl perl-path-tiny @@ -40,6 +40,13 @@ + + 2020-10-01 + 2.33 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-07-20 2.29 From 7f251b4b9b4b6d894d1372258e20330c385d6226 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:04 +0200 Subject: [PATCH 2/8] perl-File-Listing:ver bump --- .../language/perl/perl-File-Listing/actions.py | 8 ++++++-- programming/language/perl/perl-File-Listing/pspec.xml | 11 +++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/programming/language/perl/perl-File-Listing/actions.py b/programming/language/perl/perl-File-Listing/actions.py index 6459d84596..6350ca44c9 100644 --- a/programming/language/perl/perl-File-Listing/actions.py +++ b/programming/language/perl/perl-File-Listing/actions.py @@ -4,19 +4,23 @@ # 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() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() pisitools.dodoc("README") diff --git a/programming/language/perl/perl-File-Listing/pspec.xml b/programming/language/perl/perl-File-Listing/pspec.xml index 1a90d5e978..543956ea7d 100644 --- a/programming/language/perl/perl-File-Listing/pspec.xml +++ b/programming/language/perl/perl-File-Listing/pspec.xml @@ -3,7 +3,7 @@ perl-File-Listing - https://metacpan.org/pod/File::Listing + https://metacpan.org/release/File-Listing Osman Erkan osman.erkan@pisilinux.org @@ -14,7 +14,7 @@ app:console File::Listing - parse directory listing This module exports a single function called parse_dir(), which can be used to parse directory listings. - http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz perl perl-HTTP-Date @@ -35,6 +35,13 @@ + + 2020-10-01 + 6.07 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-11 6.04 From 7bea927cc00c5d4992eec5c2fd5d7ea79edf0819 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:20 +0200 Subject: [PATCH 3/8] perl-HTML-Parser:ver bump --- programming/language/perl/perl-HTML-Parser/actions.py | 6 +++++- programming/language/perl/perl-HTML-Parser/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-HTML-Parser/actions.py b/programming/language/perl/perl-HTML-Parser/actions.py index dec3b163c8..48712755f4 100644 --- a/programming/language/perl/perl-HTML-Parser/actions.py +++ b/programming/language/perl/perl-HTML-Parser/actions.py @@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("Changes","README") \ No newline at end of file + pisitools.dodoc("Changes","README") diff --git a/programming/language/perl/perl-HTML-Parser/pspec.xml b/programming/language/perl/perl-HTML-Parser/pspec.xml index b59727d46d..bb0f7ac5b6 100644 --- a/programming/language/perl/perl-HTML-Parser/pspec.xml +++ b/programming/language/perl/perl-HTML-Parser/pspec.xml @@ -13,7 +13,7 @@ library HTML Parser The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. - https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.73.tar.gz + https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/HTML-Parser-3.75.tar.gz perl perl-Test-Pod @@ -36,6 +36,13 @@ + + 2020-08-30 + 3.75 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-08-30 3.73 From b97bbf11468fe81e3a26578c51016c5d5d1a9433 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:35 +0200 Subject: [PATCH 4/8] perl-IO-HTML:ver bump --- .../language/perl/perl-IO-HTML/actions.py | 10 +++++++--- .../language/perl/perl-IO-HTML/pspec.xml | 17 ++++++++++++----- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/programming/language/perl/perl-IO-HTML/actions.py b/programming/language/perl/perl-IO-HTML/actions.py index 86f4fd0135..f8cc4eac78 100644 --- a/programming/language/perl/perl-IO-HTML/actions.py +++ b/programming/language/perl/perl-IO-HTML/actions.py @@ -4,21 +4,25 @@ # 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 = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("LICENSE","README") \ No newline at end of file + pisitools.dodoc("LICENSE","README") diff --git a/programming/language/perl/perl-IO-HTML/pspec.xml b/programming/language/perl/perl-IO-HTML/pspec.xml index a4047225d8..44cdbdd527 100644 --- a/programming/language/perl/perl-IO-HTML/pspec.xml +++ b/programming/language/perl/perl-IO-HTML/pspec.xml @@ -3,7 +3,7 @@ perl-IO-HTML - https://metacpan.org/pod/IO::HTML + https://metacpan.org/release/IO-HTML Blue Devil bluedevil@sctzine.com @@ -14,7 +14,7 @@ library IO::HTML Opens an HTML file with automatic charset detection IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. - https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz + https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz perl @@ -26,14 +26,21 @@ perl - /usr/share/doc - /usr/share/man - /usr/lib /usr/share + /usr/lib + /usr/share/man + /usr/share/doc + + 2020-10-01 + 1.004 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-11 1.001 From 3a6d73c5158a1e5ebc4dd7d720c748e73d0a3e80 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:43:50 +0200 Subject: [PATCH 5/8] perl-IO-Socket-IP:ver bump --- programming/language/perl/perl-IO-Socket-IP/actions.py | 6 +++++- programming/language/perl/perl-IO-Socket-IP/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-IO-Socket-IP/actions.py b/programming/language/perl/perl-IO-Socket-IP/actions.py index 6321037a5f..6307494dc1 100644 --- a/programming/language/perl/perl-IO-Socket-IP/actions.py +++ b/programming/language/perl/perl-IO-Socket-IP/actions.py @@ -10,15 +10,19 @@ from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("LICENSE", "README") \ No newline at end of file + pisitools.dodoc("LICENSE", "README") diff --git a/programming/language/perl/perl-IO-Socket-IP/pspec.xml b/programming/language/perl/perl-IO-Socket-IP/pspec.xml index 74ee417cca..ed1c650a00 100644 --- a/programming/language/perl/perl-IO-Socket-IP/pspec.xml +++ b/programming/language/perl/perl-IO-Socket-IP/pspec.xml @@ -13,7 +13,7 @@ library Family-neutral IP socket supporting both IPv4 and IPv6 This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. - https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz + https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.41.tar.gz perl perl-Module-Build @@ -35,6 +35,13 @@ + + 2020-10-01 + 0.41 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-08 0.39 From d365eeb57a18141289f1196579a6c40bfaba6371 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:44:03 +0200 Subject: [PATCH 6/8] perl-Net-DNS:ver bump --- programming/language/perl/perl-Net-DNS/actions.py | 6 +++++- programming/language/perl/perl-Net-DNS/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Net-DNS/actions.py b/programming/language/perl/perl-Net-DNS/actions.py index 0f7403566b..dd251ffb53 100644 --- a/programming/language/perl/perl-Net-DNS/actions.py +++ b/programming/language/perl/perl-Net-DNS/actions.py @@ -10,16 +10,20 @@ from pisi.actionsapi import perlmodules WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("Changes", "README") \ No newline at end of file + pisitools.dodoc("Changes", "README") diff --git a/programming/language/perl/perl-Net-DNS/pspec.xml b/programming/language/perl/perl-Net-DNS/pspec.xml index c808534ffa..78552f4603 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.26.tar.gz + https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.27.tar.gz perl @@ -50,6 +50,13 @@ + + 2020-10-01 + 1.27 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-07-20 1.26 From 1d30d62ec78c6dbf59438f8a96043a7f2e6bd6d5 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:44:19 +0200 Subject: [PATCH 7/8] perl-Test-MockModule:ver bump --- .../language/perl/perl-Test-MockModule/actions.py | 6 +++++- programming/language/perl/perl-Test-MockModule/pspec.xml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py index 7d1814db3d..ff9dd9548e 100644 --- a/programming/language/perl/perl-Test-MockModule/actions.py +++ b/programming/language/perl/perl-Test-MockModule/actions.py @@ -7,16 +7,20 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import perlmodules + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() - pisitools.dodoc("Changes", "LICENSE", "README*") \ No newline at end of file + pisitools.dodoc("Changes", "LICENSE", "README*") diff --git a/programming/language/perl/perl-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml index 1300007001..c4b5e5b251 100644 --- a/programming/language/perl/perl-Test-MockModule/pspec.xml +++ b/programming/language/perl/perl-Test-MockModule/pspec.xml @@ -14,7 +14,7 @@ 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.173.0.tar.gz + https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.175.0.tar.gz perl perl-Super @@ -39,6 +39,13 @@ + + 2020-10-01 + 0.175.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-07-20 0.173.0 From 417ef3803dd4835c9067775fee08d4a1a0d2817d Mon Sep 17 00:00:00 2001 From: bluedevil Date: Fri, 2 Oct 2020 23:44:34 +0200 Subject: [PATCH 8/8] perl-Test-simple:ver bump --- programming/language/perl/perl-test-simple/actions.py | 4 ++++ programming/language/perl/perl-test-simple/pspec.xml | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/programming/language/perl/perl-test-simple/actions.py b/programming/language/perl/perl-test-simple/actions.py index 077c3fc6f0..d30e7eb47d 100644 --- a/programming/language/perl/perl-test-simple/actions.py +++ b/programming/language/perl/perl-test-simple/actions.py @@ -8,15 +8,19 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import perlmodules + def setup(): perlmodules.configure() + def build(): perlmodules.make() + def check(): perlmodules.make("test") + def install(): perlmodules.install() diff --git a/programming/language/perl/perl-test-simple/pspec.xml b/programming/language/perl/perl-test-simple/pspec.xml index 59682d09a6..d4e433cb7a 100644 --- a/programming/language/perl/perl-test-simple/pspec.xml +++ b/programming/language/perl/perl-test-simple/pspec.xml @@ -14,7 +14,7 @@ app:console Basic utilities for writing tests. This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). - https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302177.tar.gz + https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302181.tar.gz perl @@ -34,6 +34,13 @@ + + 2020-10-01 + 1.302181 + Minor version bump + Blue Devil + bluedevil@sctzine.com + 2020-08-30 1.302177