aboutsummaryrefslogtreecommitdiff
path: root/audio/pd
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: does not compileKris Kennaway2004-02-081-1/+7
| | | | Notes: svn path=/head/; revision=100331
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Use PAX macro.Trevor Johnson2004-01-221-2/+2
| | | | Notes: svn path=/head/; revision=98754
* Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.Trevor Johnson2003-11-1212-59/+223
| | | | | | | | | to do: the "Help -> About pd" and "Media -> Test Audio and MIDI" menu items do not work because the port installs files where they are not found by the program Notes: svn path=/head/; revision=93772
* Wrap to 80 columns.Trevor Johnson2003-11-121-3/+5
| | | | Notes: svn path=/head/; revision=93768
* Use sed, rather than perl, for patching, in case there is a userTrevor Johnson2003-09-291-3/+4
| | | | | | | who does not have perl. Notes: svn path=/head/; revision=89795
* The malloc.h problem is gone.Trevor Johnson2003-09-291-4/+0
| | | | Notes: svn path=/head/; revision=89794
* Update to 0.36-0.Trevor Johnson2003-09-2910-190/+12
| | | | Notes: svn path=/head/; revision=89780
* According to an unreliable source, when _POSIX_MEMLOCK is definedTrevor Johnson2003-05-232-11/+18
| | | | | | | as -1, that means it is "never available." Notes: svn path=/head/; revision=81766
* BROKEN on 5.1: does not buildKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81232
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Fix some of the build problems on -current. This is still brokenKris Kennaway2002-10-202-8/+60
| | | | | | | because it tries to use mlockall() which is not implemented on FreeBSD. Notes: svn path=/head/; revision=68405
* Add pd-0.35.23Kris Kennaway2002-05-2512-0/+262
Pd is a real-time graphical programming environment for audio and graphical processing. It resembles the Max/MSP system but is much simpler and more portable; also Pd has two features not (yet) showing up in Max/MSP: first, via Mark Dank's GEM package, Pd can be used for simultaneous computer animation and computer audio. Second, an experimental facility is provided for defining and accessing data structures. Submitted by: trevor Notes: svn path=/head/; revision=59977