From 8abdf451541f069f3527fe66f63a116433f620f5 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 17 Feb 2004 19:54:19 +0000 Subject: 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. --- audio/py-xmms/DESCR | 3 +++ audio/py-xmms/Makefile | 24 ++++++++++++++++++++++++ audio/py-xmms/PLIST | 16 ++++++++++++++++ audio/py-xmms/distinfo | 4 ++++ 4 files changed, 47 insertions(+) create mode 100644 audio/py-xmms/DESCR create mode 100644 audio/py-xmms/Makefile create mode 100644 audio/py-xmms/PLIST create mode 100644 audio/py-xmms/distinfo 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 -- cgit v1.2.3