pspec.xml 3.3 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-HTML-Template-Pro</Name>
  6. <Homepage>https://metacpan.org/pod/HTML::Template::Pro</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <License>GPLv2</License>
  13. <License>LGPLv2</License>
  14. <PartOf>programming.language.perl</PartOf>
  15. <IsA>library</IsA>
  16. <Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary>
  17. <Description>A fast and lightweight C/Perl+XS HTML Template engine implementation.</Description>
  18. <Archive sha1sum="493a942db702ab99be4bb075defd7452c1f407c5" type="targz">http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>perl-JSON</Dependency>
  22. <Dependency>libpcre-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>perl-HTML-Template-Pro</Name>
  27. <Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>perl</Dependency>
  30. <Dependency>libpcre</Dependency>
  31. <Dependency>perl-JSON</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share/perl</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="data">/usr/share/perl5</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="6">
  43. <Date>20244-05-16</Date>
  44. <Version>0.9510</Version>
  45. <Comment>Rebuild</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2020-01-14</Date>
  51. <Version>0.9510</Version>
  52. <Comment>Rebuild for new toolchain.</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2018-07-26</Date>
  58. <Version>0.9510</Version>
  59. <Comment>Rebuild for new toolchain</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2017-01-24</Date>
  65. <Version>0.9510</Version>
  66. <Comment>Rebuild for new toolchain</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-06-09</Date>
  72. <Version>0.9510</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2014-09-10</Date>
  79. <Version>0.9510</Version>
  80. <Comment>First release</Comment>
  81. <Name>Marcin Bojara</Name>
  82. <Email>marcin@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>