Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第931940项(搜索用时0.009秒)
sysutils/hfm-1.2.3 (Score: 0.0051866765)
Run tests in parallel at high frequency
hfm is an application to run tests in parallel at a high frequency. If the outcome of the test results in a state change, other commands can be executed. It is designed to be a general purpose, loosely-coupled tool, by having both the tests and the state change commands be executed by the operating system. For example, one could write the test in shell or c, and have it called through the exec facility. In practice, the overhead of spawning a new process per test limits frequency that can be achieved by the tests, and their results. Anecdotally, 5ms intervals have been seen to be achievable. An example application is to poll other network services for health, and to take actions based on their health status changes.
x11-fonts/c64bdf-1.0 (Score: 0.005149558)
Commodore 64 X11 fonts
Get Commodore 64 font installed under the X Window System.
chinese/Encode-HanConvert-0.35 (Score: 0.0051145614)
繁体和简体中文映射
这个模块试图以有效的,灵活的方式,而不需要借助于外部工具和模块来解决发生在繁体 中文和简体中文转换中的常见问题,。 安装完成该模块后,你将有两个额外的编码格式:big5-simp 是 Big5 到 Unicode 的简体中文映射(反之亦然),gbk-trad 是 CP936 (一般成为 GBK)到 Unicode 的繁体中文映射。 该模块默认情况下通过多种 xxx_to_yyy 函数输出变量,xxx 和 yyy 是 big5、 gb(例如 GBK/CP936)、simp(简体中文 unicode)、或者 trad (繁体中文 unicode)中的一个。
devel/bbfreeze-1.1.3 (Score: 0.0051145614)
Module to create standalone executables from Python scripts
bbfreeze creates standalone executables from Python scripts. It's similar in purpose to the well known py2exe for Windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze. And it uses the modulegraph package, which is also used by py2app). It has the following features: - ZIP/Egg file import tracking - Binary dependency tracking (e.g. shared libraries) - Multiple script freezing support - Python interpreter included (named 'py') - Automatic pathname rewriting (pathnames in tracebacks are relative) - New distutils command: bdist_bbfreeze
security/bro-2.4.1 (Score: 0.0051145614)
System for detecting network intruders in real-time
Bro is an open-source, Unix-based Network Intrusion Detection System (NIDS) that passively monitors network traffic and looks for suspicious activity. Bro detects intrusions by first parsing network traffic to extract its application-level semantics and then executing event-oriented analyzers that compare the activity with patterns deemed troublesome. Its analysis includes detection of specific attacks (including those defined by signatures, but also those defined in terms of events) and unusual activities (e.g., certain hosts connecting to certain services, or patterns of failed connection attempts). Bro is documented in the USENIX 1998 Security Conference proceedings.
databases/c3p0-0.9.5.2 (Score: 0.0050550164)
Library for augmenting JDBC drivers with JNDI-bindable DataSources
c3p0 is an easy-to-use Java library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
Perl extension to invoke callback on construction of entersub OPs
Invoke callbacks on construction of entersub OPs for certain CVs.
emulators/linux-f10-10 (Score: 0.004923064)
Meta-port for all things Fedora 10
Linux Fedora 10 metaport.
databases/Pyrseas-0.7.1 (Score: 0.0049145254)
Framework and utilities to upgrade and maintain a relational database
Pyrseas provides a framework and utilities to upgrade and maintain a relational database. Its purpose is to enhance and follow through on the concepts of the Andromeda Project (http://www.andromeda-project.org/)
databases/CouchDB-0.8 (Score: 0.004913958)
Simple Library to Allow Python Applications to Use CouchDB
This package provides a Python fast and full featured interface to CouchDB.