Ports Search

Results 171180 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
comms/efax-0.9a-001114a7 (Score: 0.022045221)
Fax send/receive program
Efax can send and receive FAX via FAX modem. Enhanced from mgetty+sendfax program, this program can handle `CLASS1' modems.
print/mp-a4-3.0.1 (Score: 0.022045221)
PostScript printing util for ASCII files
sysutils/hfm-1.2.3 (Score: 0.020821203)
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.
net/Net-SMS-Mollie-0.04 (Score: 0.020665431)
Send SMS messages via the mollie.nl service
Send SMS messages via the mollie.nl service
www/Data-Validate-URI-0.07 (Score: 0.02063921)
Common data validation methods for URIs
This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. The value to test is always the first (and often only) argument. There are a number of other URI validation modules out there as well. This one focuses on being fast, lightweight, and relatively 'real-world'. i.e. it's good if you want to check user input, and don't need to parse out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common.
net/libnids-1.24 (Score: 0.020516817)
Network monitoring library with TCP/IP reassembly
Libnids is a library that provides the function of one of the NIDS (Network Intrusion Detection System) components, namely E-component. The libnids code watches all local network traffic, processes received datagrams a bit, and provides convenient information on them to analyzing modules. Libnids performs: a) assembly of TCP segments into TCP streams b) IP defragmentation c) TCP port scan detection
chinese/Lingua-ZH-Keywords-0.04 (Score: 0.020388128)
Chinese Keywords Extraction via Lingua::ZH::TaBE
This module extracts keywords from Chinese text, which requires Lingua::ZH::TaBE.
graphics/xoris-0.1e (Score: 0.02015191)
X11 pixel color grabber
xoris grabs the RGB color value of any pixel on the screen and dumps the color's name to stdout. The output can be printed as: 1. hex (#b0958e); 2. triple of decimal RGB values (229 229 229); 3. abstract name (gray90). xoris has only been tested on displays with a bit depth of 24 bpp.
sysutils/b2sum-0.0.d20150531 (Score: 0.020123472)
Fast secure hashing
The cryptographic hash function BLAKE2 is an improved version of the SHA-3 finalist BLAKE. Like SHA-3, BLAKE2 offers the highest security, yet is fast as MD5 on 64-bit platforms and requires at least 33% less RAM than SHA-2 or SHA-3 on low-end systems. The core algorithm of BLAKE2 is derived from ChaCha, a stream cipher designed by Daniel J. Bernstein that has been proposed as a standard cipher for TLS.
comms/bpl+-1.0 (Score: 0.019827103)
B Plus file transfer protocol
This is an implementation of B Plus binary file transfer protocol. B Plus is used on several online services to let their users download files from the system. In conjunction with telnetx package, you can use this program to download files from those systems connected to the Internet.