diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-22 07:13:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-22 07:13:55 +0800 |
commit | 2411c279e27edf3afe64e4eab1d96bb6ab3aa800 (patch) | |
tree | 420398e313fd465f737b7155c3c7996677df9927 /audio | |
parent | 1e2a1b145ca3bfc43ea8525acd1268f606d9b075 (diff) | |
download | freebsd-ports-gnome-2411c279e27edf3afe64e4eab1d96bb6ab3aa800.tar.gz freebsd-ports-gnome-2411c279e27edf3afe64e4eab1d96bb6ab3aa800.tar.zst freebsd-ports-gnome-2411c279e27edf3afe64e4eab1d96bb6ab3aa800.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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/pear-Text_Spell_Audio/Makefile | 30 | ||||
-rw-r--r-- | audio/pear-Text_Spell_Audio/distinfo | 3 | ||||
-rw-r--r-- | audio/pear-Text_Spell_Audio/pkg-descr | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 341c905ab418..9f00c5bdda7d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -486,6 +486,7 @@ SUBDIR += pavucontrol SUBDIR += pavumeter SUBDIR += pd + SUBDIR += pear-Text_Spell_Audio SUBDIR += pecl-id3 SUBDIR += penguinsap SUBDIR += phatbeat 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/ |