Merge pull request #29 from davehome/master

Several new perl packages.
This commit is contained in:
Juan RP 2011-07-14 10:04:18 -07:00
commit 9296868fb9
4 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Template build file for 'perl-File-Listing'.
pkgname=perl-File-Listing
version=6.02
wrksrc="File-Listing-$version"
distfiles="${CPAN_SITE}/File/File-Listing-$version.tar.gz"
build_style=perl_module
short_desc="File::Listing - parse directory listing"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/File-Listing-6.02/lib/File/Listing.pm"
license="GPL-2"
checksum=10d74be7373c1719363876c146f1f1730264585e74b6ddb7b7cb36cbc7b1ed19
long_desc="
This module exports a single function called parse_dir(), which can be used
to parse directory listings."
noarch=yes
Add_dependency full perl-HTTP-Date
Add_dependency full perl

View file

@ -0,0 +1,24 @@
# Template build file for 'perl-HTML-Form'.
pkgname=perl-HTML-Form
version=6.00
wrksrc="HTML-Form-$version"
distfiles="${CPAN_SITE}/HTML/HTML-Form-$version.tar.gz"
build_style=perl_module
short_desc="HTML::Form - Class that represents an HTML form element"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTML-Form-6.00/lib/HTML/Form.pm"
license="GPL-2"
checksum=b41b6f5480493d427a56974c0fb6f51e807d93938ef1518dd22454b93cad4987
long_desc="
Objects of the HTML::Form class represents a single HTML FORM tag instance.
A form consists of a sequence of inputs that usually have names, and which
can take on various values. The state of a form can be tweaked and it can
then be asked to provide HTTP::Request objects that can be passed to the
request() method of LWP::UserAgent."
noarch=yes
Add_dependency full perl-HTML-Parser
Add_dependency full perl-URI
Add_dependency full perl-HTTP-Message
Add_dependency full perl

View file

@ -0,0 +1,31 @@
# Template build file for 'perl-HTTP-Cookies'.
pkgname=perl-HTTP-Cookies
version=6.00
wrksrc="HTTP-Cookies-$version"
distfiles="${CPAN_SITE}/HTTP/HTTP-Cookies-$version.tar.gz"
build_style=perl_module
short_desc="HTTP::Cookies - HTTP cookie jars"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTTP-Cookies-6.00/lib/HTTP/Cookies.pm"
license="GPL-2"
checksum=30b5741894696493748336226b91e1a6bda66480f5fa758f5ce10b21f360a81c
long_desc="
This class is for objects that represent a cookie jar -- that is, a database
of all the HTTP cookies that a given LWP::UserAgent object knows about.
Cookies are a general mechanism which server side connections can use to both
store and retrieve information on the client side of the connection. For more
information about cookies refer to http://curl.haxx.se/rfc/cookie_spec.html
and http://www.cookiecentral.com/. This module also implements the new style
cookies described in RFC 2965. The two variants of cookies are supposed to be
able to coexist happily.
Instances of the class HTTP::Cookies are able to store a collection of
Set-Cookie2: and Set-Cookie: headers and are able to use this information to
initialize Cookie-headers in HTTP::Request objects. The state of a
HTTP::Cookies object can be saved in and restored from files."
noarch=yes
Add_dependency full perl-HTTP-Message
Add_dependency full perl

View file

@ -0,0 +1,22 @@
# Template build file for 'perl-HTTP-Negotiate'.
pkgname=perl-HTTP-Negotiate
version=6.00
wrksrc="HTTP-Negotiate-$version"
distfiles="${CPAN_SITE}/HTTP/HTTP-Negotiate-$version.tar.gz"
build_style=perl_module
short_desc="HTTP::Negotiate - choose a variant to serve"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://search.cpan.org/~gaas/HTTP-Negotiate-6.00/lib/HTTP/Negotiate.pm"
license="GPL-2"
checksum=4e070ea67427ab1843620debc923b820bd41b9018914dfef54bbc7af9257ae82
long_desc="
This module provides a complete implementation of the HTTP content
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12.
Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and the value
of the various Accept* header fields in the request."
noarch=yes
Add_dependency full perl-HTTP-Message
Add_dependency full perl