# 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: # # . # ./pkg-descr # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThe phar extension provides the phar stream wrapper and the Phar class for manipulating self-contained PHP Archive (phar) files. The Phar class can be used to create and to extract contents of phar files as well as iterating over their contents. X XPHP Archive files (Phars) are special collections of files that can be transparently run right out of the file, similar to Java's jar archive files. Using a phar archive, it is possible to distribute a complete PHP application in a single file that will run out of the file without modification or extraction. X XWWW: http://pecl.php.net/package/phar/ X X- Ditesh Shashikant Gathani Xditesh@gathani.org END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (PECL/phar-1.2.0.tgz) = bafae732137b0b8977e289910a36f438 XSHA256 (PECL/phar-1.2.0.tgz) = 83fad1a7946e8355aebf40e4928a2a6323c86f16df41ad9f67fa3b3852229fc8 XSIZE (PECL/zip-1.9.0.tgz) = 67432 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: pecl-phar X# Date created: 6 Aug 2007 X# Whom: Ditesh Shashikant Gathani X# X# $FreeBSD$ X# X XPORTNAME= phar XPORTVERSION= 1.2.0 XCATEGORIES= archivers pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= ditesh@gathani.org XCOMMENT= A PECL extension which allows running applications out of .phar files X XUSE_PHP= hash spl XUSE_PHP_BUILD= yes XUSE_PHPEXT= yes X XOPTIONS= BZ2 "Enable bz2 compression support" off \ X ZLIB "Enable gzip compression support" off X X.include X X.if defined(WITH_BZ2) && !defined(WITHOUT_BZ2) XUSE_PHP+= bz2 X.endif X X.if defined(WITH_ZLIB) && !defined(WITHOUT_ZLIB) XUSE_PHP+= zlib X.endif X XCONFIGURE_ARGS= --enable-phar X X.include END-of-./Makefile exit