pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-LWP-Protocol-https</Name>
  6. <Homepage>http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <License>GPLv2</License>
  13. <IsA>app:console</IsA>
  14. <Summary>LWP::Protocol::https - Provide https support for LWP::UserAgent</Summary>
  15. <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>
  16. <Archive sha1sum="210a2f7ba3f82ffc7a18836d0a4356986080d407" type="targz">https://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-6.06.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-IO-Socket-SSL</Dependency>
  20. <Dependency>perl-NET-HTTP</Dependency>
  21. <Dependency>perl-Mozilla-CA</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="0">certs.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>perl-LWP-Protocol-https</Name>
  29. <RuntimeDependencies>
  30. <Dependency>perl</Dependency>
  31. <Dependency>ca-certificates</Dependency>
  32. <Dependency>perl-IO-Socket-SSL</Dependency>
  33. <Dependency>perl-NET-HTTP</Dependency>
  34. <Dependency>perl-Mozilla-CA</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="3">
  44. <Date>2017-01-24</Date>
  45. <Version>6.06</Version>
  46. <Comment>Rebuild for new toolchain</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2016-06-09</Date>
  52. <Version>6.06</Version>
  53. <Comment>Release Bump</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2016-03-26</Date>
  59. <Version>6.06</Version>
  60. <Comment>First release</Comment>
  61. <Name>Osman Erkan</Name>
  62. <Email>osman.erkan@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>