Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-PEAR_PackageFileManager2 / pkg-descr
1 This package revolutionizes the maintenance of PEAR packages.
2 With a few parameters, the entire package.xml is automatically
3 updated with a listing of all files in a package.
4 Features include
5 - manages the new package.xml 2.0 format in PEAR 1.4.0
6 - can detect PHP and extension dependencies using PHP_CompatInfo
7 - reads in an existing package.xml file, and only changes the release/changelog
8 - a plugin system for retrieving files in a directory. Currently four plugins
9 exist, one for standard recursive directory content listing, one that
10 reads the CVS/Entries files and generates a file listing based on the contents
11 of a checked out CVS repository, one that reads Subversion entries files, and
12 one that queries a Perforce repository.
13 - incredibly flexible options for assigning install roles to files/directories
14 - ability to ignore any file based on a * ? wildcard-enabled string(s)
15 - ability to include only files that match a * ? wildcard-enabled string(s)
16 - ability to manage dependencies
17 - can output the package.xml in any directory, and read in the package.xml
18 file from any directory.
19 - can specify a different name for the package.xml file
20
21 WWW:    http://pear.php.net/package/PEAR_PackageFileManager2/