perl-HTML-Template:version bump and translation adding

This commit is contained in:
blue-devil
2020-01-14 19:53:52 +00:00
parent 54919fb853
commit e0718181ea
3 changed files with 16 additions and 7 deletions
@@ -6,7 +6,6 @@
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
perlmodules.configure()
@@ -20,4 +19,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README","Change*")
pisitools.dodoc("README","LICENSE")
@@ -13,8 +13,8 @@
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>Perl module to use HTML-like templating language</Summary>
<Description>First you make a template - this is just a normal HTML file with a few extra tags, the simplest being &lt;TMPL_VAR></Description>
<Archive sha1sum="8182e47778ee498214fdfdb035310c627aa939fb" type="targz">http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/HTML-Template-2.95.tar.gz</Archive>
<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>
@@ -23,6 +23,7 @@
<Package>
<Name>perl-HTML-Template</Name>
<Summary>Perl module to use HTML-like templating language</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-CGI</Dependency>
@@ -35,6 +36,13 @@
</Files>
</Package>
<History>
<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>
@@ -71,4 +79,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -2,7 +2,9 @@
<PISI>
<Source>
<Name>perl-HTML-Template</Name>
<Summary xml:lang="tr">HTML benzeri taslak oluşturup kullanmak için perl modülü</Summary>
<Description xml:lang="tr">Bu modül sayesinde oluşturduğunuz HTML taslaklarını perl ile kullanabilirsiniz.</Description>
<Summary xml:lang="en">Perl module to use HTML-like templating language</Summary>
<Description xml:lang="en">First you make a template - this is just a normal HTML file with a few extra tags, the simplest being &lt;TMPL_VAR></Description>
<Description xml:lang="en">This module attempts to make using HTML templates simple and natural.</Description>
</Source>
</PISI>
</PISI>