Ports Search

Results 2,5512,560 of 5,824 for /net/.(0.028 seconds)
devel/newfile-1.0.14 (Score: 0.01987111)
Tool for creating starter files in various languages
Newfile is a tool for creating starter files in various languages. It uses a full-featured preprocessor (like the C preprocessor) to transform templates into customized starter files. It can also generate trees of files for a specific purpose, such as a project using automake and autoconf, or a FreeBSD port.
devel/camomile-0.4.1 (Score: 0.01987111)
Example programs for Camomile library
Various examples for the Objective Caml Camomile library.
devel/camomile-0.8.3 (Score: 0.01987111)
Comprehensive Unicode library for Objective Caml
Camomile is a comprehensive Unicode library for objective caml language. The library is currently designed to conform Unicode Standard 3.2.
devel/sdl-0.9.1 (Score: 0.01987111)
OCaml interface to the SDL
OCamlSDL is an OCaml interface to the SDL (Simple DirectMedia Layer) library.
devel/omniNotify-2.1.01 (Score: 0.01987111)
CORBA Notification Service (CosNotification) for omniORB
omniNotify is a multi-threaded implementation of the CORBA Notification Service (CosNotification), a feature-enriched version of the CORBA Event Service (CosEvents). omniNotify offers asynchronous, decoupled, event-based communication between distributed and heterogeneous applications. The main features of omniNotify are: * Implemented in C++. * Scalable filter evaluation and event dispatching architecture. * Support for push-based and pull-based event suppliers and consumers. * Support variants of suppliers/consumers that transmit (per push/pull): o a CORBA::Any (a single arbitrary value); o a CosNotification::StructuredEvent (a single structured event); o a CosNotification::EventBatch (a sequence of structured events). * Administrative and Notification QoS properties. * Backward compatible with CosEvents.
devel/omniORB-4.1.7 (Score: 0.01987111)
Robust high performance CORBA ORB for C++ and Python
omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant. It offers mainly the same features as the port devel/omniORB, but this legacy version is compatible with devel/omniNotify.
devel/omniORB-4.2.1.2 (Score: 0.01987111)
Robust high performance CORBA ORB for C++ and Python
omniORB is a GPL'd Object Request Broker (ORB) which implements specification 2.6 of the Common Object Request Broker Architecture (CORBA).
devel/open-beagle-3.0.3 (Score: 0.01987111)
Evolutionary Computation Framework
Open BEAGLE is a C++ Evolutionary Computation (EC) framework. It provides an high-level software environment to do any kind of EC, with support for tree-based genetic programming, bit string and real-valued genetic algorithms, and evolution strategy. The Open BEAGLE architecture follows strong principles of object oriented programming, where abstractions are represented by loosely coupled objects and where it is common and easy to reuse code. Open BEAGLE is designed to provide an EC environment that is generic, user friendly, portable, efficient, robust, elegant and free.
devel/openzz-1.0.4.4 (Score: 0.01987111)
Interpreted dynamic parser
OpenZz is a dynamic parser which allows its grammar to be extended by commands written in its own Zz language. Due to the interpreted and dynamic nature of the parser OpenZz can be used to develop both fast language prototypes and full compilers.
devel/Algorithm-Evolutionary-0.80 (Score: 0.01987111)
Library for doing evolutionary computation in Perl
It's a library for doing evolutionary computation in Perl. Algorithm::Evolutionary was formerly called OPEAL, which is an acronym for Obvious Pearl Evolutionary Algorithm Library. The design principles of Algorithm::Evolutionary are: * It should be easy to program any kind of evolutionary algorithm; all chromosome representations and operators are possible. * An XML dialect called EvoSpec is used as a language for description of algorithms and for representation of the state of an algorithm. This could make Algorithm::Evolutionary interoperable with other EA libraries, such as EO or JEO.