Ports Search

Results 11,50111,510 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/Test-Script-1.12 (Score: 9.2878623E-4)
Test::Script - Cross-platform basic tests for scripts
Test::Script - Cross-platform basic tests for scripts The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution.
devel/Test-Simple-1.302056 (Score: 9.2878623E-4)
Basic utilities for writing tests in perl
Test::Simple is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).
devel/Test-Spelling-0.20 (Score: 9.2878623E-4)
Check for spelling errors in POD files
Check for spelling errors in POD files.
devel/libshhmsg-1.4.2 (Score: 9.2878623E-4)
Library for displaying messages
shhmsg - library for displaying messages. It contains C-functions for error messages, verbose messages and `normal' messages in terminal based programs.
devel/libshhopt-1.1.7 (Score: 9.2878623E-4)
Library for parsing command line options
shhopt - library for parsing command line options. It contains C-functions for parsing command line options, both traditional one-character options, and GNU'ish --long-options.
devel/libsmpp34-1.10 (Score: 9.2878623E-4)
Provide an implementation of SMPP-3.4 protocol for PDUs handling
The main focus of the library is to work in packaging and unpackaging of data structures. While this implementation uses SMPP-3.4, the aim is to generate a simple way to implement any proprietary protocol on TCP.
devel/libshbuf-0.0.3 (Score: 9.2878623E-4)
Library for Shared Buffer IPC
libshbuf implements a new kind of IPC: the "shared buffer", a faster, more flexible replacement for standard Unix FIFOs. It offers the following advantages: - Normally better latency and throughput - Full access to the buffer at any time - Connecting processes need not to be children of each other - Arbitrary buffer lengths - Memory mapped - "Backlog" The implementation is based on SysV shared memory, semaphores and message queues. It makes use of POSIX pthreads.
devel/libstatgrab-0.91 (Score: 9.2878623E-4)
Provides a useful interface to system statistics
The libstatgrab library provides an easy to use interface for accessing system statistics and information. Available statistics include CPU, Load, Memory, Swap, Disk I/O, and Network I/O. Also part of the package are two tools; saidar provides a curses-based interface to viewing live system statistics, and statgrab is a sysctl-like interface to the statistics.
devel/libtecla-1.6.3 (Score: 9.2878623E-4)
Interactive command line editing facilities
The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the Unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names or other tokens, and in-line wild-card expansion of file names. The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of file names in a list of directories. Note that special care has been taken to allow the use of this library in threaded programs. The option to enable this is discussed in the Makefile, and specific discussions of thread safety are presented in the included man pages.
devel/libtermkey-0.18 (Score: 9.2878623E-4)
Easy processing of keyboard entry from terminal-based programs
This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface.