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.
This commit is contained in:
parent
fd8e154867
commit
eb3889f90b
3 changed files with 32 additions and 0 deletions
6
www/p5-HTTP-Negotiate/DESCR
Normal file
6
www/p5-HTTP-Negotiate/DESCR
Normal file
|
@ -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.
|
21
www/p5-HTTP-Negotiate/Makefile
Normal file
21
www/p5-HTTP-Negotiate/Makefile
Normal file
|
@ -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"
|
5
www/p5-HTTP-Negotiate/distinfo
Normal file
5
www/p5-HTTP-Negotiate/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue