summaryrefslogtreecommitdiff
path: root/audio/spiralloops (follow)
Commit message (Collapse)AuthorAgeFilesLines
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* Avoid Perl.Trevor Johnson2003-10-041-6/+11
| | | | | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Concatenate the two regexes in post-patch. Notes: svn path=/head/; revision=90250
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Because of Stephen Paskaluk's patches, this should no longer beTrevor Johnson2003-03-011-2/+0
| | | | | | | broken. Notes: svn path=/head/; revision=76706
* patches to enable compilation with fltk 1.1.2 (tested by theirTrevor Johnson2003-03-013-0/+37
| | | | | | | | | author, not by me) Submitted by: Stephen Paskaluk Notes: svn path=/head/; revision=76705
* These are not compatible with the new fltk.Trevor Johnson2003-03-011-0/+2
| | | | | | | Reported by: David Thiel Notes: svn path=/head/; revision=76701
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* machine/soundcard.h -> sys/soundcard.hKris Kennaway2002-12-011-0/+20
| | | | | | | This port is still broken (blows up later in the same file) Notes: svn path=/head/; revision=71279
* Use the patches for 2.0.0, not those for 0.1.7 (logged by bento).Trevor Johnson2002-05-254-44/+13
| | | | Notes: svn path=/head/; revision=59989
* Update to 2.0.0.Trevor Johnson2002-05-242-5/+5
| | | | | | | | | Noticed by: Scott Dea Use new DOCSDIR macro. Notes: svn path=/head/; revision=59836
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53947
* Use PTHREAD_CFLAGS and PTHREAD_LIBS.Trevor Johnson2001-08-291-1/+8
| | | | Notes: svn path=/head/; revision=47063
* Don't hardcode CXX to g++, CXXFLAGS to -O3 and a bunch of -f optimizationsKris Kennaway2001-04-301-0/+18
| | | | | | | This port is still broken, but no worse than before Notes: svn path=/head/; revision=42077
* new port of SpiralLoops 0.0.1, an experimental loop-based samplerTrevor Johnson2001-03-246-37/+54
| | | | | | | PR: 24522 Notes: svn path=/head/; revision=40304
* - new master site (works for me)Trevor Johnson2000-12-064-7/+19
| | | | | | | | | | - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address Notes: svn path=/head/; revision=35732
* Update to version 1.6.Trevor Johnson2000-10-042-3/+2
| | | | | | | | | | | | Remove unnecessary patches/patch-ab (patches a generated file). Remove all other patches (author incorporated them). Remove erroneous credit to NetBSD. PR: 21053, 21334 Approved by: will Notes: svn path=/head/; revision=33399
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Add spiralsynth 0.1.5, a nifty program that generates noise or musicWill Andrews2000-09-165-0/+66
(depending on the talents of the user) from a MIDI or PC keyboard, and outputs to /dev/dsp or to a .wav file. PR: 21053 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=32722