# 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-parallel # pecl-parallel/distinfo # pecl-parallel/Makefile # pecl-parallel/pkg-descr # echo c - pecl-parallel mkdir -p pecl-parallel > /dev/null 2>&1 echo x - pecl-parallel/distinfo sed 's/^X//' >pecl-parallel/distinfo << '1dd347390932750c3e0477c4f7feaab3' XTIMESTAMP = 1585245120 XSHA256 (PECL/parallel-1.1.3.tgz) = f94e0db20e379e7f98e7872f790136a2bd38a9cf709a1ea1263763959f85773a XSIZE (PECL/parallel-1.1.3.tgz) = 58176 1dd347390932750c3e0477c4f7feaab3 echo x - pecl-parallel/Makefile sed 's/^X//' >pecl-parallel/Makefile << '71d664d9c774428781cee627e98475d5' X# Created by: Anish Mistry X# $FreeBSD$ X XPORTNAME= parallel XPORTVERSION= 1.1.3 XCATEGORIES= devel X XMAINTAINER= amistry@am-productions.biz XCOMMENT= Compatible Threading API for PHP7.2+ X XLICENSE= PHP301 X XUSES= php:pecl X XCFLAGS+= -I${LOCALBASE}/include X X.include X X.if !defined(PHP_ZTS) && exists(${LOCALBASE}/bin/php) XPHP_ZTS!= ${LOCALBASE}/bin/php -r 'phpinfo();' | ${GREP} 'Thread Safety' | ${AWK} -F '=> ' '{print $$2}' X.else XPHP_ZTS= disabled X.endif X X.if ${PHP_ZTS} == "disabled" XIGNORE= parallel requires ZTS, please re-compile PHP with ZTS enabled X.endif X X.include 71d664d9c774428781cee627e98475d5 echo x - pecl-parallel/pkg-descr sed 's/^X//' >pecl-parallel/pkg-descr << '379da7204484746448454dc81c21bf9a' XA compatible Threading / Concurrency API for PHP7.2+ X XWWW: https://pecl.php.net/package/parallel 379da7204484746448454dc81c21bf9a exit