I have created a port for Fastaudio that is a Python module that gives bindings to Portaudio. It has been necessary to add some patches and tinker a bit with the Makefile but now it works perfectly. This is my first port, I might have accidentally submitted a PR a few seconds ago. Sorry about that. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs
Responsible Changed From-To: freebsd-python->clsung I'll take it.
clsung 2007-04-04 10:10:53 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/py-fastaudio Makefile distinfo pkg-descr audio/py-fastaudio/files patch-fastaudio.pyx patch-mysndfile.h patch-setup.py Log: Add py-fastaudio 0.1, python bindings for the PortAudio multi-platform audio library. PR: ports/111198 Submitted by: Pontus Stenetorp <ninjin at kth.se> Revision Changes Path 1.848 +1 -0 ports/audio/Makefile 1.1 +62 -0 ports/audio/py-fastaudio/Makefile (new) 1.1 +6 -0 ports/audio/py-fastaudio/distinfo (new) 1.1 +63 -0 ports/audio/py-fastaudio/files/patch-fastaudio.pyx (new) 1.1 +9 -0 ports/audio/py-fastaudio/files/patch-mysndfile.h (new) 1.1 +34 -0 ports/audio/py-fastaudio/files/patch-setup.py (new) 1.1 +4 -0 ports/audio/py-fastaudio/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank you. Also notes I've add libsndfile to LIB_DEPENDS.