diff options
author | swills <swills@FreeBSD.org> | 2011-07-10 08:47:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-10 08:47:09 +0800 |
commit | 30db09f942d21e9dbd2657d25f373fb91abe95a7 (patch) | |
tree | a4ad1bb3a3d3d72811e6d4ad2f4400f915230e4b /audio/rubygem-shout | |
parent | c1b8b657e7b397ac8afd2edea2a01715a8806de7 (diff) | |
download | freebsd-ports-gnome-30db09f942d21e9dbd2657d25f373fb91abe95a7.tar.gz freebsd-ports-gnome-30db09f942d21e9dbd2657d25f373fb91abe95a7.tar.zst freebsd-ports-gnome-30db09f942d21e9dbd2657d25f373fb91abe95a7.zip |
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
Diffstat (limited to 'audio/rubygem-shout')
-rw-r--r-- | audio/rubygem-shout/Makefile | 25 | ||||
-rw-r--r-- | audio/rubygem-shout/distinfo | 2 | ||||
-rw-r--r-- | audio/rubygem-shout/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/rubygem-shout/Makefile b/audio/rubygem-shout/Makefile new file mode 100644 index 000000000000..aa0283d0c681 --- /dev/null +++ b/audio/rubygem-shout/Makefile @@ -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> diff --git a/audio/rubygem-shout/distinfo b/audio/rubygem-shout/distinfo new file mode 100644 index 000000000000..de52ca4313a5 --- /dev/null +++ b/audio/rubygem-shout/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-shout-2.2.0.gem) = ddff6718fd5d6170fad64d2c5979b41582159cfbd89a8bda8b16a613f792db34 +SIZE (rubygem/ruby-shout-2.2.0.gem) = 10752 diff --git a/audio/rubygem-shout/pkg-descr b/audio/rubygem-shout/pkg-descr new file mode 100644 index 000000000000..e54f983fc019 --- /dev/null +++ b/audio/rubygem-shout/pkg-descr @@ -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 |