pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-NET-HTTP</Name>
  6. <Homepage>http://search.cpan.org/~gaas/Net-HTTP-6.03/</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. <PartOf>programming.language.perl</PartOf>
  14. <IsA>app:console</IsA>
  15. <Summary>Low-level HTTP connection (client)</Summary>
  16. <Description>The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.</Description>
  17. <Archive sha1sum="6f2e1600af1f36591e7bbc76487b8908323fc1ff" type="targz">http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Net-HTTP-6.09.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-URI</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-NET-HTTP</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-URI</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-01-24</Date>
  39. <Version>6.09</Version>
  40. <Comment>Rebuild for new toolchain</Comment>
  41. <Name>Pisi Linux Community</Name>
  42. <Email>admin@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-06-09</Date>
  46. <Version>6.09</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2016-03-26</Date>
  53. <Version>6.09</Version>
  54. <Comment>First release</Comment>
  55. <Name>Alihan Öztürk</Name>
  56. <Email>alihan@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>