mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -680,6 +680,7 @@
|
|||
SUBDIR += rubygem-librmpd
|
||||
SUBDIR += rubygem-ogginfo
|
||||
SUBDIR += rubygem-ruby-mp3info
|
||||
SUBDIR += rubygem-shout
|
||||
SUBDIR += rubyripper
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
|
|
25
audio/rubygem-shout/Makefile
Normal file
25
audio/rubygem-shout/Makefile
Normal 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>
|
2
audio/rubygem-shout/distinfo
Normal file
2
audio/rubygem-shout/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/ruby-shout-2.2.0.gem) = ddff6718fd5d6170fad64d2c5979b41582159cfbd89a8bda8b16a613f792db34
|
||||
SIZE (rubygem/ruby-shout-2.2.0.gem) = 10752
|
4
audio/rubygem-shout/pkg-descr
Normal file
4
audio/rubygem-shout/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue