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:
parent
e3c02faddd
commit
3d9b3d4f97
20
audio/p5-Music-Audioscrobbler-Submit/Makefile
Normal file
20
audio/p5-Music-Audioscrobbler-Submit/Makefile
Normal 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>
|
5
audio/p5-Music-Audioscrobbler-Submit/distinfo
Normal file
5
audio/p5-Music-Audioscrobbler-Submit/distinfo
Normal 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
|
7
audio/p5-Music-Audioscrobbler-Submit/pkg/DESCR
Normal file
7
audio/p5-Music-Audioscrobbler-Submit/pkg/DESCR
Normal 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.
|
5
audio/p5-Music-Audioscrobbler-Submit/pkg/PLIST
Normal file
5
audio/p5-Music-Audioscrobbler-Submit/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user