Ports Search

Results 14,24114,250 of 19,819 for %22HTTP Server%22.(0.016 seconds)
misc/gkrellm-xkb-1.05 (Score: 9.2878623E-4)
X keyboard layout plugin for GKrellM
gkrellm-xkb is a plugin for gkrellm which displays a small country flag indicating currently active national keyboard layout.
misc/gnuit-4.9.5 (Score: 9.2878623E-4)
GNU Interactive Tools - a file system browser for UNIX systems
GIT is a file system browser for UNIX systems. An interactive process viewer/killer, a hex/ascii file viewer, an auto-mount shell script and a per file type action script are also available.
misc/gonvert-0.2.38 (Score: 9.2878623E-4)
Conversion utility that allows conversion between many units
gonvert is a conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc. All units converted values shown at once as you type. Easy to add/change your own units. Features: - 51 categories, 981 units. See the entire list here. - All units converted values shown at once as you type. - Descriptions for many units. - Sort by Unit Name, Value, or Unit symbol. - Find Units. - Fully OPEN source so that you can add your own custom calculations and descriptions.
misc/hello-2.10 (Score: 9.2878623E-4)
Utility for saying hello to the world and reading email
The GNU hello program produces a familiar, friendly greeting. It allows nonprogrammers to use a classic computer science tool which would otherwise be unavailable to them.
misc/help2man-1.43.3 (Score: 9.2878623E-4)
Automatically generating simple manual pages from program output
help2man is a tool for automatically generating simple manual pages from program output. It is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document. Given a program which produces resonably standard --help and --version outputs, help2man will attempt to re-arrange that output into something which resembles a manual page.
misc/ini_file_manager-03 (Score: 9.2878623E-4)
Ini configuration file reader and manipulator package for Ada
The Ini file manager consists of a package, Config, which can read or write informations from various configuration files known as "ini" files because they have often the ".ini" extension. They are text files which look like the following: ; Comment line [Section 1] a_string = abcd # a comment here... a_number = +123.456 ; another comment [Section 2] a_string = efgh For more examples in this format, just search files with the .ini extension on a Windows-based computer.
misc/iselect-1.4.0 (Score: 9.2878623E-4)
Interactive Selection Tool
iSelect is an interactive line selection tool for ASCII files, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command).
misc/jargon-4.4.7 (Score: 9.2878623E-4)
The famous jargon file
Do you know what 'foo' means? Have you wondered about the mutated punchline in the BUGS section of tunefs(8)? Do you know the 'least random number'? Find all answers in the jargon file, a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor.
misc/fortune-mod-epictetus-0.2 (Score: 9.2878623E-4)
Quotes from Epictetus
fortune-mod-epictetus is a compilation of quotes from the ancient philosopher Epictetus. They come from "A Selection from the Discourses of Epictetus with the Encheiridion" translated by George Long.
misc/histring-1.1.0 (Score: 9.2878623E-4)
Highlight strings using the ANSI terminal escape sequences
From the histring README: This program simply highlights strings using ANSI terminal escape codes. It started out as sample code for using regular expressions but it turned out that I used it so much that I thought it warrented a release. One of the most common things I use the program for is helping me parse the output of grep and diff. I think that this programs functionality should be folded in to those programs but until then histring does the job nicely.