From ea9fe2dcf195f8b30b9ddf4529ff8743aa3df1fa Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 26 Aug 2000 12:54:28 +0000 Subject: [PATCH] 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 --- audio/Makefile | 1 + audio/holyshout/Makefile | 23 +++++++++++++++++++++++ audio/holyshout/distinfo | 1 + audio/holyshout/pkg-comment | 1 + audio/holyshout/pkg-descr | 8 ++++++++ audio/holyshout/pkg-plist | 1 + 6 files changed, 35 insertions(+) create mode 100644 audio/holyshout/Makefile create mode 100644 audio/holyshout/distinfo create mode 100644 audio/holyshout/pkg-comment create mode 100644 audio/holyshout/pkg-descr create mode 100644 audio/holyshout/pkg-plist diff --git a/audio/Makefile b/audio/Makefile index d3e53afafff6..3221e757f474 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -31,6 +31,7 @@ SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm + SUBDIR += holyshout SUBDIR += icecast SUBDIR += id3ed SUBDIR += id3ren diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile new file mode 100644 index 000000000000..1238f0fddd04 --- /dev/null +++ b/audio/holyshout/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: holyshout +# Date created: 26 Aug 2000 +# Whom: JunSeon Oh +# +# $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 diff --git a/audio/holyshout/distinfo b/audio/holyshout/distinfo new file mode 100644 index 000000000000..25bfb0287247 --- /dev/null +++ b/audio/holyshout/distinfo @@ -0,0 +1 @@ +MD5 (holyshout-0.1.tar.gz) = 56db5b357a213be76d6295154836090b diff --git a/audio/holyshout/pkg-comment b/audio/holyshout/pkg-comment new file mode 100644 index 000000000000..70bc7d581b0a --- /dev/null +++ b/audio/holyshout/pkg-comment @@ -0,0 +1 @@ +Streaming audio to Icecast/shoutcast supports multiple bitrate stream diff --git a/audio/holyshout/pkg-descr b/audio/holyshout/pkg-descr new file mode 100644 index 000000000000..a63cc17bf1da --- /dev/null +++ b/audio/holyshout/pkg-descr @@ -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 diff --git a/audio/holyshout/pkg-plist b/audio/holyshout/pkg-plist new file mode 100644 index 000000000000..d9553751d44f --- /dev/null +++ b/audio/holyshout/pkg-plist @@ -0,0 +1 @@ +bin/holyshout