Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第151160项(搜索用时0.049秒)
net/Net-Libdnet-0.98 (Score: 0.05146769)
Libdnet interface
Net::Libdnet - Perl interface to libdnet
net/Net-OAuth2-0.63 (Score: 0.05146769)
OAuth 2.0 for Perl
Net::OAuth2 provides OAuth 2.0 for Perl.
net/cryptcat-1.2.1 (Score: 0.051454518)
Standard netcat enhanced with twofish encryption
Cryptcat is the standard netcat enhanced with twofish encryption. Twofish is courtesy of counterpane, and cryptix. We started with the Java version of twofish from cryptix, converted it to C++ (don't ask why), and enhanced it by adding CBC mode and the ciphertext stealing technique from Applied Cryptography (pg. 196) How do you use it? Machine A: cryptcat -l -p 1234 < testfile Machine B: cryptcat <machine A IP> 1234 This is identical to the normal netcat options for doing exactly the same thing. However, in this case the data transferred is encrypted. For more information about netcat see net/netcat port.
net/Net-LDAP-AutoDNs-0.2.2 (Score: 0.05140041)
Automatically make some default decisions some LDAP DNs and scopes
Automatically make some default decisions some LDAP DNs and scopes.
net/Net-Google-Spreadsheets-0.15.01 (Score: 0.05140041)
Perl module for using Google Spreadsheets API
A Perl module for using Google Spreadsheets API.
net/Net-LDAP-AutoServer-0.2.1 (Score: 0.05140041)
Automatically make some default decisions some LDAP server information
Automatically figure out some server information automatically.
net/Net-LDAP-Express-0.12 (Score: 0.05140041)
Module to simplify connecting up to a LDAP server
A module to simplify connecting up to a LDAP server.
net-p2p/libtorrent-rasterbar-1.1.0 (Score: 0.051383633)
C++ library implementing a BitTorrent client
libtorrent is an open source C++ library implementing the BitTorrent protocol, along with most popular extensions, making it suitable for real world deployment. It is configurable to be able to fit both servers and embedded devices. The main goals of libtorrent are to be efficient and easy to use. NB: this is NOT the same library as the net-p2p/libtorrent port!
net/grilo-plugins-0.2.17 (Score: 0.05138119)
Plugins for net/grilo
This port installs plugins for the net/grilo.
net/Net_LDAP2-2.2.0 (Score: 0.050363652)
OO interface for searching and manipulating LDAP-entries
Net_Ldap2 is a clone of Perls Net::LDAP object interface to ldapservers. It does not contain all of Net::LDAPs features, but has: * A simple OO-interface to connections, searches and entries. * Support for tls and ldap v3. * Simple modification, deletion and creation of ldapentries. * Support for schema handling. Net_LDAP2 is the successor of Net_LDAP.