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:
jasper 2007-03-22 17:45:03 +00:00
parent 8abf0fb3cf
commit 85d40f7b83
4 changed files with 39 additions and 0 deletions

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

View 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

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

View 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