This is an interface to the Audioscrobbler WebService API a.k.a. Last.FM.

This commit is contained in:
Johann Franz 2007-12-10 04:51:21 +00:00 committed by Thomas Klausner
parent 9ef0c5087d
commit 6fdf73858d
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,5 @@
This module aims to be a full implementation of a an object-oriented interface
to the Audioscrobbler WebService API (as available on
http://www.audioscrobbler.net/data/webservices/). Since version 0.04, the
module fully supports data caching and, thus, complies to the service's
recommended usage guides.

View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/12/10 04:51:21 netcap Exp $
#
DISTNAME= WebService-Audioscrobbler-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NI/NILSONSFJ/
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://www.audioscrobbler.net/data/webservices/
COMMENT= Interface to the Audioscrobbler WebService API (aka Last.FM)
DEPENDS+= p5-CLASS>=0:../../wip/p5-CLASS
DEPENDS+= p5-Class-Data-Accessor>=0:../../wip/p5-Class-Data-Accessor
DEPENDS+= p5-Cache-Cache>=0:../../devel/p5-Cache-Cache
DEPENDS+= p5-UNIVERSAL-require>=0:../../devel/p5-UNIVERSAL-require
PERL5_MODULE_TYPE= MakeMaker
PERL5_PACKLIST= auto/WebService/Audioscrobbler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2007/12/10 04:51:21 netcap Exp $
SHA1 (WebService-Audioscrobbler-0.07.tar.gz) = 1d1e9379fba962e2affed9014872a5753a8411d1
RMD160 (WebService-Audioscrobbler-0.07.tar.gz) = 6d4a6f9c2f9b6e735251484579ebe7eaab91fa6f
Size (WebService-Audioscrobbler-0.07.tar.gz) = 10274 bytes