Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第1120项(搜索用时0.124秒)
graphics/l2p-1.1.1 (Score: 0.25595763)
Create PNG images from LaTeX math expressions
A command-line program to create PNG images from LaTeX math expressions.
textproc/p1_utils-1.0.5 (Score: 0.25526825)
Erlang utility modules from ProcessOne
p1_utils is an application containing ProcessOne modules and tools that are leveraged in other development projects.
databases/c3p0-0.9.5.2 (Score: 0.24551897)
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.
lang/p2c-2.01 (Score: 0.24502653)
Pascal to C translator
P2c is a tool for translating Pascal programs into C. The input consists of a set of source files in any of the following Pascal dialects: HP Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software Pascal/2, Macintosh Programmer's Workshop Pascal, Sun/Berkeley Pascal, Texas Instruments Pascal, Apollo Domain Pascal. Modula-2 syntax is also supported. Output is a set of .c and .h files that comprise an equivalent program in any of several dialects of C. Output code may be kept machine- and dialect independent, or it may be targeted to a specific machine and compiler. Most reasonable Pascal programs are converted into fully functional C which will compile and run with no further modifications, although p2c sometimes chooses to generate readable code at the expense of absolute generality. P2c endeavors to insert notes and warning messages into the output code to point out areas which may require human intervention. Output code is arranged to be readable and efficient, and to make use of C idioms wherever possible. The main goal of the translation is to produce C files which are pleasant and "natural" enough to be acceptable as the new source files for a program. In a pinch, p2c will also serve as an ad hoc Pascal compiler. The p2cc script makes it easy to use p2c as a compiler.
net-im/skype-4.3.0.37 (Score: 0.24395365)
P2P VoIP software
Skype is a free program that uses the latest P2P technology to bring affordable and high-quality voice communications to people all over the world.
devel/p4p-2016.1.1404799 (Score: 0.24394199)
Perforce server
Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).
net-mgmt/p0f-3.09b (Score: 0.23838022)
Passive OS fingerprinting tool
from the README: Passive OS fingerprinting is based on information coming from a remote host when it establishes a connection to our system. Captured packets contain enough information to identify the operating system. In contrast to active scanners such as nmap and QueSO, p0f does not send anything to the host being identified. For more information, read Spitzner's text at: http://www.enteract.com/~lspitz/finger.html . from the maintainer: Use of this program requires read access to the packet filtering device, typically /dev/bpf0. Granting such access allows the users who have it to put your Ethernet device into promiscuous mode and sniff your network. See http://www.infoworld.com/articles/op/xml/00/05/29/000529opswatch.xml if you do not understand how this can be harmful. Running p0f with no options will cause it to analyse packets intended for other hosts.
net-mgmt/p0f2-2.0.8 (Score: 0.23838022)
Passive OS fingerprinting tool
from the README: Passive OS fingerprinting is based on information coming from a remote host when it establishes a connection to our system. Captured packets contain enough information to identify the operating system. In contrast to active scanners such as nmap and QueSO, p0f does not send anything to the host being identified. For more information, read Spitzner's text at: http://www.enteract.com/~lspitz/finger.html . from the maintainer: Use of this program requires read access to the packet filtering device, typically /dev/bpf0. Granting such access allows the users who have it to put your Ethernet device into promiscuous mode and sniff your network. See http://www.infoworld.com/articles/op/xml/00/05/29/000529opswatch.xml if you do not understand how this can be harmful. Running p0f with no options will cause it to analyse packets intended for other hosts.
security/pam_p11-0.1.5 (Score: 0.23477912)
PAM module using crypto tokens for auth
Pam_p11 is a plugable authentication module (pam) package for using crpytographic tokens such as smart cards and usb crypto tokens for authentication. Pam_p11 uses libp11 to access any PKCS#11 module. It should be compatible with any implementation, but it is primarely developed using OpenSC. Pam_p11 implements two authentication modules: * pam_p11_openssh authenticates the user using his openssh ~/.ssh/authorized_keys file. * pam_p11_opensc authenticates the user using certificates found in ~/.eid/authorized_certificates. Pam_p11 is very simple, it has no config file, no options other than the PKCS#11 module file, does not know about certificate chains, certificate authorities, revocation lists or OCSP. Perfect for the small installation with no frills.
security/p11-kit-0.23.2 (Score: 0.22983086)
Library for loading and enumerating of PKCS#11 modules
Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.