BOINC is a software platform for distributed computing using volunteer
computer resources. This port contains BOINC API, libraries, client and
manager GUI.
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.
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.
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.
HLMaster implements a fully functional, automatic master-server
daemon for the game Half-Life (and all mods based on this engine).
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.
ABILLS (Asmodeus BILLing System) is free billing for dialup and vpn users.
Written completely in PERL it uses MySQL and FreeRadius for authentication.
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.
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.
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.