head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.52
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.50
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.48
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.46
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.44
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.42
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.40
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.38
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.36
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.34
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.32
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.30
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.4.0.28
	pkgsrc-2007Q2-base:1.4
	pkgsrc-2007Q1:1.4.0.26
	pkgsrc-2007Q1-base:1.4
	pkgsrc-2006Q4:1.4.0.24
	pkgsrc-2006Q4-base:1.4
	pkgsrc-2006Q3:1.4.0.22
	pkgsrc-2006Q3-base:1.4
	pkgsrc-2006Q2:1.4.0.20
	pkgsrc-2006Q2-base:1.4
	pkgsrc-2006Q1:1.4.0.18
	pkgsrc-2006Q1-base:1.4
	pkgsrc-2005Q4:1.4.0.16
	pkgsrc-2005Q4-base:1.4
	pkgsrc-2005Q3:1.4.0.14
	pkgsrc-2005Q3-base:1.4
	pkgsrc-2005Q2:1.4.0.12
	pkgsrc-2005Q2-base:1.4
	pkgsrc-2005Q1:1.4.0.10
	pkgsrc-2005Q1-base:1.4
	pkgsrc-2004Q4:1.4.0.8
	pkgsrc-2004Q4-base:1.4
	pkgsrc-2004Q3:1.4.0.6
	pkgsrc-2004Q3-base:1.4
	pkgsrc-2004Q2:1.4.0.4
	pkgsrc-2004Q2-base:1.4
	pkgsrc-2004Q1:1.4.0.2
	pkgsrc-2004Q1-base:1.4
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH001:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2003.12.13.20.18.25;	author ben;	state dead;
branches;
next	1.3;

1.3
date	2003.12.04.00.34.06;	author kristerw;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.23.02.36.47;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2001.03.13.13.18.24;	author wiz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.13.13.18.24;	author wiz;	state Exp;
branches;
next	;


desc
@@


1.4
log
@The unofficial-csound package is no longer being developed.  I plan to add
csound-dev as a more up-to-date replacement.
@
text
@$NetBSD: patch-aa,v 1.3 2003/12/04 00:34:06 kristerw Exp $

--- linevent.c.orig	Wed Dec  3 23:44:39 2003
+++ linevent.c	Wed Dec  3 23:45:53 2003
@@@@ -11,7 +11,7 @@@@
 # include <unistd.h>
 #else
   extern int close(int);
-#if !defined(_macintosh) && !defined(SYMANTEC) && !defined(LINUX)
+#if !defined(_macintosh) && !defined(SYMANTEC) && !defined(LINUX) && !defined(__NetBSD__)
 extern int read(int, void*, unsigned);
 #endif
 #endif
@


1.3
log
@Make this compile on NetBSD archs where size_t != unsigned int.
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@Update csound to 4.13.0.2a, provided by Ben Collver in pkg/14631.
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
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.1 2001/03/13 13:18:24 wiz Exp $
d3 11
a13 11
--- LINUXaudio.c.orig	Thu Sep 21 21:55:30 2000
+++ LINUXaudio.c
@@@@ -21,7 +21,7 @@@@
 
 #include <unistd.h>
 #include <sys/ioctl.h>
-#include <sys/soundcard.h>
+#include <soundcard.h>
 #include "cs.h"
 #include "soundio.h"
 
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.1.1
log
@Initial import of (unofficial) csound-4.09:
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.
@
text
@@
