Bug 111198

Summary: New port: audio/py-fastaudio Python bindings for Portaudio
Product: Ports & Packages Reporter: Pontus Stenetorp <ninjin>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Pontus Stenetorp 2007-04-03 17:50:05 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-03 17:50:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-04 02:13:26 UTC
Responsible Changed
From-To: freebsd-python->clsung

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-04 11:11:00 UTC
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"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-04 11:11:15 UTC
State Changed
From-To: open->closed

New port added. Thank you. 
Also notes I've add libsndfile to LIB_DEPENDS.