mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
HTTP::Parser is a stateful HTTP request/response parsing module.
It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server. WWW: http://search.cpan.org/dist/HTTP-Parser/ PR: ports/120159 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
c011e46ed9
commit
c380f6be74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207321
@ -808,6 +808,7 @@
|
||||
SUBDIR += p5-HTTP-Lite
|
||||
SUBDIR += p5-HTTP-MHTTP
|
||||
SUBDIR += p5-HTTP-MobileAgent
|
||||
SUBDIR += p5-HTTP-Parser
|
||||
SUBDIR += p5-HTTP-Proxy
|
||||
SUBDIR += p5-HTTP-Recorder
|
||||
SUBDIR += p5-HTTP-Request-AsCGI
|
||||
|
26
www/p5-HTTP-Parser/Makefile
Normal file
26
www/p5-HTTP-Parser/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-HTTP-Parser
|
||||
# Date created: 2008-01-30
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTTP-Parser
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Parse HTTP/1.1 request into HTTP::Request/Response object
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTTP::Parser.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTTP-Parser/distinfo
Normal file
3
www/p5-HTTP-Parser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTTP-Parser-0.04.tar.gz) = 1ce9cabebbe1109fa216f232249d37f5
|
||||
SHA256 (HTTP-Parser-0.04.tar.gz) = 0d52c5948b4f44dd2c594d0157ff981bcff286e00a0567ba1186ed70a62730aa
|
||||
SIZE (HTTP-Parser-0.04.tar.gz) = 5927
|
7
www/p5-HTTP-Parser/pkg-descr
Normal file
7
www/p5-HTTP-Parser/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
HTTP::Parser is a stateful HTTP request/response parsing module.
|
||||
|
||||
It accepts chunks of data passed to it and returns either a completion hint
|
||||
or an HTTP::Request (or Response) object when it has the entire request. It
|
||||
was originally written to be part of a simple Event.pm-based HTTP server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTTP-Parser/
|
5
www/p5-HTTP-Parser/pkg-plist
Normal file
5
www/p5-HTTP-Parser/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/.packlist
|
||||
%%SITE_PERL%%/HTTP/Parser.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP
|
||||
@dirrmtry %%SITE_PERL%%/HTTP
|
Loading…
Reference in New Issue
Block a user