1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add holyshout 0.1, a mp3 stream-feeder that works with icecast/shoutcast

servers and supports multiple bitrate stream.

PR:		20857
Submitted by:	Junseon Oh <hollywar@mail.holywar.net>
This commit is contained in:
Will Andrews 2000-08-26 12:54:28 +00:00
parent 05cb12c356
commit ea9fe2dcf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31998
6 changed files with 35 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += gramofile
SUBDIR += grip
SUBDIR += gsm
SUBDIR += holyshout
SUBDIR += icecast
SUBDIR += id3ed
SUBDIR += id3ren

23
audio/holyshout/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: holyshout
# Date created: 26 Aug 2000
# Whom: JunSeon Oh <hollywar@mail.holywar.net>
#
# $FreeBSD$
#
PORTNAME= holyshout
PORTVERSION= 0.1
CATEGORIES= audio net
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
MAINTAINER= hollywar@mail.holywar.net
USE_GMAKE= yes
post-patch:
(cd ${WRKSRC} && find . -name Makefile | xargs ${PERL} -pi -e \
"s@-O20@${CFLAGS}@g")
(cd ${WRKSRC} && find . -name Makefile | xargs ${PERL} -pi -e \
"s@-O2@${CFLAGS}@g")
.include <bsd.port.mk>

1
audio/holyshout/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (holyshout-0.1.tar.gz) = 56db5b357a213be76d6295154836090b

View File

@ -0,0 +1 @@
Streaming audio to Icecast/shoutcast supports multiple bitrate stream

View File

@ -0,0 +1,8 @@
Holyshout feeds an mp3 stream to your icecast or shoutcast server.
It also supports multiple bitrate streams. (re-encode using lame)
WWW: http://www.icecast.org/
WWW: http://www.shoutcast.com/
--
Made by JunSeon Oh <hollywar@mail.holywar.net>

View File

@ -0,0 +1 @@
bin/holyshout