2006-10-17 23:32:37 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
2006-09-04 16:17:51 by Ben Collver | Files touched by this commit (1) |
Log message:
Fix the csound5 install phase.
At some point, pkgsrc started setting a different MAKE_ENV in the
install phase than in the build phase. This caused scons to report that
"the build action changed", which caused scons to rebuild csound5 and
install it with a broken configuration.
This hack saves MAKE_ENV to a file in WRKDIR, then uses that file to set
the environment in the install phase.
|
2006-05-29 21:44:24 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message:
Add DragonFly support.
XXX The SCons usage sucks.
|
2006-05-22 00:46:23 by Ben Collver | Files touched by this commit (17) | |
Log message:
Initial import of csound5 version 5.01, a software synthesizer and
sequencer.
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V. It consists
of an orchestra- and score-driven executable, written in C for
portability. Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.
To do:
- fix pthread issues in csound5 (is breaking realtime audio)
- use options.mk framework for various modules
- enable portaudio module (requires audio/portaudio-devel)
- port portmidi to netbsd
|