pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-HTTP-Negotiate</Name>
  6. <Homepage>https://metacpan.org/pod/HTTP::Negotiate</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>A complete implementation of the HTTP content negotiation algorithm</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. <Summary>A complete implementation of the HTTP content negotiation algorithm</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. <Dependency>perl-HTTP-Date</Dependency>
  30. <Dependency>perl-HTTP-Message</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="6">
  41. <Date>2024-05-16</Date>
  42. <Version>6.01</Version>
  43. <Comment>Rebuild for new toolchain.</Comment>
  44. <Name>Blue Devil</Name>
  45. <Email>bluedevil@sctzine.com</Email>
  46. </Update>
  47. <Update release="5">
  48. <Date>2020-01-13</Date>
  49. <Version>6.01</Version>
  50. <Comment>Rebuild for new toolchain.</Comment>
  51. <Name>Blue Devil</Name>
  52. <Email>bluedevil@sctzine.com</Email>
  53. </Update>
  54. <Update release="4">
  55. <Date>2018-07-26</Date>
  56. <Version>6.01</Version>
  57. <Comment>Rebuild for new toolchain</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2017-01-24</Date>
  63. <Version>6.01</Version>
  64. <Comment>Rebuild for new toolchain</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-06-09</Date>
  70. <Version>6.01</Version>
  71. <Comment>Release Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2014-09-10</Date>
  77. <Version>6.01</Version>
  78. <Comment>First release</Comment>
  79. <Name>Marcin Bojara</Name>
  80. <Email>marcin@pisilinux.org</Email>
  81. </Update>
  82. </History>
  83. </PISI>