Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b74876a973aa0cf42c843c02fb51d796c4f45b7b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b74876a973aa0cf42c843c02fb51d796c4f45b7b)
  • Date: Sun, 24 Jun 2012 06:18:56 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
utils/minimodem/DEPENDS | 3 +++
utils/minimodem/DETAILS | 20 ++++++++++++++++++++
utils/minimodem/HISTORY | 3 +++
4 files changed, 30 insertions(+)

New commits:
commit b74876a973aa0cf42c843c02fb51d796c4f45b7b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/minimodem: new spell, command-line program which generates (or
decodes) audio modem tones

diff --git a/ChangeLog b/ChangeLog
index 70ef42d..df2d858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/minimodem: new spell, command-line program which generates (or
+ decodes) audio modem tones
+
2012-06-22 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/six: new spell, Python 2 and 3 compatibility utilities

diff --git a/utils/minimodem/DEPENDS b/utils/minimodem/DEPENDS
new file mode 100755
index 0000000..e825b86
--- /dev/null
+++ b/utils/minimodem/DEPENDS
@@ -0,0 +1,3 @@
+depends pulseaudio &&
+depends libsndfile &&
+depends fftw
diff --git a/utils/minimodem/DETAILS b/utils/minimodem/DETAILS
new file mode 100755
index 0000000..a5dba19
--- /dev/null
+++ b/utils/minimodem/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=minimodem
+ VERSION=0.8.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.whence.com/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:26ec0cd45c765b26868d9434e681b4e5efe96bd70b30551ed47dd3397136e017e23176a56b4f77d895b4554c36b203bea8ad832e3714f1face3addbb6af19bc8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.whence.com/minimodem/";
+ LICENSE[0]=GPL
+ ENTERED=20120624
+ SHORT="command-line program which generates (or decodes) audio
modem tones"
+cat << EOF
+minimodem is a command-line program which generates (or decodes) audio
+modem tones at any specified baud rate, emulating an old Bell-type or
+radio-teletype FSK modem. The tones can be played to (or recorded from)
+the PulseAudio system or to an audio file.
+
+minimodem can be used to transfer data between nearby computers using an
+audio cable (or just via sound waves), or between remote computers using
+radio, telephone, or another audio communications medium.
+EOF
diff --git a/utils/minimodem/HISTORY b/utils/minimodem/HISTORY
new file mode 100644
index 0000000..65c0fde
--- /dev/null
+++ b/utils/minimodem/HISTORY
@@ -0,0 +1,3 @@
+2012-06-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b74876a973aa0cf42c843c02fb51d796c4f45b7b), Florian Franzmann, 06/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page