pspec.xml 3.2 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-template-toolkit</Name>
  6. <Homepage>https://metacpan.org/release/Template-Toolkit</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.language.perl</PartOf>
  12. <License>PerlArtistic</License>
  13. <IsA>library</IsA>
  14. <Summary>Perl template processing system</Summary>
  15. <Description>The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system.</Description>
  16. <Archive sha1sum="8ec59d852dfc2c8a29d078db196555e95f8ed4f5" type="targz">https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.009.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>perl-AppConfig</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>perl-template-toolkit</Name>
  24. <Summary>Perl template processing system</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-AppConfig</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="data">/usr/share</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="data">/usr/share/perl5</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="6">
  40. <Date>2024-05-17</Date>
  41. <Version>3.009</Version>
  42. <Comment>Minor version bump</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. <Update release="5">
  47. <Date>2020-07-20</Date>
  48. <Version>3.009</Version>
  49. <Comment>Minor version bump</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="4">
  54. <Date>2020-04-08</Date>
  55. <Version>3.008</Version>
  56. <Comment>Minor version bump.</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2020-01-29</Date>
  62. <Version>3.007</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Blue Devil</Name>
  65. <Email>bluedevil@sctzine.com</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2020-01-13</Date>
  69. <Version>3.003</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Blue Devil</Name>
  72. <Email>bluedevil@sctzine.com</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2018-11-16</Date>
  76. <Version>2.28</Version>
  77. <Comment>First release</Comment>
  78. <Name>PisiLinux Community</Name>
  79. <Email>admins@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>