pspec.xml 2.3 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-JSON</Name>
  6. <Homepage>http://search.cpan.org/dist/JSON/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
  14. <Description>This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.</Description>
  15. <Archive sha1sum="8f0ffe72cbe9e6287d7ecafcf19b31cc297364c2" type="targz">http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-2.90.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. <Dependency>perl-JSON-XS</Dependency>
  19. <Dependency>perl-Test-Pod</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-JSON</Name>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. <Dependency>perl-JSON-XS</Dependency>
  27. <Dependency>perl-Test-Pod</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share/perl</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2017-01-24</Date>
  39. <Version>2.90</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>2.90</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-27</Date>
  53. <Version>2.90</Version>
  54. <Comment>First release</Comment>
  55. <Name>Osman Erkan</Name>
  56. <Email>osman.erkan@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>