pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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-JSON</Name>
  6. <Homepage>https://metacpan.org/pod/JSON</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
  15. <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>
  16. <Archive sha1sum="36ec8f191a62f2ba6d752dc3602697876593eb40" type="targz">https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-JSON-XS</Dependency>
  20. <Dependency>perl-Test-Pod</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-JSON</Name>
  25. <Summary>JSON (JavaScript Object Notation) encoder/decoder</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>perl</Dependency>
  28. <Dependency>perl-JSON-XS</Dependency>
  29. <Dependency>perl-Test-Pod</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="data">/usr/share/perl</Path>
  34. <Path fileType="data">/usr/share/perl5</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="7">
  41. <Date>2024-05-16</Date>
  42. <Version>4.10</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>fury</Name>
  45. <Email>uglyside@yandex.ru</Email>
  46. </Update>
  47. <Update release="6">
  48. <Date>2023-01-15</Date>
  49. <Version>4.10</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>fury</Name>
  52. <Email>uglyside@yandex.ru</Email>
  53. </Update>
  54. <Update release="5">
  55. <Date>2020-01-13</Date>
  56. <Version>4.02</Version>
  57. <Comment>Version bump</Comment>
  58. <Name>Blue Devil</Name>
  59. <Email>bluedevil@sctzine.com</Email>
  60. </Update>
  61. <Update release="4">
  62. <Date>2018-07-26</Date>
  63. <Version>2.90</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="3">
  69. <Date>2017-01-24</Date>
  70. <Version>2.90</Version>
  71. <Comment>Rebuild for new toolchain</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="2">
  76. <Date>2016-06-09</Date>
  77. <Version>2.90</Version>
  78. <Comment>Release Bump</Comment>
  79. <Name>Pisi Linux Community</Name>
  80. <Email>admin@pisilinux.org</Email>
  81. </Update>
  82. <Update release="1">
  83. <Date>2016-03-27</Date>
  84. <Version>2.90</Version>
  85. <Comment>First release</Comment>
  86. <Name>Osman Erkan</Name>
  87. <Email>osman.erkan@pisilinux.org</Email>
  88. </Update>
  89. </History>
  90. </PISI>