perl-CGI:version bump and translate

This commit is contained in:
blue-devil
2020-01-11 17:25:26 +00:00
parent 826457639b
commit 2fde4bf950
3 changed files with 20 additions and 2 deletions
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*", "Changes")
pisitools.dodoc("README*", "Changes", "LICENSE")
+11 -1
View File
@@ -1,3 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-CGI</Name>
@@ -8,10 +10,11 @@
</Packager>
<License>Artistic</License>
<License>GPLv1</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Handle Common Gateway Interface requests and responses.</Summary>
<Description>Handle Common Gateway Interface requests and responses.</Description>
<Archive type="targz" sha1sum="cbbd078f6e8d7dfcc5821e9c56e0212e0c0731a8">http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.40.tar.gz</Archive>
<Archive type="targz" sha1sum="5ec34c8cb99eb9aaab413e3efac670a13a5cdf29">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.44.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-HTML-Parser</Dependency>
@@ -38,6 +41,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-02</Date>
<Version>4.44</Version>
<Comment>Version bump and translations added</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2019-04-20</Date>
<Version>4.40</Version>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-CGI</Name>
<Summary xml:lang="tr">CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesi</Summary>
<Description xml:lang="tr">perl-CGI, CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesidir.</Description>
</Source>
</PISI>