import p5-Music-Audioscrobbler-Submit 0.05

Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
1.2 protocol, including "Now Playing' feature.
Items are submitted and stored in a queue. This queue is stored as a
file using Tie::File. When you submit a track, it will add the queue to
the track and process the queue. If it submits all items in the queue,
the submit() method will return true.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
This commit is contained in:
jasper 2008-08-27 19:49:18 +00:00
parent e3c02faddd
commit 3d9b3d4f97
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/27 19:49:18 jasper Exp $
COMMENT= module providing routines to submit songs to last.fm
DISTNAME= Music-Audioscrobbler-Submit-0.05
CATEGORIES= audio
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= EALLENIII
RUN_DEPENDS= ::devel/p5-Config-Options \
::www/p5-libwww
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Music-Audioscrobbler-Submit-0.05.tar.gz) = lbg8353ANhPQpRfK5TtQjA==
RMD160 (Music-Audioscrobbler-Submit-0.05.tar.gz) = MMxziQveXC5LsG8ihCxC/F4Rbvg=
SHA1 (Music-Audioscrobbler-Submit-0.05.tar.gz) = EunY61Et7wYb0P03HCCyrHlxbvQ=
SHA256 (Music-Audioscrobbler-Submit-0.05.tar.gz) = uluzICk+F9Lp4oHT7uoog5IKRsULs6LOlZhJ3MgVBLk=
SIZE (Music-Audioscrobbler-Submit-0.05.tar.gz) = 16800

View File

@ -0,0 +1,7 @@
Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
1.2 protocol, including "Now Playing' feature.
Items are submitted and stored in a queue. This queue is stored as a
file using Tie::File. When you submit a track, it will add the queue to
the track and process the queue. If it submits all items in the queue,
the submit() method will return true.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/27 19:49:18 jasper Exp $
${P5SITE}/Music/
${P5SITE}/Music/Audioscrobbler/
${P5SITE}/Music/Audioscrobbler/Submit.pm
@man man/man3p/Music::Audioscrobbler::Submit.3p