Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,20 @@ +name : perl-http-daemon +version : 6.01 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz : 43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2 +license : Artistic-1.0-Perl +component : programming.perl +summary : HTTP::Daemon - a simple http server class +description: | + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. +rundeps : + - perl-http-date + - perl-http-message + - perl-lwp-mediatypes +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + perl-http-daemon + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + HTTP::Daemon - a simple http server class + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. + + https://solus-project.com/sources/README.Solus + + + perl-http-daemon + HTTP::Daemon - a simple http server class + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/HTTP/Daemon.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/HTTP/Daemon/.packlist + /usr/share/man + + + + + 2017-05-29 + 6.01 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file