diff --git a/programming/language/perl/perl-HTTP-Server-Simple/actions.py b/programming/language/perl/perl-HTTP-Server-Simple/actions.py index 22f60704c9..ef4dfc24ef 100644 --- a/programming/language/perl/perl-HTTP-Server-Simple/actions.py +++ b/programming/language/perl/perl-HTTP-Server-Simple/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/perl/perl-HTTP-Server-Simple/pspec.xml b/programming/language/perl/perl-HTTP-Server-Simple/pspec.xml index 9accbfb58d..c0b13b461c 100644 --- a/programming/language/perl/perl-HTTP-Server-Simple/pspec.xml +++ b/programming/language/perl/perl-HTTP-Server-Simple/pspec.xml @@ -1,14 +1,15 @@ - + perl-HTTP-Server-Simple - http://search.cpan.org/dist/HTTP-Server-Simple/ + https://metacpan.org/pod/HTTP::Server::Simple Pisi Linux Admins admins@pisilinux.org Artistic + programming.language.perl library Lightweight HTTP Server 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. @@ -21,6 +22,7 @@ perl-HTTP-Server-Simple + Lightweight HTTP Server perl perl-URI @@ -33,6 +35,13 @@ + + 2020-01-14 + 0.52 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 0.52 @@ -62,4 +71,4 @@ alhan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/perl/perl-HTTP-Server-Simple/translations.xml b/programming/language/perl/perl-HTTP-Server-Simple/translations.xml index de5643d090..a6f318c3ca 100644 --- a/programming/language/perl/perl-HTTP-Server-Simple/translations.xml +++ b/programming/language/perl/perl-HTTP-Server-Simple/translations.xml @@ -5,4 +5,4 @@ Basit bir HTTP Sunucusu 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. - + \ No newline at end of file