Ruby-shout is a binding to the libshout library, which sends streaming

MP3/Vorbis to an icecast server with libshout.

WWW:	http://rubygems.org/gems/ruby-shout
This commit is contained in:
Steve Wills 2011-07-10 00:47:09 +00:00
parent e3305337c2
commit 3b9cd7cb09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277422
4 changed files with 32 additions and 0 deletions

View file

@ -680,6 +680,7 @@
SUBDIR += rubygem-librmpd
SUBDIR += rubygem-ogginfo
SUBDIR += rubygem-ruby-mp3info
SUBDIR += rubygem-shout
SUBDIR += rubyripper
SUBDIR += s3mod
SUBDIR += sbagen

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: rubygem-shout
# Date created: 2011-07-09
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shout
PORTVERSION= 2.2.0
CATEGORIES= audio rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby binding to the libshout library
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/ruby-shout-2.2.0.gem) = ddff6718fd5d6170fad64d2c5979b41582159cfbd89a8bda8b16a613f792db34
SIZE (rubygem/ruby-shout-2.2.0.gem) = 10752

View file

@ -0,0 +1,4 @@
Ruby-shout is a binding to the libshout library, which sends streaming
MP3/Vorbis to an icecast server with libshout.
WWW: http://rubygems.org/gems/ruby-shout