summaryrefslogtreecommitdiff
path: root/audio/csound (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A recursive wget of ftp://ftp.maths.bath.ac.uk/pub/dream/ turns upTrevor Johnson2002-02-111-0/+1
| | | | | | | no files at all. They have been missing for at least several days. Notes: svn path=/head/; revision=54576
* The Porters' Handbook says that for ports marked RESTRICTED, "theTrevor Johnson2002-02-111-1/+3
| | | | | | | | | | distfiles/packages will not be available even from our FTP sites." Even though I marked these RESTRICTED, packages have appeared on the FTP sites. Perhaps this was due to the "#" in the RESTRICTED line. Notes: svn path=/head/; revision=54574
* Suppress warnings generated by inclusion of malloc.h.Trevor Johnson2002-02-111-0/+2
| | | | | | | | PR: 34559 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> Notes: svn path=/head/; revision=54572
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-7/+7
| | | | | | | | | | | 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
* Update to 4.16.Trevor Johnson2002-01-233-36/+34
| | | | | | | | | | | | | | | | | | | | Submitted by: Sven Petai <hadara@bsd.ee> PR: 34160 also: Use new FIND and DATADIR macros. Simplify do-install target. Add warning. The csound.txt data file has been renamed upstream to csound.xmg, so don't rename it to csound.dat. Users will know it is not a text file. Notes: svn path=/head/; revision=53617
* The 4.13 distfile was clobbered by the 4.14 one. I have the oldTrevor Johnson2001-08-291-0/+1
| | | | | | | distfile, but am not allowed to redistribute it. Notes: svn path=/head/; revision=47115
* Update to 4.13. Use only regexes to patch getstring.c.Trevor Johnson2001-06-043-52/+4
| | | | Notes: svn path=/head/; revision=43488
* Update to 4.12.Trevor Johnson2001-04-103-6/+6
| | | | Notes: svn path=/head/; revision=41172
* Patch aops.c for a header problem. Remove BROKEN line.Trevor Johnson2001-03-152-2/+16
| | | | | | | reported by: kris Notes: svn path=/head/; revision=39887
* This port does not currently compile.Kris Kennaway2001-03-121-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=39626
* Update to 4.11. Release notes are not longer provided, so omitTrevor Johnson2001-03-083-55/+42
| | | | | | | | | them. Use a distfile that has the version number in its name. PR: 25453 Notes: svn path=/head/; revision=39231
* Increment PORTREVISION, because of the utilities I added to the package.Trevor Johnson2000-10-191-0/+1
| | | | Notes: svn path=/head/; revision=33983
* Construct PLIST in WRKDIR, to make bento a happy meal.Trevor Johnson2000-10-181-7/+11
| | | | | | | Install the ancillary commands too. Notes: svn path=/head/; revision=33963
* Add a port for the sound synthesizer Csound. Add a port for its manuals.Trevor Johnson2000-10-128-0/+244
Notes: svn path=/head/; revision=33719