Ports Search

Results 3,3913,400 of 5,161 for /ports-mgmt/.(0.006 seconds)
net/boinc-client-7.2.33 (Score: 0.006224396)
Berkeley Open Infrastructure for Network Computing client
BOINC is a software platform for distributed computing using volunteer computer resources. This port contains BOINC API, libraries, client and manager GUI.
net/gwhois-20120626 (Score: 0.006224396)
Flexible whois client and proxy
gwhois is a generic whois client. It strives to know for all existing tlds and all ip address range the appropiate whois server to ask. You can simple call gwhois with a query for some domain or some ip and it will ask the right server for you! It can even query webforms which are unfortunately the only query type supported by many bad nics. gwhois can also be used as a whois server. You can call it from the inetd and make it accessable via a normal standard whois client. This allows for example using a Windows client and still make use of the enhanced features of gwhois.
net/hidentd-0.4 (Score: 0.006224396)
Simple and secure ident (RFC1413) server
hidentd is a simple and secure GPLed ident (RFC1413) server. It requires either inetd, xinetd or ucspi-tcp to run. Basic features: * small and simple - around 300 lines of code * secure - runs without root priviledges * easy - no complicated configuration file syntax to learn. * hidentd is entirely controlled with command line options. * can be configured to provide fake usernames, protecting your privacy * limited masqueraded/NAT connections support.
net/hinfo-1.0 (Score: 0.006224396)
Utility primarily designed to find the owner of an IP block
hinfo is a utility that will display information about a host. It is primarily designed to find the owner of an IP block in order to direct spam complaints to where they may do some good. (maintainer's note: the DATAFILES are updated without the port version necessarily being updated. Expect drift on distinfo. See hinfo-update.) Although the home page of the software is at www.blars.org/hinfo.html, that page is not reachable from the FreeBSD.org domain.
net/hlmaster-0.9.3 (Score: 0.006224396)
Half-Life game master server daemon
HLMaster implements a fully functional, automatic master-server daemon for the game Half-Life (and all mods based on this engine).
net/appkonference-2.7 (Score: 0.006224396)
High-performance Asterisk voice/video conferencing plugin
App_konference is a channel-independent conference application. It features efficient audio mixing algorithms as well as video selection support based on VAD, DTMF or CLI.
net/abills-0.59 (Score: 0.006224396)
Billing system for dialup, VPN, and VoIP management
ABILLS (Asmodeus BILLing System) is free billing for dialup and vpn users. Written completely in PERL it uses MySQL and FreeRadius for authentication.
net/iet-1.4.20.2 (Score: 0.006224396)
The iSCSI Enterprise Target
iSCSI Enterprise Target is a simple open source iSCSI target with professional features, that works well in enterprise environments under real workloads, and is scalable and versatile enough to meet the challenge of future storage needs and developments. The port work was originally done by QuadStor.
net/ip6_int-1.0 (Score: 0.006224396)
Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value
Convert valid IPv6 addresses to ip6.int PTR values. Convert valid IPv4 addresses to in-addr.arpa PTR values. Anything not valid is simply printed as is. Handles :: notation and embedded IPv4 addresses. If the address is followed by /n, the PTR is truncated to n bits.
net/ipsvd-1.0.0 (Score: 0.006224396)
Internet protocol service daemons
ipsvd is a set of internet protocol service daemons. It currently includes a TCP/IP service daemon, and a UDP/IP service daemon. An internet protocol service (ipsv) daemon waits for incoming connections on a local socket. On incoming connections, the ipsv daemon conditionally runs an arbitrary program with standard input reading from the socket, and standard output writing to the socket, that handles the connection. Standard error is used for logging. ipsv daemons can be told to read and follow pre-defined instructions on how to handle incoming connections. It's possible to run different programs, or to set a different environment, or to deny a connection, or to set a per host concurrency limit, depending on the client's address or hostname. Normally the ipsv daemons are run by a supervisor process, such as runsv from the runit package, or supervise from the daemontools package. ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.