Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,0916,100项(搜索用时0.01秒)
devel/sdl2-0.9.3 (Score: 9.15773E-5)
Python bindings to the SDL2 libraries
PySDL2 is easy to learn and a powerful multimedia programming framework. It is a wrapper around the various SDL2 libraries and as such similar to the discontinued PySDL project.
devel/patch-2.7.5 (Score: 9.15773E-5)
GNU patch utility
The patch program takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions.
devel/regexxer-0.10 (Score: 9.15773E-5)
Interactive tool for performing search and replace operations
regexxer is a nifty GUI search/replace tool featuring Perl-style regular expressions. If you need project-wide substitution and you're tired of hacking sed command lines together, then you should definitely give it a try.
devel/libisofs-1.4.6 (Score: 9.15773E-5)
Libburnia ISO9660 filesystem creation library
libburnia is a project for reading, mastering and writing optical discs. Currently it is comprised of libraries named libisofs, libburn, libisoburn, a cdrecord emulator named cdrskin, and an integrated multi-session tool named xorriso.
devel/traitlets-4.2.2 (Score: 9.15773E-5)
Configuration system for Python applications
Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and 'on change' callbacks. Keeps configuration in a variety of formats, including JSON.
devel/watchdog-0.8.2 (Score: 9.15773E-5)
Python API library to monitor file system events
Python API library and shell utilities to monitor file system events. Directory monitoring is made easy with * A cross-platform API. * A shell tool to run commands in response to directory changes.
devel/wheel-0.29.0 (Score: 9.15773E-5)
Built-package format for Python
A built-package format for Python. A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the "Unpack" step (simply extracting the file onto sys.path), and the unpacked archive preserves enough information to "Spread" (copy data and scripts to their final locations) at any later time. The wheel project provides a bdist_wheel command for setuptools (requires setuptools >= 0.8.0). Wheel files can be installed with a newer pip from https://github.com/pypa/pip or with wheel's own command line utility.
devel/yunomi-0.3.0 (Score: 9.15773E-5)
Metrics library with rate, distribution and timing information
yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale.
devel/qt-maybe-0.0.20151227 (Score: 9.15773E-5)
Implementation of sum/option types using QVariant
A set of simple(ish) C++ templates which implement sum and option types. They serve a similar purpose to boost::variant and boost::optional but are implemented on top of Qt's QVariant container.
devel/dialogs-1.1 (Score: 9.15773E-5)
Simple Ruby interface to dialog(1)
rubyDialogs is a simple interface to dialog(1). This software is distributed under the Bluesine public license, which is a variant of the BSD license. (See: http://bluesine.com/license/)