Ices version 0 is a source client for streaming MP3 audio to Shoutcast,
Icecast v1 and v2 servers. Due to Perl being shipped on OpenBSD by
default, custom playlist handlers written in Perl are always supported
by this port.
from Moritz Grimm <gtgbr@gmx.net>, cleanup and patches from me
WWW: http://www.icecast.org/
Libshout is a library for communicating with and sending data to an
icecast server. It handles the socket connection, the timing of the
data, and prevents bad data from getting to the icecast server.
With just a few lines of code, a programmer can easily turn any
application into a streaming source for an icecast server. Libshout
also allows developers who want a specific feature set (database
access, request taking) to concentrate on that feature set, instead of
worrying about how server communication works.
from Moritz Grimm <gtgbr@gmx.net>, cleanup and patches from me
WWW: http://www.icecast.org/
gMUDix is an improved version of MUDix, a MUD client for the Linux
console. It is designed to run as an X application, and was developed
with GTK+ 2.0. gMUDix has all the features of MUDix and more, including
ANSI color mapping, aliasing, macros, paths, tab completions, timers,
triggers, variables, and an easy-to-use script language.
EtherApe is a graphical network monitor for Unix modeled after
etherman. Featuring link layer, ip and TCP modes, it displays network
activity graphically. Hosts and links change in size with traffic.
Color coded protocols display. It supports Ethernet, FDDI, Token
Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown,
and can read traffic from a file as well as live from the network.
WWW: http://etherape.sourceforge.net/
from Craig Barraclough <craigba@creative.com.au>
Honeyd is a small daemon that creates virtual hosts on a network. The
hosts can be configured to run arbitrary services, and their personality
can be adapted so that they appear to be running certain operating
systems. Honeyd enables a single host to claim multiple addresses on a
LAN for network simulation.
"looks ok" sturm@
Submitted by Xavier Santolaria <xavier@santolaria.net>.
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from.
- Fix serious bugs around the destruction of hash context.
These may cause abort() in C library and the server will stop.
- Improve stability.
- Fix some bugs.