Initial import of pyxmms 1.06

A Python interface to XMMS consisting of all the xmms_remote_* functions
from libxmms plus some higher-level functions. This should provide anything
needed to control XMMS from an external program.

WWW: http://www.via.ecp.fr/~flo/index.en.html#PyXMMS_and_PyXMMS-remote

from Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
sturm 2003-07-28 18:16:15 +00:00
parent 706f3c88e2
commit d3ac8ae93a
4 changed files with 44 additions and 0 deletions

32
audio/py-xmms/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/28 18:16:15 sturm Exp $
COMMENT= "Python interface to XMMS"
DISTNAME= pyxmms-1.06
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= audio
HOMEPAGE= http://www.via.ecp.fr/~flo/index.en.html\#PyXMMS_and_PyXMMS-remote
MASTER_SITES= http://www.via.ecp.fr/~flo/2002/PyXMMS/dist/
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= python
LIB_DEPENDS= xmms.3::audio/xmms
MODPY_DISTUTILS_BUILD= build_ext
MODPY_DISTUTILS_BUILDARGS= -I${LOCALBASE}/include \
-L${LOCALBASE}/lib
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-xmms
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-xmms
.include <bsd.port.mk>

3
audio/py-xmms/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pyxmms-1.06.tar.gz) = 16aa3c7e3c3cf29427e5d1a653d83cad
RMD160 (pyxmms-1.06.tar.gz) = 83dffee295cdc8e892ba1d7a2f529ab93e8af30f
SHA1 (pyxmms-1.06.tar.gz) = 55d9fe95a3806185fb3d01632d5de5db7fa75316

3
audio/py-xmms/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
A Python interface to XMMS consisting of all the xmms_remote_* functions
from libxmms plus some higher-level functions. This should provide anything
needed to control XMMS from an external program.

6
audio/py-xmms/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/28 18:16:15 sturm Exp $
lib/python${MODPY_VERSION}/site-packages/_xmms.so
lib/python${MODPY_VERSION}/site-packages/xmms.py
lib/python${MODPY_VERSION}/site-packages/xmms.pyc
share/doc/py-xmms/README
@dirrm share/doc/py-xmms