perl-HTTP-Server-Simple:rebuilt

This commit is contained in:
blue-devil
2020-01-14 20:18:32 +00:00
parent 3773361130
commit 1212389919
3 changed files with 15 additions and 6 deletions
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -22,4 +22,4 @@ def build():
def install():
perlmodules.install()
pisitools.dodoc("README", "Changes")
pisitools.dodoc("README", "Changes")
@@ -1,14 +1,15 @@
<?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-Server-Simple</Name>
<Homepage>http://search.cpan.org/dist/HTTP-Server-Simple/</Homepage>
<Homepage>https://metacpan.org/pod/HTTP::Server::Simple</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Lightweight HTTP Server</Summary>
<Description>HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.</Description>
@@ -21,6 +22,7 @@
<Package>
<Name>perl-HTTP-Server-Simple</Name>
<Summary>Lightweight HTTP Server</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-URI</Dependency>
@@ -33,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-14</Date>
<Version>0.52</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-07-26</Date>
<Version>0.52</Version>
@@ -62,4 +71,4 @@
<Email>alhan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Basit bir HTTP Sunucusu</Summary>
<Description xml:lang="tr">HTTP::Server::Simple basit, perl çekirdek modülleri dışında bağımlılığı olmadan tek başına çalışabilen bir HTTP hizmetidir. Tek başına çalışan, HTTP temelli bir uygulama yazmak istiyorsanız idealdir.</Description>
</Source>
</PISI>
</PISI>