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 <jasper at nedbsd.nl>
This commit is contained in:
parent
4800d9d359
commit
1986dda945
25
audio/p5-Audio-MPD/Makefile
Normal file
25
audio/p5-Audio-MPD/Makefile
Normal file
@ -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 <jasper@nedbsd.nl>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
audio/p5-Audio-MPD/distinfo
Normal file
4
audio/p5-Audio-MPD/distinfo
Normal file
@ -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
|
4
audio/p5-Audio-MPD/pkg/DESCR
Normal file
4
audio/p5-Audio-MPD/pkg/DESCR
Normal file
@ -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.
|
7
audio/p5-Audio-MPD/pkg/PLIST
Normal file
7
audio/p5-Audio-MPD/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user