perl-Http-Date:version bump and translate

This commit is contained in:
blue-devil
2020-01-11 17:36:08 +00:00
parent 2fde4bf950
commit f76bb6746b
3 changed files with 15 additions and 8 deletions
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
pisitools.remove("/usr/share/man/man3/HTTP::Date.3pm")
pisitools.dodoc("LICENSE", "README*")
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-HTTP-Date</Name>
<Homepage>http://search.cpan.org/~gaas/HTTP-Date-6.02/</Homepage>
<Homepage>https://metacpan.org/pod/HTTP::Date</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
@@ -12,9 +12,9 @@
<License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA>
<Summary>date conversion routines</Summary>
<Summary>HTTP::Date - Provides date conversion routines</Summary>
<Description>This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.</Description>
<Archive sha1sum="85f8dbcad22f2680775a185ce91a42c89e0ad2a8" type="targz">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz</Archive>
<Archive sha1sum="91ee37a40fd75bc303aad2454b43c0a3908c9f38" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -22,6 +22,7 @@
<Package>
<Name>perl-HTTP-Date</Name>
<Summary>HTTP::Date - Provides date conversion routines</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
@@ -34,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-11</Date>
<Version>6.05</Version>
<Comment>Version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>6.02</Version>
@@ -2,8 +2,7 @@
<PISI>
<Source>
<Name>perl-HTTP-Date</Name>
<Summary xml:lang="en">date conversion routines</Summary>
<Description xml:lang="en">This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default.</Description>
<Summary xml:lang="tr">HTTP::Date tarih-zaman dönüşümleri sağlayan perl modülüdür</Summary>
<Description xml:lang="tr">perl-HTTP-Date modülü, HTTP protokolü tarafından kullnaılan tarih biçemlerini tanımak ve dönüştürmek ile ilgilenen bir perl modülüdür.</Description>
</Source>
</PISI>