Ports Search

Results 3,0313,040 of 8,048 for www%3Atrac.(0.004 seconds)
devel/ode-0.13 (Score: 0.005581701)
Articulated rigid body dynamics library
ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.
devel/xdebug-2.4.0 (Score: 0.005581701)
Xdebug extension for PHP
The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: * stack and function traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions Xdebug also provides: * profiling information for PHP scripts * script execution analysis * capabilities to debug your scripts interactively with a debug client
devel/looks-2.6.0 (Score: 0.005581701)
Improved appearance for Java Swing applications
The JGoodies Looks make Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family optimized for readability, precise micro-design and usability.
devel/mico-2.3.13 (Score: 0.005581701)
Secure, reliable, production-quality, standards-based CORBA middleware
The acronym MICO expands to MICO Is CORBA. The intention of this project is to provide a freely available and fully compliant implementation of the latest CORBA standard for C++ developers. Here is some of MICO features: * Multi-threaded * Dynamic Invocation Interface (DII) and Dynamic Skeleton Interface (DSI) * Interface Repository (IR) with graphical Interface Repository browser * IIOP as native protocol (ORB prepared for multiprotocol support) * Portable Object Adapter (POA) and Basic Object Adapter (BOA) support * Objects by Value (OBV) * CORBA Components (CCM) * Dynamic Any * Portable Interceptors (PI) * Support for secure communication and authentication using SSL * Support for nested method invocations * Any offers an interface for inserting and extracting constructed types that were not known at compile time * CORBA Services: o Interoperable Naming service, o Trading service, o Event service, o Relationship service, o Property service, o Time service, o Security service
devel/gcc-4.8.1 (Score: 0.005581701)
FSF gcc-4 for Windows cross-development
FSF gcc-4.2 for Windows cross-development (C/C++ part) GCC site: http://gcc.gnu.org/
devel/mongo-c-driver-1.3.5 (Score: 0.005581701)
C Driver for MongoDB
Official Mongo C Driver Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community.
devel/libgfortran-4.4.7 (Score: 0.005581701)
RPM of runtime libs for gfortran (Linux Centos 6.8)
Necessary gfortran libs for Linux.
devel/nasm-2.11.08 (Score: 0.005581701)
General-purpose multi-platform x86 and amd64 assembler
The Netwide Assembler (NASM) is an x86 and amd64 (x86-64) assembler designed for portability and modularity. It will output flat-form binary files, a.out (Linux and *BSD), COFF, ELF32, ELF64, Mach-O, Microsoft OMF (OBJ), Win32, Win64, as86 (Minix/Linux bin86 v0.3), LADsoft IEEE-695, Intel hex, Motorola S-record, and a home-grown format called RDOFF. NASM syntax is similar to Intel's, but is less complex. It supports Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3, SSE4.1, SSE4.2, XOP/FMA4/CVT16 (rev 3.03), and x64 opcodes, among others. It has strong support for macro conventions. The port also includes NDISASM, a binary file disassembler which uses the same instruction set as NASM.
devel/naturaldocs-1.52 (Score: 0.005581701)
Extensible, multi-language source code documentation generator
Natural Docs is an extensible, multi-language source code documentation generator. The syntax is transparent so that the comments in the source code read just as easily as the generated documentation. Also focuses on automation and high-quality output.
devel/npth-1.2 (Score: 0.005581701)
New GNU Portable Threads
nPth - The New GNU Portable Threads Library This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. In contrast to GNU Pth is is based on the system's standard threads implementation. This allows the use of libraries which are not compatible to GNU Pth. Experience with a Windows Pth emulation showed that this is a solid way to provide a co-routine based framework.