Ports Search

Results 12,31112,320 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/qscintilla2-2.9.1 (Score: 6.4754924E-5)
Python bindings for QScintilla2 (PyQt5), QSci module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the Qsci module for the Qscintilla2 editor component. http://www.riverbankcomputing.co.uk/software/qscintilla/
devel/re2-0.2.22 (Score: 6.4754924E-5)
Python wrapper for Google RE2 using Cython
pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
devel/pyrex-0.9.9 (Score: 6.4754924E-5)
Programming Language for writing Python extension modules
Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.
devel/activitymail-1.26 (Score: 6.4754924E-5)
Program for sending email messages for CVS repository commits
This program may be used for sending email messages for CVS repository activity. There are a number of different modes supported. It can send messages for every change to the repository (like syncmail), or it can be used to send a single message for each commit. In the latter case, a list of all the files affected by the commit will be assembled and listed in the single message. This is similar to how commit_prep and log_accum work, but is more efficient. An additional option allows for diffs to be calculated for the recent changes, and either appended to the message (like syncmail) or added as an attachment (neater). See the -d and -a options in the documentation.
devel/ada-util-1.8.0 (Score: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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: 6.4754924E-5)
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