Ports Search

Results 5,9315,940 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.017 seconds)
devel/system-fileio-0.3.16.3 (Score: 2.5742833E-4)
Consistent filesystem interaction across GHC versions
This is a small wrapper around the "directory", "Unix", and "Win32" packages, for use with "system-filepath". It provides a consistent API to the various versions of these packages distributed with different versions of GHC. In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.
devel/libIDL-0.8.14 (Score: 2.5742833E-4)
Library for creating trees of CORBA IDL files
libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files, which is a specification for defining portable interfaces. libIDL was initially written for ORBit (the ORB from the GNOME project, and the primary means of libIDL distribution). However, the functionality was designed to be as reusable and portable as possible.
devel/libopensync-0.39 (Score: 2.5742833E-4)
PIM data synchronization framework
OpenSync is a PIM (Personal Information Management) data synchronization framework that consists of several plug-ins that can be used to connect to different devices and systems. For a list of currently supported devices see http://www.opensync.org/wiki/DeviceCompatibilityList.
devel/git-cinnabar-0.4.0.b3 (Score: 2.5742833E-4)
Git remote helper to interact with Mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial repositories. Contrary to other such helpers, it doesn't use a local mercurial clone under the hood, although it currently does require mercurial to be installed for some of its libraries.
devel/mspdebug-0.23.20151024 (Score: 2.5742833E-4)
Debugger for use with MSP 430 MCUs
MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.
devel/mono-addins-1.3 (Score: 2.5742833E-4)
Mono framework to create extensible applications
Mono.Addins is a framework for creating extensible applications, and for creating libraries which extend those applications. Mono.Addins has been designed to be easy to use and useful for a wide range of applications: from simple applications with small extensibility needs, to complex applications which need support for large add-in structures.
devel/App-Info-0.57 (Score: 2.5742833E-4)
Interface for providing metadata about installed software packages
App::Info provides a generalized interface for providing metadata about software packages installed on a system. The idea is that App::Info subclasses can be used in Perl application installers in order to determine whether software dependencies have been fulfilled, and to get necessary metadata about those software packages.
devel/Array-Window-1.02 (Score: 2.5742833E-4)
Calculate windows/subsets/pages of arrays
Many applications require that a large set of results be broken down into a smaller set of 'windows', or 'pages' in web language. Array::Window implements an algorithm specifically for dealing with these windows. It is very flexible and permissive, making adjustments to the window as needed.
devel/Class-Data-Inheritable-0.08 (Score: 2.5742833E-4)
Inheritable, overridable class data
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overridden.
devel/Class-Factory-1.06 (Score: 2.5742833E-4)
Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using.