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:
parent
05cb12c356
commit
ea9fe2dcf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31998
@ -31,6 +31,7 @@
|
||||
SUBDIR += gramofile
|
||||
SUBDIR += grip
|
||||
SUBDIR += gsm
|
||||
SUBDIR += holyshout
|
||||
SUBDIR += icecast
|
||||
SUBDIR += id3ed
|
||||
SUBDIR += id3ren
|
||||
|
23
audio/holyshout/Makefile
Normal file
23
audio/holyshout/Makefile
Normal 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
1
audio/holyshout/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (holyshout-0.1.tar.gz) = 56db5b357a213be76d6295154836090b
|
1
audio/holyshout/pkg-comment
Normal file
1
audio/holyshout/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Streaming audio to Icecast/shoutcast supports multiple bitrate stream
|
8
audio/holyshout/pkg-descr
Normal file
8
audio/holyshout/pkg-descr
Normal 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>
|
1
audio/holyshout/pkg-plist
Normal file
1
audio/holyshout/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/holyshout
|
Loading…
Reference in New Issue
Block a user