Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第611620项(搜索用时0.054秒)
net-p2p/transmission-remote-gui-5.0.1 (Score: 0.040543955)
Remote GUI for transmission daemon
Transmission Remote GUI is feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than build-in Transmission web interface.
security/libargon2-20160821 (Score: 0.040543955)
Memory hard password hashing program and library
Argon2 is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.
LDAP authentication plugin for OpenVPN
The OpenVPN Auth-LDAP Plugin implements username/password authentication via LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD packet filter, supporting adding and removing VPN clients from PF tables.
security/ykclient-2.12 (Score: 0.040543955)
Yubico C client library
This project implements online validation of Yubikey OTPs. It is written in C and provides a shared library for use by other software.
sysutils/grok-1.20110708.1 (Score: 0.040543955)
Expert system for real-time log analysis
An expert system for real-time log analysis that allows for user-defined actions to happen when a log rule is matched.
sysutils/rfstool-0.14 (Score: 0.040543955)
Read from a Reiser file system
Rfstool is an mtools-like utility which lets you read from Reiser file systems. The home page has instructions on its usage.
textproc/go.text-20160702 (Score: 0.040543955)
Additional textproc packages for Go
go.text contains additional Go packages for text processing.
textproc/diff-20120705 (Score: 0.040543955)
BSD-licensed version of diff from OpenBSD
This is the BSD-licensed version of the well-known diff utility, obtained from OpenBSD. It lacks some features of GNU diff. It is a proposed project idea to replace the GNU diff with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/grep-20111002 (Score: 0.040543955)
BSD-licensed version of grep
This is the BSD-licensed version of the well-known grep utility, obtained from OpenBSD. It lacks some features of GNU grep. It is a proposed project idea to replace the GNU grep with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/diff-match-patch-20121119 (Score: 0.040543955)
Algorithms for converting plain text
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match.