From owner-cvs-all@FreeBSD.ORG Tue Aug 21 09:10:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72AB416A46D; Tue, 21 Aug 2007 09:10:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6321E13C4B4; Tue, 21 Aug 2007 09:10:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7L9AFoq085112; Tue, 21 Aug 2007 09:10:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7L9AFXV085109; Tue, 21 Aug 2007 09:10:15 GMT (envelope-from miwi) Message-Id: <200708210910.l7L9AFXV085109@repoman.freebsd.org> From: Martin Wilke Date: Tue, 21 Aug 2007 09:10:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/pecl-phar Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 09:10:15 -0000 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 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)