1
0
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:
Roman Bogorodskiy 2006-08-27 16:25:00 +00:00
parent 11ca99259e
commit eda2196af7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171471
5 changed files with 57 additions and 0 deletions

View File

@ -665,6 +665,7 @@
SUBDIR += xmms-xf86audio
SUBDIR += xmms-xymms
SUBDIR += xmms2
SUBDIR += xmms2-scrobbler
SUBDIR += xmmsctrl
SUBDIR += xmp
SUBDIR += xmpeg3

View 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>

View 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

View 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/

View 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