pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-HTTP-Negotiate</Name>
  6. <Homepage>http://search.cpan.org/~gaas/HTTP-Negotiate-6.01/</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>choose a variant to serve</Summary>
  16. <Description>This module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.</Description>
  17. <Archive sha1sum="4a4974639d9b64f7132cb075f551f7293f788c62" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-HTTP-Date</Dependency>
  21. <Dependency>perl-HTTP-Message</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>perl-HTTP-Negotiate</Name>
  26. <RuntimeDependencies>
  27. <Dependency>perl</Dependency>
  28. <Dependency>perl-HTTP-Date</Dependency>
  29. <Dependency>perl-HTTP-Message</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="3">
  40. <Date>2017-01-24</Date>
  41. <Version>6.01</Version>
  42. <Comment>Rebuild for new toolchain</Comment>
  43. <Name>Pisi Linux Community</Name>
  44. <Email>admin@pisilinux.org</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2016-06-09</Date>
  48. <Version>6.01</Version>
  49. <Comment>Release Bump</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2014-09-10</Date>
  55. <Version>6.01</Version>
  56. <Comment>First release</Comment>
  57. <Name>Marcin Bojara</Name>
  58. <Email>marcin@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>