Ports Search

Results 6,4716,480 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
devel/glade3-3.8.5 (Score: 2.3547228E-4)
User interface builder for Gtk+ 2
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. The user interfaces designed in Glade are saved as XML, and by using the GtkBuilder GTK+ object these can be loaded by applications dynamically as needed. This version of Glade targets Gtk+ 2.
devel/hourglass-0.2.9 (Score: 2.3547228E-4)
Simple performant time related library
Simple time library focusing on simple but powerful and performant API The backbone of the library are the Timeable and Time type classes. Each Timeable instances can be converted to type that has a Time instances, and thus are different representations of current time.
devel/mmap-0.5.9 (Score: 2.3547228E-4)
Memory-mapped files for POSIX and Windows
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.
devel/monad-control-1.0.0.4 (Score: 2.3547228E-4)
Lift control operations through monad transformers
This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT.
devel/jsonnet-1.0.0 (Score: 2.3547228E-4)
Google JsonNet for PHP
The Google JsonNet for PHP. Jsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from the world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our thinking to any one particular application of Jsonnet.
devel/libdistance-0.2.2 (Score: 2.3547228E-4)
Compute the distance between two pieces of data
The distance library is used to compare pieces of data for similarity. Specifically, it contains a number of methods to find the "edit distance" between inputs, or the number of differences between them. These differences are calculated using various mechanisms. The inputs to these functions can be character strings or arbitrary data.
devel/libdlna-0.2.3 (Score: 2.3547228E-4)
Reference DLNA open-source implementation
libdlna aims at being the reference open-source implementation of DLNA (Digital Living Network Alliance) standards. Its primary goal is to provide DLNA support to uShare, an embedded DLNA & UPnP A/V Media Server, but it will be used to build both DLNA servers and players in the long term.
devel/libinotify-20160505 (Score: 2.3547228E-4)
Kevent based inotify compatible library
This library provides inotify-compatible interface for applications, that need to monitor changes happening in a filesystem. It can be useful when porting Linux applications, which often use inotify interface. The IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE events are not yet implemented, so the relevant tests are known to fail.
devel/libx86-1.1 (Score: 2.3547228E-4)
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/Algorithm-BinPack-0.5 (Score: 2.3547228E-4)
Efficiently pack items into bins
Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD, while minimizing the number of discs required.