An MPD (Music Player Daemon) client library written in pure Python.
WWW: http://www.musicpd.org/~jat/python-mpd/
This commit is contained in:
parent
1444568e77
commit
3f9a72a372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210590
@ -523,6 +523,7 @@
|
||||
SUBDIR += py-libmpdclient
|
||||
SUBDIR += py-libtunepimp
|
||||
SUBDIR += py-mad
|
||||
SUBDIR += py-mpd
|
||||
SUBDIR += py-musepack
|
||||
SUBDIR += py-musicbrainz
|
||||
SUBDIR += py-musicbrainz2
|
||||
|
32
audio/py-mpd/Makefile
Normal file
32
audio/py-mpd/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: py-mpd
|
||||
# Date created: 2008-04-05
|
||||
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mpd
|
||||
PORTVERSION= 0.2.0
|
||||
#PORTREVISION= 0
|
||||
#PORTEPOCH= 0
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Python MPD client library
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= python_mpd
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-mpd/distinfo
Normal file
3
audio/py-mpd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python-mpd-0.2.0.tar.gz) = 983507ee308b5895608156da10c3cfcb
|
||||
SHA256 (python-mpd-0.2.0.tar.gz) = b66174934259303b5b2334e18a7a034c6d8647077319286f913151fe1e3a0cc7
|
||||
SIZE (python-mpd-0.2.0.tar.gz) = 17383
|
3
audio/py-mpd/pkg-descr
Normal file
3
audio/py-mpd/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An MPD (Music Player Daemon) client library written in pure Python.
|
||||
|
||||
WWW: http://www.musicpd.org/~jat/python-mpd/
|
6
audio/py-mpd/pkg-plist
Normal file
6
audio/py-mpd/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/mpd.py
|
||||
%%PYTHON_SITELIBDIR%%/mpd.pyc
|
||||
%%PYTHON_SITELIBDIR%%/mpd.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/commands.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user