perl-HTTP-Daemon: ver bump
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
@@ -3,18 +3,18 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-HTTP-Daemon</Name>
|
||||
<Homepage>https://metacpan.org/pod/HTTP::Daemon</Homepage>
|
||||
<Homepage>https://metacpan.org/release/HTTP-Daemon</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A simple http server class</Summary>
|
||||
<Description>Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests.</Description>
|
||||
<Archive sha1sum="3f19cf7275cf231bc63b3d1bea83b52ffea2f9af" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.06.tar.gz</Archive>
|
||||
<Archive sha1sum="4a06c2cb7a033d556fa34ea2ac88558da90a4815" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.12.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
@@ -34,14 +34,21 @@
|
||||
<Dependency>perl-LWP-Mediatypes</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<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>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>6.12</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-13</Date>
|
||||
<Version>6.06</Version>
|
||||
|
||||
Reference in New Issue
Block a user