Ports Search

Results 18,55118,560 of 19,819 for %22HTTP Server%22.(0.011 seconds)
net/libtrace-3.0.19 (Score: 7.739885E-4)
C library for network packet capture and processing
libtrace is a library for capturing and processing network traffic, similar to libpcap. Libtrace supports multiple trace formats for both input and output including live device capture, DAG hardware capture and off-line trace files (both compressed and uncompressed). More information about libtrace can be found on the libtrace webpage. Original port created by Matt Peterson <matt at peterson.org> Updated for FreeBSD 9.0 by Shane Alcock <salcock at waikato.ac.nz>
net/nss_ldap-1.265 (Score: 7.739885E-4)
RFC 2307 NSS module
nss_ldap is a NSS module which provides an LDAP backend for C library functions such as getpwnam(3), getgrnam(3), and gethostbyname(3). It is compliant with RFC 2307, ``An Approach for Using LDAP as a Network Information Service''. Currently this is an experimental port, with support only for the `passwd' and `group' databases.
net/honeyd-1.5c (Score: 7.739885E-4)
Simulate virtual network hosts (honeypots)
Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their TCP personality can be adapted so that they appear to be running certain versions of operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation.
net/isboot-kmod-0.2.13 (Score: 7.739885E-4)
Kernel module enabling iSCSI boot
This installs Daisuke Aoyama's isboot kernel module, which allows booting FreeBSD directly from an iSCSI root disk. If your BIOS supports iSCSI you may configure your target settings in the BIOS and boot directly. If not, you may PXE boot using software that contains iSCSI support such as iPXE. The module reads the iSCSI Boot Firmware Table (IBFT) to configure the network and re-attach the volume once the kernel begins execution.
net/Net-Whois-Raw-2.99001 (Score: 7.739885E-4)
Very simple Perl interface to query raw whois data
Net::Whois::Raw - Perl extension for retrieving unparsed raw whois information. There is also a simple way of checking whether a domain is registered or not. Usage: use Net::Whois::Raw; $s = whois('perl.com'); $s = whois('freebsd.org'); $s = whois('freebsd.org.ua'); $Net::Whois::Raw::CHECK_FAIL = 1; print "Hurry up!\n" if !whois('microsoft.com');
net/ldapsh-2.00 (Score: 7.739885E-4)
Interactive shell used to administer ldap directories
ldapsh is an interactive shell you can use to administer ldap directories. It provides an extensible command mechanism, with most of the necessary builtin commands (such as 'clone', 'edit', 'rm'), and it's relatively easy to add more commands. It supports configuring multiple LDAP sources, and storing your UID for each source so you don't have to type them each time.
net/Net-LDAP-FilterBuilder-1.200000 (Score: 7.739885E-4)
Perl module to construct LDAP filter statments
Perl convenience module which simplifies the construction of LDAP query filter statments as described in RFC-4515.
net/Net-HTTPS-Any-0.12 (Score: 7.739885E-4)
Simple HTTPS class using whichever underlying SSL module is available
This is a simple wrapper around either of the two available SSL modules. It offers a unified API for sending GET and POST requests over HTTPS and receiving responses.
net/nc-1.0.1 (Score: 7.739885E-4)
Network aware cat
Ncat concatenates data streams similar to "cat" except the streams can be files or TCP connections. Ncat makes it easy to pipe data between hosts.
net/mpich2-1.5 (Score: 7.739885E-4)
Portable implementation of MPI-1 and MPI-2
MPICH2 is an implementation of the Message-Passing Interface (MPI). The goals of MPICH2 are to provide an MPI implementation for important platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments