New packages: perl-HTTP-Daemon-6.00, perl-Net-HTTP-6.01.

This commit is contained in:
davehome 2011-07-14 11:19:52 -06:00
parent 9296868fb9
commit 7eda89a0c3
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# Template build file for 'perl-HTTP-Daemon'.
pkgname=perl-HTTP-Daemon
version=6.00
wrksrc="HTTP-Daemon-$version"
distfiles="${CPAN_SITE}/HTTP/HTTP-Daemon-$version.tar.gz"
build_style=perl_module
short_desc="HTTP::Daemon - a simple http server class"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTTP-Daemon-6.00/lib/HTTP/Daemon.pm"
license="GPL-2"
checksum=4801d349c52813a1e49d6b31962f45705bae76fb907279e75933596c04e0de89
long_desc="
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."
noarch=yes
Add_dependency full perl-HTTP-Message
Add_dependency full perl-LWP-MediaTypes
Add_dependency full perl

View file

@ -0,0 +1,19 @@
# Template build file for 'perl-Net-HTTP'.
pkgname=perl-Net-HTTP
version=6.01
wrksrc="Net-HTTP-$version"
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
build_style=perl_module
short_desc="Net::HTTP - Low-level HTTP connection (client)"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/Net-HTTP-6.01/lib/Net/HTTP.pm"
license="GPL-2"
checksum=76d883f9b249b16393dc183de04b4e4fed99bb0eb776ab9149d915607c69ea46
long_desc="
The Net::HTTP class is a low-level HTTP client. An instance of the
Net::HTTP class represents a connection to an HTTP server. The HTTP protocol
is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1."
noarch=yes
Add_dependency full perl