Ports Search

Results 3,7113,720 of 5,623 for /devel/.(0.003 seconds)
devel/theseer-20120501 (Score: 0.032514982)
PEAR channel pear.netpirates.net
Netpirates PEAR channel
devel/Net_Gearman-0.2.3 (Score: 0.032514982)
Gearman client libraray for PHP
Gearman client library for PHP.
devel/PEAR_Info-1.9.2 (Score: 0.032514982)
Show Information about your PEAR install and its packages
This package generates a comprehensive information page for your current PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name With a few parameters, the entire package.xml is automatically updated with a listing of all files in a package.
devel/PEAR_PackageFileManager-1.7.2 (Score: 0.032514982)
PEAR class to maintain PEAR packages
PEAR::PEAR_PackageFileManager 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 package. Features include - 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 two plugins exist, one for standard recursive directory content listing, and one that reads the CVS/Entries files and generates a file listing based on the contents of a checked out CVS repository - incredibly flexible options for assigning install roles to files/directories - ability to ignore any file based on a * ? wildcard-enabled string(s) - ability to include only files that match a * ? wildcard-enabled 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 PEAR_PackageFileManager is fully unit tested.
devel/PEAR_PackageFileManager2-1.0.4 (Score: 0.032514982)
PEAR class to maintain PEAR packages
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 package. Features include - manages 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-enabled string(s) - ability to include only files that match a * ? wildcard-enabled 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
The plugins for PEAR_PackageFileManager
The plugins for PEAR_PackageFileManager to pick up what files to use. Supported are * File * CVS * SVN * Perforce This package is to be used with PackageFileManager v1 and v2 and can't be used on it's own
devel/PHPDoc-0.1.0 (Score: 0.032514982)
Tool to generate documentation from the source
PHPDoc is an attempt to adopt Javadoc to the PHP world.
devel/PHPUnit-3.7.6 (Score: 0.032514982)
PEAR regression testing framework for unit tests
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. It is based upon JUnit, which can be found at http://www.junit.org/.
devel/PHPUnit_MockObject-1.2.2 (Score: 0.032514982)
Mock Object library for PHPUnit
Mock Object library for PHPUnit
devel/PHP_ArrayOf-0.2.1 (Score: 0.032514982)
Abstract class package to create arrays of specific element types
Allows to create classes similar to ArrayObject with additional element type or index constraints.