mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
XMMS2-Scrobbler is a client for XMMS2 that feeds information about the songs
you played to last.fm, formerly known as AudioScrobbler. WWW: http://code-monkey.de/pages/xmms2-scrobbler PR: ports/102511 Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
This commit is contained in:
parent
11ca99259e
commit
eda2196af7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171471
@ -665,6 +665,7 @@
|
||||
SUBDIR += xmms-xf86audio
|
||||
SUBDIR += xmms-xymms
|
||||
SUBDIR += xmms2
|
||||
SUBDIR += xmms2-scrobbler
|
||||
SUBDIR += xmmsctrl
|
||||
SUBDIR += xmp
|
||||
SUBDIR += xmpeg3
|
||||
|
41
audio/xmms2-scrobbler/Makefile
Normal file
41
audio/xmms2-scrobbler/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: snett
|
||||
# Date created: 06 Apr 2006
|
||||
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmms2-scrobbler
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= audio ruby
|
||||
MASTER_SITES= ftp://ftp.code-monkey.de/pub/xmms2-scrobbler/
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT= A last.fm submission client for XMMS2
|
||||
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
|
||||
${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/event-loop-0.2/gemspec.rb:${PORTSDIR}/devel/rubygem-event-loop \
|
||||
${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 \
|
||||
${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/event-loop-0.2/gemspec.rb:${PORTSDIR}/devel/rubygem-event-loop
|
||||
|
||||
USE_RUBY= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/xmms2-scrobbler
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.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_TARGET}
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
.include <bsd.port.post.mk>
|
3
audio/xmms2-scrobbler/distinfo
Normal file
3
audio/xmms2-scrobbler/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xmms2-scrobbler-0.1.1.tar.gz) = fd9764be000957434eb3e4aef9e042db
|
||||
SHA256 (xmms2-scrobbler-0.1.1.tar.gz) = 958c093a065ff2d14f63d1a83e0aeaf3aa08fac070292b7cae1b0447a8ac3077
|
||||
SIZE (xmms2-scrobbler-0.1.1.tar.gz) = 5923
|
8
audio/xmms2-scrobbler/files/pkg-message.in
Normal file
8
audio/xmms2-scrobbler/files/pkg-message.in
Normal file
@ -0,0 +1,8 @@
|
||||
To use XMMS2Scrobbler write your username and password to the config file
|
||||
like this:
|
||||
|
||||
printf "user: foo\npassword: bar" > \
|
||||
~/.xmms2/clients/xmms2-scrobbler/config
|
||||
|
||||
If you wish for XMMS2Scrobbler to start when you start xmms2d, make a
|
||||
symbolic link from %%PREFIX%%/bin/xmms2-scrobbler to ~/.xmms2/startup.d/
|
4
audio/xmms2-scrobbler/pkg-descr
Normal file
4
audio/xmms2-scrobbler/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
XMMS2-Scrobbler is a client for XMMS2 that feeds information about the songs
|
||||
you played to last.fm, formerly known as AudioScrobbler.
|
||||
|
||||
WWW: http://code-monkey.de/pages/xmms2-scrobbler
|
Loading…
Reference in New Issue
Block a user