mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add sbagen 1.0.8, a sequenced binaural wave generator.
This commit is contained in:
parent
991beb1007
commit
1c79d21eb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43664
@ -157,6 +157,7 @@
|
||||
SUBDIR += rplay
|
||||
SUBDIR += rsynth
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += sdl_mixer
|
||||
SUBDIR += shntool
|
||||
SUBDIR += shorten
|
||||
|
43
audio/sbagen/Makefile
Normal file
43
audio/sbagen/Makefile
Normal file
@ -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>
|
1
audio/sbagen/distinfo
Normal file
1
audio/sbagen/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sbagen-1.0.8.tgz) = 31815d464ec3287c52b32c58ce55a1ab
|
1
audio/sbagen/pkg-comment
Normal file
1
audio/sbagen/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A sequenced binaural wave generator
|
9
audio/sbagen/pkg-descr
Normal file
9
audio/sbagen/pkg-descr
Normal file
@ -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
|
42
audio/sbagen/pkg-plist
Normal file
42
audio/sbagen/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user