pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-xmms Import py-xmms from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/613e6ed2ffed
branches: trunk
changeset: 468907:613e6ed2ffed
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Feb 17 19:54:19 2004 +0000
description:
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:
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(+), 0 deletions(-)
diffs (63 lines):
diff -r ae72ee975551 -r 613e6ed2ffed audio/py-xmms/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-xmms/DESCR Tue Feb 17 19:54:19 2004 +0000
@@ -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 -r ae72ee975551 -r 613e6ed2ffed audio/py-xmms/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-xmms/Makefile Tue Feb 17 19:54:19 2004 +0000
@@ -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@localhost
+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 -r ae72ee975551 -r 613e6ed2ffed audio/py-xmms/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-xmms/PLIST Tue Feb 17 19:54:19 2004 +0000
@@ -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 -r ae72ee975551 -r 613e6ed2ffed audio/py-xmms/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/py-xmms/distinfo Tue Feb 17 19:54:19 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index