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