summaryrefslogtreecommitdiffstats
path: root/audio/py-ao
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2002-10-07 13:27:50 +0000
committernbm <nbm@FreeBSD.org>2002-10-07 13:27:50 +0000
commite075504d9d4134a12362ec8d4595fdc3bcc21059 (patch)
tree1909b87479535e11c821bb96182b3e91e33d6ce1 /audio/py-ao
parentceb472c39989471eca4d568d6d05666b76afc30f (diff)
downloadFreeBSD-ports-e075504d9d4134a12362ec8d4595fdc3bcc21059.zip
FreeBSD-ports-e075504d9d4134a12362ec8d4595fdc3bcc21059.tar.gz
Add py-ao 0.8, a python wrapper for ao, an audio device abstraction
library.
Diffstat (limited to 'audio/py-ao')
-rw-r--r--audio/py-ao/Makefile25
-rw-r--r--audio/py-ao/distinfo1
-rw-r--r--audio/py-ao/files/patch-setup.py11
-rw-r--r--audio/py-ao/pkg-comment1
-rw-r--r--audio/py-ao/pkg-descr6
-rw-r--r--audio/py-ao/pkg-plist1
6 files changed, 45 insertions, 0 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile
new file mode 100644
index 0000000..751c2a7
--- /dev/null
+++ b/audio/py-ao/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: pyao
+# Date created: 23 Sep 2002
+# Whom: nbm
+#
+# $FreeBSD$
+#
+
+PORTNAME= ao
+PORTVERSION= 0.8
+CATEGORIES= audio
+MASTER_SITES= http://www.andrewchatham.com/pyogg/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pyao-${PORTVERSION}
+
+MAINTAINER= nbm@FreeBSD.org
+
+LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+do-configure:
+ @cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py
+
+.include <bsd.port.mk>
diff --git a/audio/py-ao/distinfo b/audio/py-ao/distinfo
new file mode 100644
index 0000000..f879d52
--- /dev/null
+++ b/audio/py-ao/distinfo
@@ -0,0 +1 @@
+MD5 (pyao-0.8.tar.gz) = c5e861e15f3cb7ddf12fd191e9752b2d
diff --git a/audio/py-ao/files/patch-setup.py b/audio/py-ao/files/patch-setup.py
new file mode 100644
index 0000000..1c7c514
--- /dev/null
+++ b/audio/py-ao/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Sun Sep 2 21:14:39 2001
++++ setup.py Mon Sep 23 16:14:54 2002
+@@ -11,7 +11,7 @@
+
+ def get_setup():
+ data = {}
+- r = re.compile(r'(\S+)\s*?=\s*?(.+)')
++ r = re.compile(r'(\S+)\s*=\s*(.+)')
+
+ if not os.path.isfile('Setup'):
+ print "No 'Setup' file. Perhaps you need to run the configure script."
diff --git a/audio/py-ao/pkg-comment b/audio/py-ao/pkg-comment
new file mode 100644
index 0000000..16fed09
--- /dev/null
+++ b/audio/py-ao/pkg-comment
@@ -0,0 +1 @@
+A python wrapper for ao, an audio device abstraction library
diff --git a/audio/py-ao/pkg-descr b/audio/py-ao/pkg-descr
new file mode 100644
index 0000000..4ed3f63
--- /dev/null
+++ b/audio/py-ao/pkg-descr
@@ -0,0 +1,6 @@
+pyao - a Python wrapper module for the ao library
+
+Ao is an audio abstraction library that lets you output to different
+devices using the same interface.
+
+WWW: http://www.andrewchatham.com/pyogg/
diff --git a/audio/py-ao/pkg-plist b/audio/py-ao/pkg-plist
new file mode 100644
index 0000000..d56e328
--- /dev/null
+++ b/audio/py-ao/pkg-plist
@@ -0,0 +1 @@
+lib/%%PYTHON_VERSION%%/site-packages/aomodule.so
OpenPOWER on IntegriCloud