import Audio::MPD::Common 0.1.1

Audio::MPD::Common is a bunch of common classes used by both Audio::MPD
and POE::Component::Client::MPD (two modules meant to access Music
Player Daemon, aka mpd). Since those classes are independent of the
runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue.
This commit is contained in:
jasper 2007-06-05 21:08:16 +00:00
parent 7a29af4d84
commit 00fade15c5
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,22 @@
COMMENT= bunch of common helper classes for MPD
DISTNAME= Audio-MPD-Common-0.1.1
CATEGORIES= audio
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= JQUELIN
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= ::devel/p5-Class-Accessor
REGRESS_DEPENDS= ::devel/p5-Readonly
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Audio-MPD-Common-0.1.1.tar.gz) = 6N4KQIBw3gtt926qA5D+LQ==
RMD160 (Audio-MPD-Common-0.1.1.tar.gz) = p2ntbqeZ7kVpt6nfoxldps+MqW0=
SHA1 (Audio-MPD-Common-0.1.1.tar.gz) = 1/ROa9mgrslwdPWURTuTrsOm/yo=
SHA256 (Audio-MPD-Common-0.1.1.tar.gz) = j32K2Gj+NKJFVzTvdgVX7A+SRGZnplU8ynI7pAsmEGo=
SIZE (Audio-MPD-Common-0.1.1.tar.gz) = 8276

View File

@ -0,0 +1,4 @@
Audio::MPD::Common is a bunch of common classes used by both Audio::MPD
and POE::Component::Client::MPD (two modules meant to access Music
Player Daemon, aka mpd). Since those classes are independent of the
runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/06/05 21:08:16 jasper Exp $
${P5SITE}/Audio/
${P5SITE}/Audio/MPD/
${P5SITE}/Audio/MPD/Common/
${P5SITE}/Audio/MPD/Common.pm
${P5SITE}/Audio/MPD/Common/Item/
${P5SITE}/Audio/MPD/Common/Item.pm
${P5SITE}/Audio/MPD/Common/Item/Directory.pm
${P5SITE}/Audio/MPD/Common/Item/Playlist.pm
${P5SITE}/Audio/MPD/Common/Item/Song.pm
${P5SITE}/Audio/MPD/Common/Stats.pm
${P5SITE}/Audio/MPD/Common/Status.pm
${P5SITE}/Audio/MPD/Common/Time.pm
@man man/man3p/Audio::MPD::Common.3p
@man man/man3p/Audio::MPD::Common::Item.3p
@man man/man3p/Audio::MPD::Common::Item::Directory.3p
@man man/man3p/Audio::MPD::Common::Item::Playlist.3p
@man man/man3p/Audio::MPD::Common::Item::Song.3p
@man man/man3p/Audio::MPD::Common::Stats.3p
@man man/man3p/Audio::MPD::Common::Status.3p
@man man/man3p/Audio::MPD::Common::Time.3p