HTTP::Negotiate provides a complete implementation of the HTTP content

negotiation algorithm.

WWW: http://search.cpan.org/dist/HTTP-Negotiate/

This new port is needed to update www/p5-libwww.
This commit is contained in:
Frederic Culot 2011-04-15 14:36:24 +00:00
parent 3657e4714d
commit 39aa70d2f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272754
5 changed files with 39 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@
SUBDIR += p5-HTTP-MobileAgent
SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset
SUBDIR += p5-HTTP-MobileAttribute
SUBDIR += p5-HTTP-Negotiate
SUBDIR += p5-HTTP-Parser
SUBDIR += p5-HTTP-Parser-XS
SUBDIR += p5-HTTP-Proxy

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-HTTP-Negotiate
# Date created: 2011-04-15
# Whom: Frederic Culot <culot@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-Negotiate
PORTVERSION= 6.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of the HTTP content negotiation algorithm
RUN_DEPENDS= p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTTP::Negotiate.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (HTTP-Negotiate-6.00.tar.gz) = 4e070ea67427ab1843620debc923b820bd41b9018914dfef54bbc7af9257ae82
SIZE (HTTP-Negotiate-6.00.tar.gz) = 8560

View File

@ -0,0 +1,7 @@
HTTP::Negotiate provides a complete implementation of the HTTP content
negotiation algorithm. 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.
WWW: http://search.cpan.org/dist/HTTP-Negotiate/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/HTTP/Negotiate.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Negotiate/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Negotiate
@dirrmtry %%SITE_PERL%%/HTTP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP