Ports Search

Results 12,84112,850 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/HTML_Table-1.8.4 (Score: 9.2878623E-4)
Makes design of HTML tables easy, flexible, reusable, and efficient
The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables. * Lots of customization options. * Tables can be modified at any time. * The logic is the same as standard HTML editors. * Handles col and rowspans. * PHP code is shorter, easier to read and to maintain. * Tables options can be reused.
devel/rcs-5.9.4 (Score: 9.2878623E-4)
Version control system
The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters. This port is gnu rcs.
devel/pydasm-1.5 (Score: 9.2878623E-4)
Python interface to libdasm
pydasm is a python interface to libdasm, the best x86 disassembling library out there.
devel/I18N-1.0.0 (Score: 9.2878623E-4)
PEAR internationalization package
This package supports you to localize your applications. Multiple ways of supporting translation are implemented and methods to determine the current users (browser-)language. Localizing Numbers, DateTime and currency is also possible.
devel/Math_Fraction-0.4.1 (Score: 9.2878623E-4)
Classes that represent and manipulate fractions
Classes that represent and manipulate fractions (x = a/b). The Math_FractionOp static class contains definitions for: - basic arithmetic operations - comparing fractions - greatest common divisor (gcd) and least common multiple (lcm) of two integers - simplifying (reducing) and getting the reciprocal of a fraction - converting a float to fraction.
devel/Net_Gearman-0.2.3 (Score: 9.2878623E-4)
Gearman client libraray for PHP
Gearman client library for PHP.
devel/PEAR_Info-1.9.2 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
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
devel/PHPDoc-0.1.0 (Score: 9.2878623E-4)
Tool to generate documentation from the source
PHPDoc is an attempt to adopt Javadoc to the PHP world.