Initial import of pyxmms-2.02.
PyXMMS is a Python interface to XMMS, a multimedia player written for the X Window System. PyXMMS can be used to control XMMS or manage its main configuration file from a program written in Python.
This commit is contained in:
parent
b5f011d50d
commit
883f01e4a5
4 changed files with 47 additions and 0 deletions
3
py-xmms/DESCR
Normal file
3
py-xmms/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
PyXMMS is a Python interface to XMMS, a multimedia player written for
|
||||
the X Window System. PyXMMS can be used to control XMMS or manage its
|
||||
main configuration file from a program written in Python.
|
24
py-xmms/Makefile
Normal file
24
py-xmms/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 16:56:42 minskim Exp $
|
||||
|
||||
DISTNAME= pyxmms-2.02
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/
|
||||
|
||||
MAINTAINER= minskim@bawi.org
|
||||
HOMEPAGE= http://www.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote
|
||||
COMMENT= Python interface to XMMS
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
USE_BUILDLINK2= yes
|
||||
NO_CONFIGURE= yes
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_MESSAGE.paths= "Fixing hardcoded paths."
|
||||
SUBST_STAGE.paths= post-patch
|
||||
SUBST_FILES.paths= setup.cfg
|
||||
SUBST_SED.paths= -e 's,/usr/local,${PREFIX}/,g'
|
||||
|
||||
.include "../../audio/xmms/buildlink2.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
16
py-xmms/PLIST
Normal file
16
py-xmms/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/23 16:56:42 minskim Exp $
|
||||
${PYSITELIB}/xmms/__init__.py
|
||||
${PYSITELIB}/xmms/__init__.pyc
|
||||
${PYSITELIB}/xmms/__init__.pyo
|
||||
${PYSITELIB}/xmms/_xmmsconfig.so
|
||||
${PYSITELIB}/xmms/_xmmscontrol.so
|
||||
${PYSITELIB}/xmms/common.py
|
||||
${PYSITELIB}/xmms/common.pyc
|
||||
${PYSITELIB}/xmms/common.pyo
|
||||
${PYSITELIB}/xmms/config.py
|
||||
${PYSITELIB}/xmms/config.pyc
|
||||
${PYSITELIB}/xmms/config.pyo
|
||||
${PYSITELIB}/xmms/control.py
|
||||
${PYSITELIB}/xmms/control.pyc
|
||||
${PYSITELIB}/xmms/control.pyo
|
||||
@dirrm ${PYSITELIB}/xmms
|
4
py-xmms/distinfo
Normal file
4
py-xmms/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/23 16:56:42 minskim Exp $
|
||||
|
||||
SHA1 (pyxmms-2.02.tar.gz) = 04ea7186d71158b28b283ed02a160dd2bab4eb7a
|
||||
Size (pyxmms-2.02.tar.gz) = 44020 bytes
|
Loading…
Reference in a new issue