Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,3511,360项(搜索用时0.003秒)
devel/libosinfo-0.3.1 (Score: 0.032514982)
Library for managing OS information for virtualization
libosinfo is a library that allows virtualization provisioning tools to determine the optimal device settings for a hypervisor/operating system combination.
devel/libmpcbdm-0.0.3 (Score: 0.032514982)
Standalone library to control various mpc8xx boards
Standalone library to control various widely available Freescale's mpc8xx based boards. This code was derived from mpcbdm patch by Frank Przybylski. This allows using this code separately from gdb, for example, to load firmware to the board, or retrieve information about it. The package includes example "mpc8xx" program, that displays information about connected board using libmpcbdm library. The schematic of adapter itself can be found at project homepage.
devel/libosmo-abis-0.3.2 (Score: 0.032514982)
Shared code regarding the A-bis interface between BTS and BSC
This is a library containing common/shared code regarding the A-bis interface between BTS and BSC. It implements drivers for mISDN and DAHDI based E1 cards, as well as some A-bis/IP dialects.
devel/Horde_Rdo-2.1.0 (Score: 0.032514982)
Horde Rampage Data Objects
Horde lightweight ORM layer
devel/libosmo-sccp-0.7.0 (Score: 0.032514982)
SCCP network layer protocol implementation
The Signalling Connection Control Part (SCCP) is a network layer protocol that provides extended routing, flow control, segmentation, connection-orientation, and error correction facilities in Signaling System 7 telecommunications networks. SCCP relies on the services of MTP for basic routing and error detection. Libosmo-sccp is SCCP protocol implementation for Osmocom projects.
devel/libmtrie-1.0.3 (Score: 0.032514982)
Library to build an IP-netmask based mtrie
A library that builds up a specialized mtrie, a supposedly efficient data structure for looking up IP addresses. See the test program in the distribution for examples.
devel/libosmocore-0.9.0 (Score: 0.032514982)
Common library for all Osmocom projects
libosmocore is a library with various utility functions that were originally developed as part of the OpenBSC project, but which are of a more generic nature and thus useful to (at least) other programs that we develop in the sphere of Free Software / Open Source mobile communications.
devel/libnotify-0.7.6 (Score: 0.032514982)
Library for desktop notifications
The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. This port contains the library and a small command line client. See deskutils/notification-daemon for the daemon.
devel/libpafe-ruby-0.0.8 (Score: 0.032514982)
Ruby binding for libpafe
Ruby binding for libpafe
devel/liboil-0.3.17 (Score: 0.032514982)
Library of optimized inner loops
Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Clearly such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broad range of applications.