pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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-Archive-Zip</Name>
  6. <Homepage>https://metacpan.org/release/Archive-Zip</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>Artistic</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Perl interface to ZIP archive files</Summary>
  16. <Description>The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.</Description>
  17. <Archive sha1sum="71faba3b05942c94959aba50a2471f08e3b7b202" type="targz">https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl-Test-MockModule</Dependency>
  20. <Dependency>perl</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-Archive-Zip</Name>
  25. <Summary>Perl interface to ZIP archive files</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>perl</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/perl5</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="data">/usr/share/perl5</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="7">
  39. <Date>2024-05-16</Date>
  40. <Version>1.68</Version>
  41. <Comment>Minor version bump</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="6">
  46. <Date>2020-03-27</Date>
  47. <Version>1.68</Version>
  48. <Comment>Minor version bump</Comment>
  49. <Name>Blue Devil</Name>
  50. <Email>bluedevil@sctzine.com</Email>
  51. </Update>
  52. <Update release="5">
  53. <Date>2020-01-02</Date>
  54. <Version>1.67</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Blue Devil</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2018-07-26</Date>
  61. <Version>1.60</Version>
  62. <Comment>Version Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2017-01-24</Date>
  68. <Version>1.59</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>1.49</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2015-08-15</Date>
  82. <Version>1.49</Version>
  83. <Comment>First release</Comment>
  84. <Name>Osman Erkan</Name>
  85. <Email>osman.erkan@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>