summaryrefslogtreecommitdiff
path: root/audio/csound
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13The unofficial-csound package is no longer being developed. I plan to addben28-1308/+0
csound-dev as a more up-to-date replacement.
2003-12-04Make this compile on NetBSD archs where size_t != unsigned int.kristerw4-5/+42
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-03-23Update csound to 4.13.0.2a, provided by Ben Collver in pkg/14631.wiz18-375/+820
Changes unknown, package changes: * the c-preprocessor should now correctly chose whether to build big-endian or little-endian specific code * added support for NetBSD native audio API
2002-03-12Convert to RESTRICTED formatjmc1-3/+4
2002-01-21Make it compile (again?) on -current; perhaps also fixes alphawiz6-5/+155
bulk build failure.
2002-01-11Provide configure patch. Remove the build dependency on autoconfskrll3-7/+259
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-06-29Update to 4.12, provided by Ben Collver in pkg/13103.wiz7-59/+73
Changes: Bugfixes, removed some limitations on some kinds of variables, e.g. variable name length. Package change: --sched is working now. Sort PLIST.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-13Initial import of (unofficial) csound-4.09:wiz19-0/+410
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. Basically Csound reads some files and creates the result as a file on disk or, on faster machines, through a DAC in real time. Package provided by Ben Collver in pkg/11759, with an overhaul by me.