# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-HTTP-Parser # p5-HTTP-Parser/pkg-descr # p5-HTTP-Parser/Makefile # p5-HTTP-Parser/pkg-plist # p5-HTTP-Parser/distinfo # echo c - p5-HTTP-Parser mkdir -p p5-HTTP-Parser > /dev/null 2>&1 echo x - p5-HTTP-Parser/pkg-descr sed 's/^X//' >p5-HTTP-Parser/pkg-descr << 'END-of-p5-HTTP-Parser/pkg-descr' XHTTP::Parser is a stateful HTTP request/response parsing module. X XIt accepts chunks of data passed to it and returns either a completion hint Xor an HTTP::Request (or Response) object when it has the entire request. It Xwas originally written to be part of a simple Event.pm-based HTTP server. X XAuthor: David Robins XWWW: http://search.cpan.org/~dbrobins/HTTP-Parser/ END-of-p5-HTTP-Parser/pkg-descr echo x - p5-HTTP-Parser/Makefile sed 's/^X//' >p5-HTTP-Parser/Makefile << 'END-of-p5-HTTP-Parser/Makefile' X# New ports collection makefile for: p5-HTTP-Parser X# Date created: 2008-01-30 X# Whom: Masahiro Teramoto X# X# $FreeBSD$ X# X XPORTNAME= HTTP-Parser XPORTVERSION= 0.04 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/D/DB/DBROBINS XPKGNAMEPREFIX= p5- X XMAINTAINER= markun@onohara.to XCOMMENT= parse HTTP/1.1 request into HTTP::Request/Response object X XBUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ X p5-URI>=0:${PORTSDIR}/net/p5-URI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= HTTP::Parser.3 X X.include END-of-p5-HTTP-Parser/Makefile echo x - p5-HTTP-Parser/pkg-plist sed 's/^X//' >p5-HTTP-Parser/pkg-plist << 'END-of-p5-HTTP-Parser/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser/.packlist X%%SITE_PERL%%/HTTP/Parser.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Parser X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP X@dirrmtry %%SITE_PERL%%/HTTP END-of-p5-HTTP-Parser/pkg-plist echo x - p5-HTTP-Parser/distinfo sed 's/^X//' >p5-HTTP-Parser/distinfo << 'END-of-p5-HTTP-Parser/distinfo' XMD5 (HTTP-Parser-0.04.tar.gz) = 1ce9cabebbe1109fa216f232249d37f5 XSHA256 (HTTP-Parser-0.04.tar.gz) = 0d52c5948b4f44dd2c594d0157ff981bcff286e00a0567ba1186ed70a62730aa XSIZE (HTTP-Parser-0.04.tar.gz) = 5927 END-of-p5-HTTP-Parser/distinfo exit