diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 17:15:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 17:15:57 +0000 |
commit | 0e047ba62db465dae8de2afc96584614e0493e50 (patch) | |
tree | e93ec46e9e6f07388d4223f390077186247d314d /audio | |
parent | c3ab96401bd390400a2e7ecb96685c1ade50a970 (diff) | |
download | ports-0e047ba62db465dae8de2afc96584614e0493e50.tar.gz ports-0e047ba62db465dae8de2afc96584614e0493e50.zip |
Add py-libmpdclient, a python library for communication with Music Player
Daemon (audio/musicpd)
PR: ports/62198
Submitted by: Tim Hemel <tim@n2it.net>
Notes
Notes:
svn path=/head/; revision=99719
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/py-libmpdclient/Makefile | 19 | ||||
-rw-r--r-- | audio/py-libmpdclient/distinfo | 1 | ||||
-rw-r--r-- | audio/py-libmpdclient/pkg-descr | 9 | ||||
-rw-r--r-- | audio/py-libmpdclient/pkg-plist | 3 |
5 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index da71cdd26dcd..3a791631041f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -256,6 +256,7 @@ SUBDIR += py-cddb SUBDIR += py-eyed3 SUBDIR += py-id3 + SUBDIR += py-libmpdclient SUBDIR += py-mad SUBDIR += py-musicbrainz SUBDIR += py-ogg diff --git a/audio/py-libmpdclient/Makefile b/audio/py-libmpdclient/Makefile new file mode 100644 index 000000000000..87921e764605 --- /dev/null +++ b/audio/py-libmpdclient/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: py-libmpdclient +# Date created: Sat Jan 31 2004 +# Whom: Tim Hemel <tim@n2it.net> +# +# $FreeBSD$ +# + +PORTNAME= py-libmpdclient +PORTVERSION= 0.9.0 +CATEGORIES= audio python +MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ + +MAINTAINER= tim@n2it.net +COMMENT= Python bindings for libmpdclient + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/audio/py-libmpdclient/distinfo b/audio/py-libmpdclient/distinfo new file mode 100644 index 000000000000..a64e11e5c3ad --- /dev/null +++ b/audio/py-libmpdclient/distinfo @@ -0,0 +1 @@ +MD5 (py-libmpdclient-0.9.0.tar.gz) = f2199ed44f9f71c62f7c9fcd5db17b64 diff --git a/audio/py-libmpdclient/pkg-descr b/audio/py-libmpdclient/pkg-descr new file mode 100644 index 000000000000..6433eff685ad --- /dev/null +++ b/audio/py-libmpdclient/pkg-descr @@ -0,0 +1,9 @@ +Music Player Daemon (MPD) allows remote access for playing music +(MP3's, Ogg's, and Flac's) and managing playlists. +The design focus is on integrating a computer into a stereo system +that provides control for music playback over a local network. + +py-libmpdclient is a library to aid in rapid client development for +the Python programming language. + +WWW: http://www.musicpd.org/?page=python_module diff --git a/audio/py-libmpdclient/pkg-plist b/audio/py-libmpdclient/pkg-plist new file mode 100644 index 000000000000..a64974e07e53 --- /dev/null +++ b/audio/py-libmpdclient/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/mpdclient.py +%%PYTHON_SITELIBDIR%%/mpdclient.pyc +%%PYTHON_SITELIBDIR%%/mpdclient.pyo |