From 902b8ab0accf5401fcf3287b4788a739ed8fee2f Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 28 Nov 2004 17:16:48 +0000 Subject: Initial import of csound4-4.23.12.6 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. --- audio/csound4/DESCR | 8 ++++++++ audio/csound4/Makefile | 28 ++++++++++++++++++++++++++++ audio/csound4/PLIST | 35 +++++++++++++++++++++++++++++++++++ audio/csound4/distinfo | 4 ++++ 4 files changed, 75 insertions(+) create mode 100644 audio/csound4/DESCR create mode 100644 audio/csound4/Makefile create mode 100644 audio/csound4/PLIST create mode 100644 audio/csound4/distinfo (limited to 'audio/csound4') diff --git a/audio/csound4/DESCR b/audio/csound4/DESCR new file mode 100644 index 00000000000..909beaee389 --- /dev/null +++ b/audio/csound4/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile new file mode 100644 index 00000000000..78c23c7b51d --- /dev/null +++ b/audio/csound4/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 17:16:48 ben Exp $ +# + +DISTNAME= csound-4.23f12gbs.6 +PKGNAME= csound4-4.23.12.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/} + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/csound/ +COMMENT= Software synthesizer and sequencer + +DIST_SUBDIR= csound +CONFLICTS+= csound-bath-4* +CONFLICTS+= csound-dev-4* +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +USE_MAKEINFO= yes +USE_BUILDLINK3= yes +USE_X11= yes +TEXINFO_REQD= 4.2 +CONFIGURE_ARGS+= --enable-debug +CFLAGS+= -g +INFO_FILES= csoundgbs.info + +.include "../../x11/fltk/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/csound4/PLIST b/audio/csound4/PLIST new file mode 100644 index 00000000000..ca06296bbf7 --- /dev/null +++ b/audio/csound4/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/28 17:16:48 ben Exp $ +bin/csound +bin/csound-config +bin/cvanal +bin/dnoise +bin/envext +bin/extract +bin/extractor +bin/flcsound +bin/hetro +bin/lpanal +bin/mixer +bin/pvanal +bin/pvlook +bin/scale +bin/scot +bin/scsort +bin/sdif2ad +bin/sndinfo +bin/srconv +include/csound/OpcodeBase.hpp +include/csound/autoheader.h +include/csound/config.h +include/csound/cscore.h +include/csound/csound.h +include/csound/cwindow.h +include/csound/opcode.h +include/csound/sysdep.h +lib/libcscore.a +lib/libcsound.la +share/csound/csound.xmg +share/csound/csoundgbs.html +share/csound/flcsound.html +@dirrm include/csound +@dirrm share/csound diff --git a/audio/csound4/distinfo b/audio/csound4/distinfo new file mode 100644 index 00000000000..0b211661884 --- /dev/null +++ b/audio/csound4/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/28 17:16:48 ben Exp $ + +SHA1 (csound/csound-4.23f12gbs.6.tar.gz) = b9d1239fb8020128079190d6f0fbe7c1735ed691 +Size (csound/csound-4.23f12gbs.6.tar.gz) = 1627424 bytes -- cgit v1.2.3