diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-07 17:15:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-07 17:15:03 +0000 |
commit | 102b8c19512cab6a1005a98d45a9dc3631e83556 (patch) | |
tree | db997fe19d5aef5ed3584bdb6dbfd0fbe3955c90 /audio/libshout2/pkg-descr | |
parent | a500b8cdd1955375822ee5a246f860aea3d72dec (diff) |
Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.
PR: 19079
Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
Notes
Notes:
svn path=/head/; revision=29326
Diffstat (limited to 'audio/libshout2/pkg-descr')
-rw-r--r-- | audio/libshout2/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libshout2/pkg-descr b/audio/libshout2/pkg-descr new file mode 100644 index 000000000000..e25884891692 --- /dev/null +++ b/audio/libshout2/pkg-descr @@ -0,0 +1,10 @@ +A port of the libshout library. Libshout allows applications to easily +communicate and broadcast to an Icecast streaming media server. It handles the +socket connections, metadata communication, and data streaming for the calling +application, and lets developers focus on feature sets instead of +implementation details. + +WWW: http://developer.icecast.org/libshout/ + +- Zach +zach@pabst.bendnet.com |