From 1986dda945dfaf4020be85fefe4382b8f3f6597c Mon Sep 17 00:00:00 2001 From: bernd Date: Tue, 23 May 2006 15:27:34 +0000 Subject: [PATCH] Initial import of Audio-MPD-0.12.3. Audio::MPD gives a clear object-oriented interface for talking to and controlling MPD (Music Player Daemon) servers. A connection to the MPD server is established as soon as a new Audio::MPD object is created. Commands are then send to the server as the class's methods are called. submitted and maintained by Jasper Lievisse Adriaanse --- audio/p5-Audio-MPD/Makefile | 25 +++++++++++++++++++++++++ audio/p5-Audio-MPD/distinfo | 4 ++++ audio/p5-Audio-MPD/pkg/DESCR | 4 ++++ audio/p5-Audio-MPD/pkg/PLIST | 7 +++++++ 4 files changed, 40 insertions(+) create mode 100644 audio/p5-Audio-MPD/Makefile create mode 100644 audio/p5-Audio-MPD/distinfo create mode 100644 audio/p5-Audio-MPD/pkg/DESCR create mode 100644 audio/p5-Audio-MPD/pkg/PLIST diff --git a/audio/p5-Audio-MPD/Makefile b/audio/p5-Audio-MPD/Makefile new file mode 100644 index 00000000000..e64f61fc021 --- /dev/null +++ b/audio/p5-Audio-MPD/Makefile @@ -0,0 +1,25 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/05/23 15:27:34 bernd Exp $ + +COMMENT= "module for communicating with MPD servers" +DISTNAME= Audio-MPD-0.12.3 +PKGNMAE= p5-${DISTNAME} +CATEGORIES= audio perl5 + +MAINTAINER= Jasper Lievisse Adriaanse + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NJ/NJH/} + +CONFIGURE_STYLE= perl modbuild + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Audio-MPD + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* \ + ${PREFIX}/share/examples/p5-Audio-MPD + +.include diff --git a/audio/p5-Audio-MPD/distinfo b/audio/p5-Audio-MPD/distinfo new file mode 100644 index 00000000000..04a98cc94bd --- /dev/null +++ b/audio/p5-Audio-MPD/distinfo @@ -0,0 +1,4 @@ +MD5 (Audio-MPD-0.12.3.tar.gz) = f0f082747d20a4b30c0d08ca2969f336 +RMD160 (Audio-MPD-0.12.3.tar.gz) = 247e918cdb2f744d427efd4ef796a93a12dd5694 +SHA1 (Audio-MPD-0.12.3.tar.gz) = aca7450b3795ba410f7bcb136f7578ab8819bf2a +SIZE (Audio-MPD-0.12.3.tar.gz) = 20680 diff --git a/audio/p5-Audio-MPD/pkg/DESCR b/audio/p5-Audio-MPD/pkg/DESCR new file mode 100644 index 00000000000..c3a2951c180 --- /dev/null +++ b/audio/p5-Audio-MPD/pkg/DESCR @@ -0,0 +1,4 @@ +Audio::MPD gives a clear object-oriented interface for talking to and +controlling MPD (Music Player Daemon) servers. A connection to the MPD +server is established as soon as a new Audio::MPD object is created. +Commands are then send to the server as the class's methods are called. diff --git a/audio/p5-Audio-MPD/pkg/PLIST b/audio/p5-Audio-MPD/pkg/PLIST new file mode 100644 index 00000000000..1ef0ee26dbc --- /dev/null +++ b/audio/p5-Audio-MPD/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/23 15:27:34 bernd Exp $ +${P5SITE}/Audio/ +${P5SITE}/Audio/MPD.pm +@man man/man3p/Audio::MPD.3p +share/examples/p5-Audio-MPD/ +share/examples/p5-Audio-MPD/example.pl +share/examples/p5-Audio-MPD/mpc.pl