pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/csound4 Initial import of csound4-4.23.12.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c234ff7a7f9
branches:  trunk
changeset: 484641:2c234ff7a7f9
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Nov 28 17:16:48 2004 +0000

description:
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.

diffstat:

 audio/csound4/DESCR    |   8 ++++++++
 audio/csound4/Makefile |  28 ++++++++++++++++++++++++++++
 audio/csound4/PLIST    |  35 +++++++++++++++++++++++++++++++++++
 audio/csound4/distinfo |   4 ++++
 4 files changed, 75 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r 288ee6802626 -r 2c234ff7a7f9 audio/csound4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/csound4/DESCR       Sun Nov 28 17:16:48 2004 +0000
@@ -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 -r 288ee6802626 -r 2c234ff7a7f9 audio/csound4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/csound4/Makefile    Sun Nov 28 17:16:48 2004 +0000
@@ -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@localhost
+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 -r 288ee6802626 -r 2c234ff7a7f9 audio/csound4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/csound4/PLIST       Sun Nov 28 17:16:48 2004 +0000
@@ -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 -r 288ee6802626 -r 2c234ff7a7f9 audio/csound4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/csound4/distinfo    Sun Nov 28 17:16:48 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index