From 6fdf73858d86700f5d90032085d061c41818f44b Mon Sep 17 00:00:00 2001 From: Johann Franz Date: Mon, 10 Dec 2007 04:51:21 +0000 Subject: [PATCH] This is an interface to the Audioscrobbler WebService API a.k.a. Last.FM. --- p5-WebService-Audioscrobbler/DESCR | 5 +++++ p5-WebService-Audioscrobbler/Makefile | 22 ++++++++++++++++++++++ p5-WebService-Audioscrobbler/distinfo | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 p5-WebService-Audioscrobbler/DESCR create mode 100644 p5-WebService-Audioscrobbler/Makefile create mode 100644 p5-WebService-Audioscrobbler/distinfo diff --git a/p5-WebService-Audioscrobbler/DESCR b/p5-WebService-Audioscrobbler/DESCR new file mode 100644 index 0000000000..11f2aa8112 --- /dev/null +++ b/p5-WebService-Audioscrobbler/DESCR @@ -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. diff --git a/p5-WebService-Audioscrobbler/Makefile b/p5-WebService-Audioscrobbler/Makefile new file mode 100644 index 0000000000..07c352dd7e --- /dev/null +++ b/p5-WebService-Audioscrobbler/Makefile @@ -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" diff --git a/p5-WebService-Audioscrobbler/distinfo b/p5-WebService-Audioscrobbler/distinfo new file mode 100644 index 0000000000..c89da15dc7 --- /dev/null +++ b/p5-WebService-Audioscrobbler/distinfo @@ -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