perl-Http-Date:version bump and translate
This commit is contained in:
@@ -22,4 +22,4 @@ def check():
|
|||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.remove("/usr/share/man/man3/HTTP::Date.3pm")
|
pisitools.dodoc("LICENSE", "README*")
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-HTTP-Date</Name>
|
<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>
|
<Packager>
|
||||||
<Name>Osman Erkan</Name>
|
<Name>Osman Erkan</Name>
|
||||||
<Email>osman.erkan@pisilinux.org</Email>
|
<Email>osman.erkan@pisilinux.org</Email>
|
||||||
@@ -12,9 +12,9 @@
|
|||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<PartOf>programming.language.perl</PartOf>
|
<PartOf>programming.language.perl</PartOf>
|
||||||
<IsA>app:console</IsA>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-HTTP-Date</Name>
|
<Name>perl-HTTP-Date</Name>
|
||||||
|
<Summary>HTTP::Date - Provides date conversion routines</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -34,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2018-07-26</Date>
|
<Date>2018-07-26</Date>
|
||||||
<Version>6.02</Version>
|
<Version>6.02</Version>
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-HTTP-Date</Name>
|
<Name>perl-HTTP-Date</Name>
|
||||||
<Summary xml:lang="en">date conversion routines</Summary>
|
<Summary xml:lang="tr">HTTP::Date tarih-zaman dönüşümleri sağlayan perl modülüdür</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>
|
<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>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user