From 79fcf61c1aad788481a794ae55e90048af24dd17 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 7 Apr 2006 08:13:56 +0000 Subject: [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 --- audio/Makefile | 1 + audio/ruby-snett/Makefile | 29 +++++++++++++++++++++++++++++ audio/ruby-snett/distinfo | 3 +++ audio/ruby-snett/pkg-descr | 6 ++++++ audio/ruby-snett/pkg-plist | 6 ++++++ audio/snett/Makefile | 29 +++++++++++++++++++++++++++++ audio/snett/distinfo | 3 +++ audio/snett/pkg-descr | 6 ++++++ audio/snett/pkg-plist | 6 ++++++ 9 files changed, 89 insertions(+) create mode 100644 audio/ruby-snett/Makefile create mode 100644 audio/ruby-snett/distinfo create mode 100644 audio/ruby-snett/pkg-descr create mode 100644 audio/ruby-snett/pkg-plist create mode 100644 audio/snett/Makefile create mode 100644 audio/snett/distinfo create mode 100644 audio/snett/pkg-descr create mode 100644 audio/snett/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 626f9a4d122e..db0db1fb6caa 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/ruby-snett/Makefile b/audio/ruby-snett/Makefile new file mode 100644 index 000000000000..362bd8d6e6d1 --- /dev/null +++ b/audio/ruby-snett/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: snett +# Date created: 06 Apr 2006 +# Whom: Alexander Botero-Lowry +# +# $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 + +do-install: + @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install + +.include diff --git a/audio/ruby-snett/distinfo b/audio/ruby-snett/distinfo new file mode 100644 index 000000000000..30a5e0f4b1b7 --- /dev/null +++ b/audio/ruby-snett/distinfo @@ -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 diff --git a/audio/ruby-snett/pkg-descr b/audio/ruby-snett/pkg-descr new file mode 100644 index 000000000000..2d7b77715a3f --- /dev/null +++ b/audio/ruby-snett/pkg-descr @@ -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 diff --git a/audio/ruby-snett/pkg-plist b/audio/ruby-snett/pkg-plist new file mode 100644 index 000000000000..e2260c08d148 --- /dev/null +++ b/audio/ruby-snett/pkg-plist @@ -0,0 +1,6 @@ +bin/snett +%%DATADIR%%/logo.svg +%%DATADIR%%/logo128.png +%%DATADIR%%/logo32.png +%%DATADIR%%/logo64.png +@dirrm %%DATADIR%% diff --git a/audio/snett/Makefile b/audio/snett/Makefile new file mode 100644 index 000000000000..362bd8d6e6d1 --- /dev/null +++ b/audio/snett/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: snett +# Date created: 06 Apr 2006 +# Whom: Alexander Botero-Lowry +# +# $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 + +do-install: + @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install + +.include diff --git a/audio/snett/distinfo b/audio/snett/distinfo new file mode 100644 index 000000000000..30a5e0f4b1b7 --- /dev/null +++ b/audio/snett/distinfo @@ -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 diff --git a/audio/snett/pkg-descr b/audio/snett/pkg-descr new file mode 100644 index 000000000000..2d7b77715a3f --- /dev/null +++ b/audio/snett/pkg-descr @@ -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 diff --git a/audio/snett/pkg-plist b/audio/snett/pkg-plist new file mode 100644 index 000000000000..e2260c08d148 --- /dev/null +++ b/audio/snett/pkg-plist @@ -0,0 +1,6 @@ +bin/snett +%%DATADIR%%/logo.svg +%%DATADIR%%/logo128.png +%%DATADIR%%/logo32.png +%%DATADIR%%/logo64.png +@dirrm %%DATADIR%% -- cgit