Ports Search

Results 2,6312,640 of 5,824 for /net/.(0.004 seconds)
devel/shmap-0.3.2 (Score: 0.01987111)
Shared-memory-based hashmaps
Library that contains a collection of different hashmaps. All these hashmaps are based on shared memory and are fast. This cuts down development time for projects that need to keep data in shared memory.
devel/srecord-1.64 (Score: 0.01987111)
Collection of powerful tools for manipulating EPROM load files
The SRecord package is a collection of powerful tools for manipulating EPROM load files.
devel/staf-3.4.23 (Score: 0.01987111)
Software Testing Automation Framework
The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an automation infrastructure, thus enabling you to focus on building your automation solution. The STAF framework provides the foundation upon which to build higher level solutions, and provides a pluggable approach supported across a large variety of platforms and languages.
devel/statcvs-0.7.0 (Score: 0.01987111)
CVS repository activity report generator
StatCVS retrieves information from a CVS repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatCVS generates a static suite of HTML or XDOC documents containing tables and chart images.
devel/xtl-1.4.2 (Score: 0.01987111)
Library for R/W structured data to/from an external representation
XTL is a library of template classes and functions for reading/writing structured data to/from an external (platform independent) representation. This process is also usually known as marshalling, serialization or pickling, and is useful both for heterogeneous network programming and portable persistent storage. Currently, XTL supports XDR (Internet standard), GIOP CDR (CORBA standard) and readable ascii text (write-only) as data formats. Memory buffers and C++ iostreams are usable as data sources/targets. Besides the usual C data types (basic, structs, pointers, unions), the XTL also supports C++ constructs, such as pointers to base classes and template types, namely, STL containers. XTL does not include any kind of IDL, and as such, the programmer is required to write a "filter" for each data type. The API is somewhat modeled on the original XDR library by Sun, in that the same filter is used for both reading and writing. However, heavy usage of templates makes the API simpler and type safe. Function inlining and careful avoidance of pointers or virtual functions, also make generated code faster.
devel/memchan-2.3 (Score: 0.01987111)
Two new channel types for in-memory channels in TCL8
memchan is an extension library to the script language tcl, as created by John Ousterhout. It provides two new channel types for in-memory channels and the appropriate commands for their creation. They are useful to transfer large amounts of data between procedures or interpreters, and additionally provide an easy interface to on-the-fly generation of code too. No need to set or append to a string, just do a simple puts.
devel/tclreadline-2.1.0 (Score: 0.01987111)
GNU readline for TCL
The tclreadline package makes the gnu readline available to the scripting language tcl. The primary purpose of the package is to facilitate the interactive script development by the means of word and file name completion as well as history expansion (well known from shells like bash).
devel/tcltls-1.6.7 (Score: 0.01987111)
SSL extensions for TCL; dynamicly loadable
A portable extension that provides the power of OpenSSL to Tcl programs. This extension can be used to utilize SSL encryption on top of any valid Tcl Channel - not just sockets!
devel/tclxml-3.3 (Score: 0.01987111)
API for parsing XML documents using Tcl
TclXML is an API for parsing XML documents using the Tcl scripting language. It is also a package with several parser implementations. The goal of the TclXML package is to provide an API for Tcl scripts that allows "Plug-and-Play" parser implementations; ie. an application will be able to use different parser implementations without change to the application code.
devel/tkcon-2.5 (Score: 0.01987111)
Tk console for Tcl
TkCon is a replacement for the standard console that comes with Tk. The console itself provides many more features than the standard console. It is meant primarily to aid one when working with the little details inside tcl and tk.