summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-31 04:08:26 +0000
committerwill <will@FreeBSD.org>2001-03-31 04:08:26 +0000
commit378b082fed9b3b6b2cc0581aaf032426b19d1a6a (patch)
tree689ba1514a727c0e60967a516fa88af1d466090d /audio
parentd9150ba0d208bd2ed5266e71df34b13362bd2721 (diff)
downloadFreeBSD-ports-378b082fed9b3b6b2cc0581aaf032426b19d1a6a.zip
FreeBSD-ports-378b082fed9b3b6b2cc0581aaf032426b19d1a6a.tar.gz
Add tempest_for_eliza 1.0.2, a program to send AM radio signals
using a PC monitor. Scary! PR: 25170 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/tempest_for_eliza/Makefile30
-rw-r--r--audio/tempest_for_eliza/distinfo1
-rw-r--r--audio/tempest_for_eliza/pkg-comment1
-rw-r--r--audio/tempest_for_eliza/pkg-descr8
-rw-r--r--audio/tempest_for_eliza/pkg-plist10
6 files changed, 51 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 86b7437..b23b6d6 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -162,6 +162,7 @@
SUBDIR += sweep
SUBDIR += tclmidi
SUBDIR += teknap
+ SUBDIR += tempest_for_eliza
SUBDIR += timidity
SUBDIR += timidity++
SUBDIR += timidity++-emacs
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile
new file mode 100644
index 0000000..dbb337f
--- /dev/null
+++ b/audio/tempest_for_eliza/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tempest_for_eliza
+# Date created: 17 February 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tempest_for_eliza
+PORTVERSION= 1.0.2
+CATEGORIES= audio
+MASTER_SITES= http://www.erikyyy.de/tempest/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/tempest
+.for S in forelise jonny fruehling saints oldmacdonald ungarian
+ ${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/tempest
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tempest
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/tempest_for_eliza/distinfo b/audio/tempest_for_eliza/distinfo
new file mode 100644
index 0000000..7890121
--- /dev/null
+++ b/audio/tempest_for_eliza/distinfo
@@ -0,0 +1 @@
+MD5 (tempest_for_eliza-1.0.2.tar.gz) = 470a412adebe7f9cd1f675bcbe5a7004
diff --git a/audio/tempest_for_eliza/pkg-comment b/audio/tempest_for_eliza/pkg-comment
new file mode 100644
index 0000000..ca9db68
--- /dev/null
+++ b/audio/tempest_for_eliza/pkg-comment
@@ -0,0 +1 @@
+A program to send AM radio signals using a PC monitor
diff --git a/audio/tempest_for_eliza/pkg-descr b/audio/tempest_for_eliza/pkg-descr
new file mode 100644
index 0000000..75567d2
--- /dev/null
+++ b/audio/tempest_for_eliza/pkg-descr
@@ -0,0 +1,8 @@
+Tempest for Eliza is a program that uses your computer monitor to send
+out AM short wave radio signals. You can then hear computer generated
+music in your radio. it teaches you that your computer can be
+observed. Tempest for Eliza works with every monitor, every
+resolution.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist
new file mode 100644
index 0000000..cd9e6a4
--- /dev/null
+++ b/audio/tempest_for_eliza/pkg-plist
@@ -0,0 +1,10 @@
+bin/tempest_for_eliza
+share/doc/tempest/README
+share/tempest/forelise
+share/tempest/fruehling
+share/tempest/jonny
+share/tempest/oldmacdonald
+share/tempest/saints
+share/tempest/ungarian
+@dirrm share/doc/tempest
+@dirrm share/tempest
OpenPOWER on IntegriCloud