pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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-Data-Dump</Name>
  6. <Homepage>https://metacpan.org/pod/Data::Dump</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Perl Module for pretty printing of data structures</Summary>
  15. <Description>perl-Data-Dump is a perl module which provides a few functions that traverse their argument and produces a string as its result.</Description>
  16. <Archive sha1sum="3f5c0d4a15c8dd6befbcdceb41fe15b9aef1b741" type="targz">https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>perl-Data-Dump</Name>
  23. <Summary>Perl Module for pretty printing of data structures</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>perl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="data">/usr/share/perl5</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="7">
  36. <Date>2024-05-16</Date>
  37. <Version>1.23</Version>
  38. <Comment>Version bump.</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="6">
  43. <Date>2020-01-07</Date>
  44. <Version>1.23</Version>
  45. <Comment>Version bump</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2014-09-10</Date>
  51. <Version>1.22</Version>
  52. <Comment>Release bump.</Comment>
  53. <Name>Marcin Bojara</Name>
  54. <Email>marcin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2014-05-28</Date>
  58. <Version>1.22</Version>
  59. <Comment>Release bump.</Comment>
  60. <Name>Marcin Bojara</Name>
  61. <Email>marcin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2014-01-01</Date>
  65. <Version>1.22</Version>
  66. <Comment>Rebuild</Comment>
  67. <Name>Burak Fazıl Ertürk</Name>
  68. <Email>burakerturk@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2013-11-08</Date>
  72. <Version>1.22</Version>
  73. <Comment>Version bump</Comment>
  74. <Name>Richard de Bruin</Name>
  75. <Email>richdb@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2012-09-06</Date>
  79. <Version>1.21</Version>
  80. <Comment>First release</Comment>
  81. <Name>Osman Erkan</Name>
  82. <Email>osman.erkan@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>