diff options
author | spz <spz@pkgsrc.org> | 2011-07-10 12:44:55 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-07-10 12:44:55 +0000 |
commit | 272aaa9d826459a85e5ff994ad1b528966d367c8 (patch) | |
tree | 5741be1b645de2790a78dc0c47e31e040484b8cc /www | |
parent | 50bae6c7cab58225f7aa99de4f67549b30d170d0 (diff) | |
download | pkgsrc-272aaa9d826459a85e5ff994ad1b528966d367c8.tar.gz |
perl5 module HTTP::Negotiate 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Negotiate/DESCR | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Negotiate/Makefile | 21 | ||||
-rw-r--r-- | www/p5-HTTP-Negotiate/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-HTTP-Negotiate/DESCR b/www/p5-HTTP-Negotiate/DESCR new file mode 100644 index 00000000000..d2aef9662c5 --- /dev/null +++ b/www/p5-HTTP-Negotiate/DESCR @@ -0,0 +1,6 @@ +perl5 module HTTP::Negotiate 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. diff --git a/www/p5-HTTP-Negotiate/Makefile b/www/p5-HTTP-Negotiate/Makefile new file mode 100644 index 00000000000..81fbf6a3855 --- /dev/null +++ b/www/p5-HTTP-Negotiate/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:44:55 spz Exp $ +# + +DISTNAME= HTTP-Negotiate-6.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTTP-Negotiate/ +COMMENT= negotiate HTTP service parameters +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-HTTP-Message>=6.02:../../www/p5-HTTP-Message + +PERL5_PACKLIST= auto/HTTP/Negotiate/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Negotiate/distinfo b/www/p5-HTTP-Negotiate/distinfo new file mode 100644 index 00000000000..9d09cd27742 --- /dev/null +++ b/www/p5-HTTP-Negotiate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/07/10 12:44:55 spz Exp $ + +SHA1 (HTTP-Negotiate-6.00.tar.gz) = 4ef0f026a9c710d876444dcfdc3a56cbb2c8a478 +RMD160 (HTTP-Negotiate-6.00.tar.gz) = d6294ced942b213b851cfe5088334934ab5e9a43 +Size (HTTP-Negotiate-6.00.tar.gz) = 8560 bytes |