diff options
author | greid <greid@FreeBSD.org> | 2001-06-08 21:46:56 +0000 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-06-08 21:46:56 +0000 |
commit | e3b9439662ff27a975284129848c47f9e71c8a3f (patch) | |
tree | 4cec9f154fbd8ba90d888ee92530a0bcfefc5c8d /audio/sbagen | |
parent | 882ceb801e6228234db735f1eda6c1d6f89622d9 (diff) | |
download | FreeBSD-ports-e3b9439662ff27a975284129848c47f9e71c8a3f.zip FreeBSD-ports-e3b9439662ff27a975284129848c47f9e71c8a3f.tar.gz |
Add sbagen 1.0.8, a sequenced binaural wave generator.
Diffstat (limited to 'audio/sbagen')
-rw-r--r-- | audio/sbagen/Makefile | 43 | ||||
-rw-r--r-- | audio/sbagen/distinfo | 1 | ||||
-rw-r--r-- | audio/sbagen/pkg-comment | 1 | ||||
-rw-r--r-- | audio/sbagen/pkg-descr | 9 | ||||
-rw-r--r-- | audio/sbagen/pkg-plist | 42 |
5 files changed, 96 insertions, 0 deletions
diff --git a/audio/sbagen/Makefile b/audio/sbagen/Makefile new file mode 100644 index 0000000..d8a2189 --- /dev/null +++ b/audio/sbagen/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: sbagen +# Date created: 08 June 2001 +# Whom: greid +# +# $FreeBSD$ +# + +PORTNAME= sbagen +PORTVERSION= 1.0.8 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= greid@FreeBSD.org + +SHAREFILES= t-alpha t-beta t-calm t-calm2 t-delta t-focus t-focus-1 \ + t-focus-2 t-focus2 t-mix1 t-seqall t-test10 t-test10b \ + t-test10c t-theta t-truth-other t-wave-1 t-wave-2 \ + prog-990102 prog-990103 prog-990104 prog-990105 prog-990106 \ + prog-990107 prog-990108 prog-990111 prog-990112 prog-990118 \ + prog-990209 prog-chakras-1 prog-scan-1 prog-spin-1 \ + prog-tape-1 prog-tape-1-hp prog-tape-2 prog-tape-3 + +DOCFILES= sbagen.txt theory.txt theory2.txt + +do-build: + (cd ${WRKSRC} && ${CC} ${CFLAGS} sbagen.c -o sbagen -lm) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sbagen ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/sbagen +.for S in ${SHAREFILES} + ${INSTALL_SCRIPT} ${WRKSRC}/$S ${PREFIX}/share/sbagen +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/sbagen +.for D in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/$D ${PREFIX}/share/doc/sbagen +.endfor +.endif + +.include <bsd.port.mk> diff --git a/audio/sbagen/distinfo b/audio/sbagen/distinfo new file mode 100644 index 0000000..8688214 --- /dev/null +++ b/audio/sbagen/distinfo @@ -0,0 +1 @@ +MD5 (sbagen-1.0.8.tgz) = 31815d464ec3287c52b32c58ce55a1ab diff --git a/audio/sbagen/pkg-comment b/audio/sbagen/pkg-comment new file mode 100644 index 0000000..a1cf275 --- /dev/null +++ b/audio/sbagen/pkg-comment @@ -0,0 +1 @@ +A sequenced binaural wave generator diff --git a/audio/sbagen/pkg-descr b/audio/sbagen/pkg-descr new file mode 100644 index 0000000..4343f6d --- /dev/null +++ b/audio/sbagen/pkg-descr @@ -0,0 +1,9 @@ +A Sequenced Binaural Wave Generator for Linux and DOS. It may be used +to generate sounds that entrain the brain's waves to oscillate at +selected frequencies to aid in relaxation, lucid dreaming, meditation, +clear thought, out-of-body experiences and more. + +The porter finds this software useful to test various pcm things. + +- George Reid +greid@FreeBSD.org diff --git a/audio/sbagen/pkg-plist b/audio/sbagen/pkg-plist new file mode 100644 index 0000000..19e24a1 --- /dev/null +++ b/audio/sbagen/pkg-plist @@ -0,0 +1,42 @@ +bin/sbagen +%%PORTDOCS%%share/doc/sbagen/sbagen.txt +%%PORTDOCS%%share/doc/sbagen/theory.txt +%%PORTDOCS%%share/doc/sbagen/theory2.txt +share/sbagen/prog-990102 +share/sbagen/prog-990103 +share/sbagen/prog-990104 +share/sbagen/prog-990105 +share/sbagen/prog-990106 +share/sbagen/prog-990107 +share/sbagen/prog-990108 +share/sbagen/prog-990111 +share/sbagen/prog-990112 +share/sbagen/prog-990118 +share/sbagen/prog-990209 +share/sbagen/prog-chakras-1 +share/sbagen/prog-scan-1 +share/sbagen/prog-spin-1 +share/sbagen/prog-tape-1 +share/sbagen/prog-tape-1-hp +share/sbagen/prog-tape-2 +share/sbagen/prog-tape-3 +share/sbagen/t-alpha +share/sbagen/t-beta +share/sbagen/t-calm +share/sbagen/t-calm2 +share/sbagen/t-delta +share/sbagen/t-focus +share/sbagen/t-focus-1 +share/sbagen/t-focus-2 +share/sbagen/t-focus2 +share/sbagen/t-mix1 +share/sbagen/t-seqall +share/sbagen/t-test10 +share/sbagen/t-test10b +share/sbagen/t-test10c +share/sbagen/t-theta +share/sbagen/t-truth-other +share/sbagen/t-wave-1 +share/sbagen/t-wave-2 +@dirrm share/sbagen +%%PORTDOCS%%@dirrm share/doc/sbagen |