diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-17 19:54:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-17 19:54:19 +0000 |
commit | b0c24a8f6a0f1c363dbb40e93392ef7d2df162a0 (patch) | |
tree | 2254cf0679386c2f15ad2fac117702b8bb7e5e55 /audio/py-xmms | |
parent | b11808da25b7c542527a84fefb031e63f0e67715 (diff) | |
download | pkgsrc-b0c24a8f6a0f1c363dbb40e93392ef7d2df162a0.tar.gz |
Import py-xmms from pkgsrc-wip.
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.
Diffstat (limited to 'audio/py-xmms')
-rw-r--r-- | audio/py-xmms/DESCR | 3 | ||||
-rw-r--r-- | audio/py-xmms/Makefile | 24 | ||||
-rw-r--r-- | audio/py-xmms/PLIST | 16 | ||||
-rw-r--r-- | audio/py-xmms/distinfo | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/audio/py-xmms/DESCR b/audio/py-xmms/DESCR new file mode 100644 index 00000000000..fd392c34f92 --- /dev/null +++ b/audio/py-xmms/DESCR @@ -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. diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile new file mode 100644 index 00000000000..d1df9401d6c --- /dev/null +++ b/audio/py-xmms/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 19:54:19 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@NetBSD.org +HOMEPAGE= http://www.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote +COMMENT= Python interface to XMMS + +PYDISTUTILSPKG= yes +USE_BUILDLINK3= 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/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/py-xmms/PLIST b/audio/py-xmms/PLIST new file mode 100644 index 00000000000..4f6ad5a7c22 --- /dev/null +++ b/audio/py-xmms/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 19:54:19 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 diff --git a/audio/py-xmms/distinfo b/audio/py-xmms/distinfo new file mode 100644 index 00000000000..86b88bd2202 --- /dev/null +++ b/audio/py-xmms/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/17 19:54:19 minskim Exp $ + +SHA1 (pyxmms-2.02.tar.gz) = 04ea7186d71158b28b283ed02a160dd2bab4eb7a +Size (pyxmms-2.02.tar.gz) = 44020 bytes |