aboutsummaryrefslogtreecommitdiff
path: root/audio/pear-Text_Spell_Audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-21 23:13:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-21 23:13:55 +0000
commitaea94ea9a44f7df27e2df8c8efaf8de529c6417b (patch)
treea379e4bd02c42c7d9c9e20e92b38f5ee688c78c7 /audio/pear-Text_Spell_Audio
parent4a1b551d40a80d753e265c0eec9c20e6c561ae9e (diff)
downloadports-aea94ea9a44f7df27e2df8c8efaf8de529c6417b.tar.gz
ports-aea94ea9a44f7df27e2df8c8efaf8de529c6417b.zip
Joins up multiple wav file sound clips of letters/numbers being spoken,
optionally adding distortion and echo. This could be use to compliment an image-based CAPTCHA to enable people who are unable to read the security image hear it read out instead. WWW: http://pear.php.net/package/Text_Spell_Audio/ PR: ports/119859 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Notes
Notes: svn path=/head/; revision=206003
Diffstat (limited to 'audio/pear-Text_Spell_Audio')
-rw-r--r--audio/pear-Text_Spell_Audio/Makefile30
-rw-r--r--audio/pear-Text_Spell_Audio/distinfo3
-rw-r--r--audio/pear-Text_Spell_Audio/pkg-descr6
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/pear-Text_Spell_Audio/Makefile b/audio/pear-Text_Spell_Audio/Makefile
new file mode 100644
index 000000000000..5e2dbb3a8840
--- /dev/null
+++ b/audio/pear-Text_Spell_Audio/Makefile
@@ -0,0 +1,30 @@
+# Ports collection makefile for: pear-Text_Spell_Audio
+# Date created: 21 Jan 2007
+# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text_Spell_Audio
+PORTVERSION= 0.1.0
+CATEGORIES= audio pear
+
+MAINTAINER= ditesh@gathani.org
+COMMENT= Generates a sound clip saying the contents of a string of characters
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+
+FILES= Text/Spell/Audio.php en/a.wav en/b.wav en/c.wav en/d.wav \
+ en/f.wav en/g.wav en/h.wav en/i.wav en/j.wav en/k.wav en/l.wav \
+ en/m.wav en/n.wav en/o.wav en/p.wav en/q.wav en/r.wav en/s.wav \
+ en/t.wav en/u.wav en/v.wav en/w.wav en/x.wav en/y.wav en/z.wav \
+ en/CAPITAL.wav en/0.wav en/1.wav en/2.wav en/3.wav en/4.wav \
+ en/5.wav en/6.wav en/7.wav en/8.wav en/9.wav en/35.wav \
+ en/38.wav en/64.wav en/95.wav en/e.wav en/37.wav
+
+EXAMPLES= example1.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/audio/pear-Text_Spell_Audio/distinfo b/audio/pear-Text_Spell_Audio/distinfo
new file mode 100644
index 000000000000..3643a88df96e
--- /dev/null
+++ b/audio/pear-Text_Spell_Audio/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Text_Spell_Audio-0.1.0.tgz) = c518dad23ca88ab2af6c81c2beb8c224
+SHA256 (PEAR/Text_Spell_Audio-0.1.0.tgz) = 4d0978f14ed2a80fd7d61d0c804ae64296395e7c145b7638463c755109697285
+SIZE (PEAR/Text_Spell_Audio-0.1.0.tgz) = 135864
diff --git a/audio/pear-Text_Spell_Audio/pkg-descr b/audio/pear-Text_Spell_Audio/pkg-descr
new file mode 100644
index 000000000000..2f89a681d3aa
--- /dev/null
+++ b/audio/pear-Text_Spell_Audio/pkg-descr
@@ -0,0 +1,6 @@
+Joins up multiple wav file sound clips of letters/numbers being spoken,
+optionally adding distortion and echo. This could be use to compliment
+an image-based CAPTCHA to enable people who are unable to read the security
+image hear it read out instead.
+
+WWW: http://pear.php.net/package/Text_Spell_Audio/