Ports Search

Results 1,4611,470 of 5,623 for /devel/.(0.003 seconds)
devel/guile-lib-0.2.2 (Score: 0.032514982)
Repository of useful code written in Guile Scheme
Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". Also, it can be seen as a code staging area for Guile; the Guile developers could decide to integrate some of the code into guile-core. An example for a possible candidate is SRFI-35.
devel/sync-1.0.1 (Score: 0.032514982)
Named and unnamed synchronization objects in PHP
The sync extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, and Reader-Writer objects provide OS-level synchronization on both *NIX (POSIX semaphores required) and Windows platforms.
devel/libx86-1.1 (Score: 0.032514982)
Hardware-independent library for executing real-mode x86 code
It's often useful to be able to make real-mode x86 BIOS calls from userland. Linux lrmi provides a simple interface to this for i386 machines, but this doesn't help on other platforms. libx86 provides the Linux lrmi interface, but will also run on platforms such as amd64 and alpha.
devel/libxalloc-1.0.4 (Score: 0.032514982)
Memory allocation library with error checking
xalloc is a memory allocation library with error checking. It contains wrappers including error checking for memory allocating C-functions.
devel/test_helpers-1.1.0 (Score: 0.032514982)
Extension to ease testing of PHP code
test_helpers is an extension for the PHP Interpreter to ease testing of PHP code.
devel/libytnef-1.5 (Score: 0.032514982)
Unpack data in MS Outlook TNEF format
This is the library needed to YTNEF application This program decodes those annoying application/ms-tnef MIME attachments that Microsoft mail servers helpfully use to encapsulate your already MIME encoded attachments. Due to the proliferation of Microsoft Outlook and Exchange mail servers, more and more mail is encapsulated into this format. The YTNEF program allows one to unpack the attachments which were encapsulated into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook to view them. Now supports winmail.dat Outlook files
devel/trace-0.3.0 (Score: 0.032514982)
Low-overhead tracing tool for PHP
Trace is a low-overhead tracing tool for PHP. It can trace all PHP execution, function calls, request information during run-time. And provides features like Filter, Statistics, Current Status and so on. It is very useful to locate blocking, heavy-load problems and debug in all environments, especially in production environments.
devel/uopz-2.0.7 (Score: 0.032514982)
User Operations for PHP Zend engine
The uopz - User Operations for Zend extension exposes Zend Engine functionality normally used at compilation and execution time in order to allow modification of the internal structures that represent PHP code, and for user code to interact with the VM.
devel/uploadprogress-1.0.3 (Score: 0.032514982)
Provides track progress of a file upload
An extension to track progress of a file upload.
devel/lightning-2.1.0 (Score: 0.032514982)
Generates assembly language code at run-time
GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.