Ports Search

Results 931940 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
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)
Traditional and Simplified Chinese mappings
This module is an attempt to solve most common problems occurred in Traditional vs. Simplified Chinese conversion, in an efficient, flexible way, without resorting to external tools or modules. After installing this module, you'll have two additional encoding formats: big5-simp maps Big5 into Unicode's Simplified Chinese (and vice versa), and gbk-trad maps CP936 (better known as GBK) into Unicode's Traditional Chinese and back. The module exports various xxx_to_yyy functions by default, where xxx and yyy are one of big5, gb (i.e. GBK/CP936), simp (simplified Chinese unicode), or trad (traditional Chinese 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.