diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-22 05:08:54 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-22 05:08:54 +0800 |
commit | 5424c90da03d0f890c73146a945c0ed94ff41648 (patch) | |
tree | b7acf72a9749ed7a33170f0c28aa1b54c7fb85e9 | |
parent | 29c927246fed9a72d737a1f8efa392cf01f20c13 (diff) | |
download | freebsd-ports-gnome-5424c90da03d0f890c73146a945c0ed94ff41648.tar.gz freebsd-ports-gnome-5424c90da03d0f890c73146a945c0ed94ff41648.tar.zst freebsd-ports-gnome-5424c90da03d0f890c73146a945c0ed94ff41648.zip |
audio/ruby-snett -> audio/snett because it's a application, not a library.
PR: ports/99164
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Repocopy by: marcus
-rw-r--r-- | audio/ruby-snett/Makefile | 33 | ||||
-rw-r--r-- | audio/ruby-snett/distinfo | 3 | ||||
-rw-r--r-- | audio/ruby-snett/pkg-descr | 6 | ||||
-rw-r--r-- | audio/ruby-snett/pkg-plist | 6 |
4 files changed, 0 insertions, 48 deletions
diff --git a/audio/ruby-snett/Makefile b/audio/ruby-snett/Makefile deleted file mode 100644 index 0c9ac703e8b6..000000000000 --- a/audio/ruby-snett/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: snett -# Date created: 06 Apr 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# -# $FreeBSD$ - -PORTNAME= snett -PORTVERSION= 0.0.2 -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> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - -do-install: - @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install - -.include <bsd.port.post.mk> diff --git a/audio/ruby-snett/distinfo b/audio/ruby-snett/distinfo deleted file mode 100644 index 2250e2b91c77..000000000000 --- a/audio/ruby-snett/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (snett-0.0.2.tar.gz) = 30440d0e35160cf20f563e1edf518f3b -SHA256 (snett-0.0.2.tar.gz) = 6c412eb78f28a2c5921aa7bbd1180e177b6594de4b0eb02a38ae2239ceb7b57e -SIZE (snett-0.0.2.tar.gz) = 22620 diff --git a/audio/ruby-snett/pkg-descr b/audio/ruby-snett/pkg-descr deleted file mode 100644 index 2d7b77715a3f..000000000000 --- a/audio/ruby-snett/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index e2260c08d148..000000000000 --- a/audio/ruby-snett/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/snett -%%DATADIR%%/logo.svg -%%DATADIR%%/logo128.png -%%DATADIR%%/logo32.png -%%DATADIR%%/logo64.png -@dirrm %%DATADIR%% |