perl-LWP-Protocol-https:rebuilt

This commit is contained in:
blue-devil
2020-01-14 20:43:28 +00:00
parent 2af59fff59
commit 0c9a660532
3 changed files with 19 additions and 10 deletions
@@ -20,4 +20,4 @@ def build():
def install():
perlmodules.install()
pisitools.dodoc("Changes", "MANIFEST", "README")
pisitools.dodoc("Changes", "MANIFEST", "README")
@@ -1,24 +1,25 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-LWP-Protocol-https</Name>
<Homepage>http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm</Homepage>
<Homepage>https://metacpan.org/pod/LWP::Protocol::https</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
<Description>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.</Description>
<Archive sha1sum="2517535f40d6a5a4a1524f3a7bedf0a1763871de" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
<Dependency>perl-NET-HTTP</Dependency>
<Dependency>perl-Mozilla-CA</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="0">certs.patch</Patch> -->
@@ -27,12 +28,13 @@
<Package>
<Name>perl-LWP-Protocol-https</Name>
<Summary>LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>ca-certificates</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
<Dependency>perl-NET-HTTP</Dependency>
<Dependency>perl-Mozilla-CA</Dependency>
<Dependency>perl-IO-Socket-SSL</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -42,6 +44,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-13</Date>
<Version>6.07</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>6.07</Version>
@@ -71,4 +80,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>perl-LWP-Protocol-https</Name>
<Summary xml:lang="en">LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
<Description xml:lang="en">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.</Description>
<Summary xml:lang="tr">LWP::Protocol::https - LWP::UserAgent için https desteği</Summary>
<Description xml:lang="tr">The LWP::Protocol::https LWP::UserAgent için https desteği sunar.</Description>
</Source>
</PISI>
</PISI>