Date: Tue, 06 Apr 1999 11:22:27 +0200 From: Sheldon Hearn <sheldonh@iafrica.com> To: Steve Price <steve@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/icecast - Imported sources Message-ID: <18731.923390547@axl.noc.iafrica.com> In-Reply-To: Your message of "Thu, 01 Apr 1999 20:23:49 PST." <199904020423.UAA36111@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 01 Apr 1999 20:23:49 PST, Steve Price wrote: > Log Message: > Import of icecast verion 1.1.0. > A SHOUTcast-compatible streaming MP3 server. > > PR: 10298 > Submitted by: Chip Marshall <chip@eboai.org> Hi Steve, You were given a terrible DESCR file. Here's a couple of diffs to tidy it up. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/icecast/Makefile,v retrieving revision 1.1.1.1 diff -u -d -r1.1.1.1 Makefile --- Makefile 1999/04/02 04:23:49 1.1.1.1 +++ Makefile 1999/04/06 09:20:15 @@ -11,6 +11,8 @@ MASTER_SITES= http://icecast.linuxpower.org/releases/ \ ftp://ftp.eboai.org/pub/icecast/ +WWW_SITE= http://icecast.linuxpower.org + MAINTAINER= chip@eboai.org GNU_CONFIGURE= yes Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/audio/icecast/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -d -r1.1.1.1 DESCR --- DESCR 1999/04/02 04:23:49 1.1.1.1 +++ DESCR 1999/04/06 09:20:21 @@ -1,18 +1,5 @@ -icecast -~~~~~~~ Icecast provides nearly all the functionality of the Shoutcast Linux server. It will accept encoding streams from either iceplay or WinAmp. It can also add itself to a directory server such as our own icecast.linuxpower.org or Nullsoft's yp.shoutcast.com. It does not yet support redirection of streams from other icecast servers, but soon will. -Command-line options are as follows (these can be obtained by running -'icecast -h' as well): - -contacts and webpage -~~~~~~~~~~~~~~~~~~~~ -The main webpage for icecast is http://icecast.linuxpower.org -Please send any suggestions, bugfixes, or anything else to -icecast@linuxpower.org - --- -Chip Marshall <chip@eboai.org> http://www.eboai.org/~chip/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18731.923390547>