Ports Search

Results 4,3014,310 of 5,623 for /devel/.(0.004 seconds)
devel/libscca-a.20160108 (Score: 0.032514982)
Library and tools to access the Windows Prefetch File (SCCA) format
Library and tools to access the Windows Prefetch File (SCCA) format
devel/smmap-0.9.0 (Score: 0.032514982)
Pure python sliding memory map manager
smmap is a pure python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently.
devel/lazy-object-proxy-1.2.2 (Score: 0.032514982)
Fast and thorough lazy object proxy
A fast and thorough lazy object proxy.
devel/libplist-1.12 (Score: 0.032514982)
Python bindings for libplist
devel/libspark2012-2012 (Score: 0.032514982)
SPARK 2012 Spark.Ada library
At least one port requires exactly the Spark.Ada library that came with SPARK 2012. SPARK itself is not in ports -- SPARK 2014 is the first version planned to arrive -- so this is a separately packaged SPARK 2012 library to be compiled with the GNAT Ada compiler.
devel/libvirt-2.2.0 (Score: 0.032514982)
Toolkit to interact with virtualization capabilities
A toolkit to interact with the virtualization capabilities of recent versions of Linux, and other OSes. libvirt provides: * Remote management using TLS encryption and x509 certificates * Remote management authenticating with Kerberos and SASL * Local access control using PolicyKit * Zero-conf discovery using Avahi multicast-DNS * Management of virtual machines, virtual networks and storage * Portable client API for Linux, Solaris and Windows
devel/speaklater-1.3 (Score: 0.032514982)
Lazy string Python module for translations
Speaklater is a Python module that provides lazy strings for translations.
devel/libzfs-1.0 (Score: 0.032514982)
Python libzfs bindings
Python libzfs bindings using cython.
devel/llfuse-1.0 (Score: 0.032514982)
Python bindings for low-level FUSE API
Python-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs under Linux, OS-X, FreeBSD and NetBSD.
devel/lockfile-0.12.2 (Score: 0.032514982)
Platform-independent file locking module
The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.