Date: Tue, 21 Aug 2007 09:10:15 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/pecl-phar Makefile distinfo pkg-descr Message-ID: <200708210910.l7L9AFXV085109@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-08-21 09:10:15 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/pecl-phar Makefile distinfo pkg-descr Log: The 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. PHP 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. WWW: http://pecl.php.net/package/phar/ PR: ports/115224 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org> Revision Changes Path 1.181 +1 -0 ports/archivers/Makefile 1.1 +38 -0 ports/archivers/pecl-phar/Makefile (new) 1.1 +3 -0 ports/archivers/pecl-phar/distinfo (new) 1.1 +13 -0 ports/archivers/pecl-phar/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708210910.l7L9AFXV085109>