From fea5f14c91b3bd7872722b4d2759ce06b1a84d70 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 14 Jul 2011 10:32:52 -0600 Subject: [PATCH] New package: perl-HTTP-Cookies-6.00. --- srcpkgs/perl-HTTP-Cookies/template | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 srcpkgs/perl-HTTP-Cookies/template diff --git a/srcpkgs/perl-HTTP-Cookies/template b/srcpkgs/perl-HTTP-Cookies/template new file mode 100644 index 00000000000..939b7eff711 --- /dev/null +++ b/srcpkgs/perl-HTTP-Cookies/template @@ -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 " +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