From owner-cvs-all@FreeBSD.ORG Sat Nov 28 23:55:53 2009 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 D7FE21065670; Sat, 28 Nov 2009 23:55:53 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C705C8FC1D; Sat, 28 Nov 2009 23:55:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nASNtrN2048321; Sat, 28 Nov 2009 23:55:53 GMT (envelope-from sylvio@repoman.freebsd.org) Received: (from sylvio@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nASNtrgA048320; Sat, 28 Nov 2009 23:55:53 GMT (envelope-from sylvio) Message-Id: <200911282355.nASNtrgA048320@repoman.freebsd.org> From: Sylvio Cesar Teixeira Date: Sat, 28 Nov 2009 23:55:53 +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/devel Makefile ports/devel/pear-PEAR_PackageFileManager2 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 23:55:53 -0000 sylvio 2009-11-28 23:55:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-PEAR_PackageFileManager2 Makefile distinfo pkg-descr Log: This package revolutionizes the maintenance of PEAR packages. With a few parameters, the entire package.xml is automatically updated with a listing of all files in a packages. Features include: - manpages the new package.xml 2.0 format in PEAR 1.4.0 - can detect PHP and extension dependencies using PHP_CompatInfo - reads in an existing package.xml file, and only changes the release/changelog - a plugin system for retrieving files in a directory. Currently four plugins exist, one for standard recursive directory content listing, one that reads the CVS/Entries files and generates a file listing based on the contents of a checked out CVS repository, one that reads Subversion entries files, and one that queries a Perforce repository. - incredibly flexible options for assigning install roles to files/directories - ability to ignore any file based on a * ? wildcard-enable string(s) - ability to include only file that match a * ? wildcard-enable string(s) - ability to manage dependencies - can output the package.xml in any directory, and read in the package.xml file from any directory. - can specify a different name for the package.xml file WWW: http://pear.php.net/package/PEAR_PackageFileManager2/ PR: ports/139704 Submitted by: myself (sylvio@) Approved by: miwi (mentor) Revision Changes Path 1.3698 +1 -0 ports/devel/Makefile 1.1 +59 -0 ports/devel/pear-PEAR_PackageFileManager2/Makefile (new) 1.1 +3 -0 ports/devel/pear-PEAR_PackageFileManager2/distinfo (new) 1.1 +21 -0 ports/devel/pear-PEAR_PackageFileManager2/pkg-descr (new)