Ports Search

Results 15,67115,680 of 19,819 for %22HTTP Server%22.(0.014 seconds)
textproc/minised-1.15 (Score: 9.2878623E-4)
Smaller, cheaper, faster sed implementation
This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. Along a lot fixes and cleanups, further speedups, and some missing features and POSIX conformance, we also added a test-suite to the package, so regressions are quickly and easily uncovered.
textproc/DocSet-0.19 (Score: 9.2878623E-4)
Documentation projects builder in HTML, PS, and PDF formats
This package builds a docset from sources in different formats. The generated documents can be all nicely interlinked and to have the same look and feel. Currently it knows to handle input formats: * POD * HTML and knows to generate: * HTML * PS * PDF
textproc/hunspell-2.1 (Score: 9.2878623E-4)
Norwegian (Nynorsk and Bokmaal) hunspell dictionaries
Norwegian (Nynorsk and Bokmaal) hunspell dictionaries
textproc/EBook-Tools-0.5.4 (Score: 9.2878623E-4)
Object class for manipulating and generating E-books
EBook-Tools contains a library and a command-line tool for unpacking, creating, correcting, and repacking electronic books. Current unpacking support is limited to PalmDoc and Mobipocket and generation is limited to EPub. The metadata correction tools are quite extensive, however. For more details, see the POD information on EBook::Tools and EBook::Tools::Unpack.
textproc/Excel-Template-0.34 (Score: 9.2878623E-4)
Perl module for templating Excel files
The Excel::Template perl module is a module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication of logic that's already been done within HTML::Template.
textproc/FormValidator-Lite-0.38 (Score: 9.2878623E-4)
Lightleight form validation library
FormValidator::Lite is a simple, fast implementation for form validation.
textproc/Games-Dissociate-0.19 (Score: 9.2878623E-4)
Dissociated Press algorithm and filter
This module provides the function dissociate, which implements a Dissociated Press algorithm, well known to Emacs users as "meta-x dissociate". The algorithm here is by no means a straight port of Emacs's dissociate.el, but is instead merely inspired by it.
textproc/opensched-0.1.0 (Score: 9.2878623E-4)
Project scheduler
OpenSched is a project management / scheduling program. It reads a description file that describes what must be done and who can do what work, and it automatically assigns work to people, and schedules the entire project.
textproc/Getopt-Lucid-1.06 (Score: 9.2878623E-4)
Clear, readable syntax for command line processing
The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long.
textproc/HTML-Copy-1.31 (Score: 9.2878623E-4)
Copy a HTML file without breaking links
This module is to copy a HTML file without beaking links in the file. This module is a sub class of HTML::Parser.