import p5-Audio-Scrobbler 0.01
The Audio::Scrobbler module provides a Perl interface to the track submission API of Last.fm's AudioScrobbler. So far, only track submissions are handled; the future plans include access to the various statistics. submitted by Landry Breuil <landry.breuil@gmail.com>, with tweaks by me
This commit is contained in:
parent
8abf0fb3cf
commit
85d40f7b83
24
audio/p5-Audio-Scrobbler/Makefile
Normal file
24
audio/p5-Audio-Scrobbler/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/22 17:45:03 jasper Exp $
|
||||
|
||||
COMMENT= "submit tracks to last.fm/audioscrobbler"
|
||||
|
||||
DISTNAME= Audio-Scrobbler-0.01
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
CPAN_AUTHOR= ROAM
|
||||
|
||||
BUILD_DEPENDS= ::devel/p5-Config-IniFiles
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
::security/p5-Digest-MD5-M4p \
|
||||
::www/p5-libwww
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/p5-Audio-Scrobbler/distinfo
Normal file
5
audio/p5-Audio-Scrobbler/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Audio-Scrobbler-0.01.tar.gz) = 514202239941199ba959e1d68167db6c
|
||||
RMD160 (Audio-Scrobbler-0.01.tar.gz) = c53ba5d3da414afcffd56600ddbed0008781def8
|
||||
SHA1 (Audio-Scrobbler-0.01.tar.gz) = 764486b61dc9ac15e0c2df7813059547a6dac19c
|
||||
SHA256 (Audio-Scrobbler-0.01.tar.gz) = 4cd7f45d49eeef42bfcd9708c4021ef7c666b0e04491c8ccdb6a2aab70b79232
|
||||
SIZE (Audio-Scrobbler-0.01.tar.gz) = 7031
|
4
audio/p5-Audio-Scrobbler/pkg/DESCR
Normal file
4
audio/p5-Audio-Scrobbler/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The Audio::Scrobbler module provides a Perl interface to the track
|
||||
submission API of Last.fm's AudioScrobbler. So far, only track
|
||||
submissions are handled; the future plans include access to the various
|
||||
statistics.
|
6
audio/p5-Audio-Scrobbler/pkg/PLIST
Normal file
6
audio/p5-Audio-Scrobbler/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/22 17:45:03 jasper Exp $
|
||||
bin/scrobbler-helper
|
||||
${P5SITE}/Audio/
|
||||
${P5SITE}/Audio/Scrobbler.pm
|
||||
@man man/man1/scrobbler-helper.1
|
||||
@man man/man3p/Audio::Scrobbler.3p
|
Loading…
Reference in New Issue
Block a user