Ports Search

Results 1,1211,130 of 5,161 for /ports-mgmt/.(0.006 seconds)
devel/librcd-0.1.14 (Score: 0.006224396)
Library used by rusxmms for autodetection of Russian charset
Library used by ruxmms for autodetection of russian charset
devel/libpeak-0.1.2 (Score: 0.006224396)
Parallel Events and Asynchronous tasKing Library
Parallel Events and Asynchronous tasKing Library libpeak is an experimental C library and provides necessary support for an event-based application. Unlike other event libraries, libpeak might process events in parallel on Symmetric Multi-processing (SMP) systems. Its high performance is particularly adapted for networking applications that need to process lots of data on lots of connections.
devel/libruin-0.1.4 (Score: 0.006224396)
Renderer for User Interfaces in Ncurses
libRUIN (Renderer for User Interfaces in Ncurses) is a rendering library for various XML-based user interface markup languages (such as XHTML or Mozilla XUL), using the Ncurses terminal control library as a rendering target. GNU Guile and the SDOM Scheme module are used as the "glue" that manages user input and event handling (as such, event handlers must currently be written in Guile Scheme; support for ECMAscript event handlers is being considered for inclusion). An application programmer passes an XML document (including, potentially, a set of CSS stylesheets) and an Ncurses WINDOW structure, and libRUIN paints the WINDOW according to the markup and CSS; the programmer may subsequently pass Ncurses-style input strings to that WINDOW via libRUIN, and libRUIN will handle the resulting event flows.
devel/libs11n-1.2.10 (Score: 0.006224396)
C++ library for easily serializing a wide variety of objects
s11n (an abbreviation for serialization) is an Open Source project focused on the generic serialization of objects (i.e., object persistence) in the C++ programming language. The project's flagship library, appropriately named libs11n, can easily serialize all manner of PODs (Plain Old Data types), most STL containers, and user-defined Serializable types. By taking advantage of relatively new, advanced C++ techniques s11n turns this formerly-difficult task into child's play. It supports literally hundreds of millions of combinations of standard containers out of the box. libs11n is 100% data-format agnostic, and currently includes support for many formats, including 3 XML flavours. (As far as i am aware, this exceeds support provided by any other serialization framework, regardless of the implementation language!)
devel/libshhmsg-1.4.2 (Score: 0.006224396)
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: 0.006224396)
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/libsigcx-0.6.6 (Score: 0.006224396)
Extension of libSigC++
libSigC++ Extras is a library consisting of new features built on top of libSigC++ and features that formerly were in libSigC++ and were removed from it.
devel/libshbuf-0.0.3 (Score: 0.006224396)
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/libtermkey-0.18 (Score: 0.006224396)
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.
devel/ncc-2.8 (Score: 0.006224396)
Program analysis tool and call-graph navigator
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.