Ports Search

Results 15,73115,740 of 19,819 for %22HTTP Server%22.(0.011 seconds)
textproc/OpenOffice-OODoc-2.125 (Score: 9.2878623E-4)
Perl Open OpenDocument Connector
OpenOffice::OODoc is an extensible Perl interface allowing direct read/write operations on files which comply with the OASIS Open Document Format for Office Applications (ODF), i.e. the ISO/IEC 26300:2006 standard. It provides a high-level, document-oriented language, and isolates the programmer from the details of the file format. It can process different document classes (texts, spreadsheets, presentations, and drawings). It can retrieve or update styles and images, document metadata, as well as text content.
textproc/PDF-API2-2.028 (Score: 9.2878623E-4)
Facilitates the creation and modification of PDF files
PDF::API2 There seem to be a growing plethora of Perl modules for creating and manipulating PDF files. This module is 'The Next Generation' of Text::PDF::API which initially provided a nice API around the Text::PDF::* modules created by Martin Hosken. FEATURES . Works with more than one PDF file open at once . It presents a object-oriented API to the user . Supports the 14 base PDF Core Fonts . Supports TrueType fonts . Supports Adobe-Type1 Fonts (pfb/pfa/afm) . Supports native Embedding of bitmap images (jpeg,ppm,png,gif) . Supports modification of existing pdfs and import/cloning of pages
textproc/PDF-FromHTML-0.31 (Score: 9.2878623E-4)
Convert HTML documents to PDF
This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig. There is also a command-line utility, html2pdf.pl, that comes with this distribution.
textproc/PDF-Table-0.9.12 (Score: 9.2878623E-4)
Utility class for building table layouts in a PDF::API2 object
PDF-Table is intended for table generation using PDF::API2.
textproc/POD2-Base-0.043 (Score: 9.2878623E-4)
Base module for translations of Perl documentation
p5-POD2-Base is an abstraction of the code in POD2::IT and POD2::FR. These modules belong to the Italian and the French translation projects of core Perl pods.
textproc/PPI-HTML-1.08 (Score: 9.2878623E-4)
Generate syntax-highlighted HTML for Perl using PPI
PPI::HTML is the successor to the non-redundant PPI::Format::HTML.
textproc/PPI-XS-0.902 (Score: 9.2878623E-4)
XS acceleration for the PPI perl parser
PPI::XS provides XS-based acceleration of the core PPI packages. It selectively replaces a (small but growing) number of methods throughout PPI with identical but much faster C versions.
textproc/PPIx-EditorTools-0.19 (Score: 9.2878623E-4)
Utility methods and base class for manipulating Perl via PPI
Base class and utility methods for manipulating Perl via PPI. Pulled out from the Padre::Task::PPI code.
textproc/PPIx-Regexp-0.037 (Score: 9.2878623E-4)
PPI regular expression parser
The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl.
textproc/Parse-CSV-2.04 (Score: 9.2878623E-4)
Highly flexible CSV parser for large files
Surely the CPAN doesn't need yet another CSV parsing module. Text::CSV_XS is the standard parser for CSV files. It is fast as hell, but unfortunately it can be a bit verbose to use. A number of other modules have attempted to put usability wrappers around this venerable module, but they have all focussed on parsing the entire file into memory at once. This method is fine unless your CSV files start to get large. Once that happens, the only existing option is to fall back on the relatively slow and heavyweight XML::SAXDriver::CSV module. Parse::CSV fills this functionality gap. It provides a flexible and light-weight streaming parser for large, extremely large, or arbitrarily large CSV files.