# 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: # # pecl-request # pecl-request/pkg-descr # pecl-request/Makefile # pecl-request/distinfo # echo c - pecl-request mkdir -p pecl-request > /dev/null 2>&1 echo x - pecl-request/pkg-descr sed 's/^X//' >pecl-request/pkg-descr << '788550c99e5bd0ed19026e2dbf0e13b3' XThis extension provides server-side request and response objects for PHP 7. XThese are *not* HTTP message objects proper. They are more like wrappers Xfor existing global PHP variables and functions, with some limited Xadditional convenience functionality. X XThis extension defines two classes in the global namespace: X X- ServerRequest, composed of read-only copies of PHP superglobals and some X other commonly-used values, with methods for adding application-specific X request information in immutable fashion. X X- ServerResponse, essentially a wrapper around (and buffer for) response- X related PHP functions, with some additional convenience methods, and self- X sending capability. X XDocumentation: https://gitlab.com/pmjones/ext-request X XA PHP 5 userland implementation that tracks this extension is available at Xhttps://packagist.org/packages/pmjones/request . X XWWW: https://pecl.php.net/package/request 788550c99e5bd0ed19026e2dbf0e13b3 echo x - pecl-request/Makefile sed 's/^X//' >pecl-request/Makefile << '44a133a316ebff203c0fff8646dd9c87' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= request XPORTVERSION= 1.0.0b1 XCATEGORIES= devel XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XDIST_SUBDIR= PECL X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= Provides server-side request and response objects for PHP 7 X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE.md X XUSES= php:ext tar:tgz XIGNORE_WITH_PHP= 56 X X.include 44a133a316ebff203c0fff8646dd9c87 echo x - pecl-request/distinfo sed 's/^X//' >pecl-request/distinfo << '8105ad32ec3d9375dba482ca0ae025e3' XTIMESTAMP = 1482201871 XSHA256 (PECL/request-1.0.0b1.tgz) = 04e1a5401a3ccab2e03cde742ffb209b4b2c552edceb0c1e8eebbf642373e5b7 XSIZE (PECL/request-1.0.0b1.tgz) = 34666 8105ad32ec3d9375dba482ca0ae025e3 exit