12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-HTML-Template</Name>
- <Homepage>https://metacpan.org/pod/HTML::Template</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>Artistic</License>
- <License>GPLv2</License>
- <PartOf>programming.language.perl</PartOf>
- <IsA>app:console</IsA>
- <Summary>Perl module to use HTML-like templating language</Summary>
- <Description>This module attempts to make using HTML templates simple and natural.</Description>
- <Archive sha1sum="0d74e0924df1a981a39113e012a5fbcac2184cd5" type="targz">https://cpan.metacpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-2.97.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-CGI</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>perl-HTML-Template</Name>
- <Summary>Perl module to use HTML-like templating language</Summary>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-CGI</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/perl5</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-05-16</Date>
- <Version>2.97</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-14</Date>
- <Version>2.97</Version>
- <Comment>Version bump</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-04-20</Date>
- <Version>2.95</Version>
- <Comment>Rebuild perl-CGI</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-26</Date>
- <Version>2.95</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>2.95</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.95</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-09-10</Date>
- <Version>2.95</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|