[NEW PORT] audio/ruby18-snett: A simple XMMS2 client inspired by strange-quark

Snett is a simple XMMS2 client that's heavily inspired by
	strange-quark.

	It's a funky icon with a context menu that offers playback
	control and access to playlists in the XMMS2 media library.

	WWW: http://code-monkey.de/pages/snett

PR:		ports/95460
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
Edwin Groothuis 2006-04-07 08:13:56 +00:00
parent 5e185494d4
commit c9aee5cd7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159017
9 changed files with 89 additions and 0 deletions

View file

@ -446,6 +446,7 @@
SUBDIR += ruby-ogginfo
SUBDIR += ruby-shout
SUBDIR += ruby-smf
SUBDIR += ruby-snett
SUBDIR += ruby-vorbisfile
SUBDIR += ruby-xmms
SUBDIR += ruby-xmms2

29
audio/ruby-snett/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: snett
# Date created: 06 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= snett
PORTVERSION= 0.0.1
CATEGORIES= audio ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/snett/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= A simple XMMS2 client inspired by strange-quark
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (snett-0.0.1.tar.gz) = 9fada4d4436b39bb68b6566d9764bac8
SHA256 (snett-0.0.1.tar.gz) = 80649adff2feb52ad1e5d19873670985f94877a740df91ae46ac45c7fded7fde
SIZE (snett-0.0.1.tar.gz) = 23068

View file

@ -0,0 +1,6 @@
Snett is a simple XMMS2 client that's heavily inspired by strange-quark.
It's a funky icon with a context menu that offers playback control and access
to playlists in the XMMS2 media library.
WWW: http://code-monkey.de/pages/snett

View file

@ -0,0 +1,6 @@
bin/snett
%%DATADIR%%/logo.svg
%%DATADIR%%/logo128.png
%%DATADIR%%/logo32.png
%%DATADIR%%/logo64.png
@dirrm %%DATADIR%%

29
audio/snett/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: snett
# Date created: 06 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
PORTNAME= snett
PORTVERSION= 0.0.1
CATEGORIES= audio ruby
MASTER_SITES= ftp://ftp.code-monkey.de/pub/snett/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= A simple XMMS2 client inspired by strange-quark
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
.include <bsd.port.post.mk>

3
audio/snett/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (snett-0.0.1.tar.gz) = 9fada4d4436b39bb68b6566d9764bac8
SHA256 (snett-0.0.1.tar.gz) = 80649adff2feb52ad1e5d19873670985f94877a740df91ae46ac45c7fded7fde
SIZE (snett-0.0.1.tar.gz) = 23068

6
audio/snett/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
Snett is a simple XMMS2 client that's heavily inspired by strange-quark.
It's a funky icon with a context menu that offers playback control and access
to playlists in the XMMS2 media library.
WWW: http://code-monkey.de/pages/snett

6
audio/snett/pkg-plist Normal file
View file

@ -0,0 +1,6 @@
bin/snett
%%DATADIR%%/logo.svg
%%DATADIR%%/logo128.png
%%DATADIR%%/logo32.png
%%DATADIR%%/logo64.png
@dirrm %%DATADIR%%