diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-07 16:13:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-07 16:13:56 +0800 |
commit | 79fcf61c1aad788481a794ae55e90048af24dd17 (patch) | |
tree | 533055ecf1212913869a3875250e47a7ebcab376 /audio/snett | |
parent | d3a970fd0ddb6dfa125800757bff3e1289f06430 (diff) | |
download | freebsd-ports-gnome-79fcf61c1aad788481a794ae55e90048af24dd17.tar.gz freebsd-ports-gnome-79fcf61c1aad788481a794ae55e90048af24dd17.tar.zst freebsd-ports-gnome-79fcf61c1aad788481a794ae55e90048af24dd17.zip |
[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>
Diffstat (limited to 'audio/snett')
-rw-r--r-- | audio/snett/Makefile | 29 | ||||
-rw-r--r-- | audio/snett/distinfo | 3 | ||||
-rw-r--r-- | audio/snett/pkg-descr | 6 | ||||
-rw-r--r-- | audio/snett/pkg-plist | 6 |
4 files changed, 44 insertions, 0 deletions
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 <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> 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%% |