Ports Search

Results 12,35112,360 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.024 seconds)
devel/ada-util-1.8.0 (Score: 1.5577191E-4)
Utility library for Ada 2005 applications
Ada Utility Library This Ada05 library contains various utility packages for building Ada05 applications. This includes: o A logging framework close to Java log4j framework o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes, sockets) o Several concurrency tools (reference counters, counters, pools, fifos, arrays) o Process creation and pipes o Support for loading shared libraries (on Windows or Unix) o HTTP client library on top of CURL or AWS Ada Util also provides a small test utility library on top of Ahven to help in writing unit tests.
Web testing library for Robot Framework
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries from the Selenium project. It is modeled after (and forked from) the SeleniumLibrary library, but re-implemented to use Selenium 2 and WebDriver technologies.
devel/rtree-0.8.2 (Score: 1.5577191E-4)
R-Tree Spatial Index For Python GIS
py-rtree is R-Tree spatial index for Python GIS. Whether for in-memory feature stores, Plone content, or whatever -- py-rtree is an index to speed up the search for objects that intersect with a spatial bounding box.
devel/rclint-0.2.1 (Score: 1.5577191E-4)
Checks rc scripts for style and common errors
Long have there been calls for an rc analog to portlint. This script allows people to make a quick pre-commit check of rc files. Try using the -v flag if the error messages are too terse.
devel/pcsc-lite-1.8.18 (Score: 1.5577191E-4)
Smartcard development library
This is a port of the MUSCLE PC/SC-Lite architecture. Allows easy porting of Windows smartcard software to other operating systems. Supports many types of serial, PCMCIA, and USB smartcard readers and cryptographic tokens.
devel/setuptools-23.1.0 (Score: 1.5577191E-4)
Python packages installer
Setuptools is a fully-featured, actively-maintained, and stable library designed to facilitate packaging Python projects, where packaging includes: - Python package and module definitions - Distribution package metadata - Test hooks - Project installation - Platform-specific details - Python 3 support
devel/rhtvision-2.2.1.1 (Score: 1.5577191E-4)
Complete C++ Text User Interface (TUI) library
A complete C++ Text User Interface (TUI) featuring windows, dialogs (buttons, check and radio boxes, input boxes, etc.), mouse support, menus, etc. It's available for various platforms and compilers.
devel/subversion-1.9.4 (Score: 1.5577191E-4)
Python bindings for version control system
Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This slave port adds Python bindings to Subversion.
devel/unpaddedbase64-1.0.1 (Score: 1.5577191E-4)
Unpadded Base64
Encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.
devel/wrapt-1.10.8 (Score: 1.5577191E-4)
Decorators, wrappers and monkey patching
The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.