From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 21 13:40:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96F7816A420 for ; Mon, 21 Jan 2008 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78D3213C469 for ; Mon, 21 Jan 2008 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0LDe5WB063710 for ; Mon, 21 Jan 2008 13:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0LDe5Cw063709; Mon, 21 Jan 2008 13:40:05 GMT (envelope-from gnats) Resent-Date: Mon, 21 Jan 2008 13:40:05 GMT Resent-Message-Id: <200801211340.m0LDe5Cw063709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ditesh Shashikant Gathani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33B3F16A475 for ; Mon, 21 Jan 2008 13:39:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 24BEA13C4E7 for ; Mon, 21 Jan 2008 13:39:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0LDbv0T044374 for ; Mon, 21 Jan 2008 13:37:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0LDbvR6044373; Mon, 21 Jan 2008 13:37:57 GMT (envelope-from nobody) Message-Id: <200801211337.m0LDbvR6044373@www.freebsd.org> Date: Mon, 21 Jan 2008 13:37:57 GMT From: Ditesh Shashikant Gathani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/119859: New port: audio/pear-Text_Spell_Audio Generates a sound clip saying the contents of a string of characters X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 13:40:05 -0000 >Number: 119859 >Category: ports >Synopsis: New port: audio/pear-Text_Spell_Audio Generates a sound clip saying the contents of a string of characters >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 21 13:40:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ditesh Shashikant Gathani >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: 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/ >How-To-Repeat: Not applicable. >Fix: shar file, as attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg-descr # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XJoins up multiple wav file sound clips of letters/numbers being spoken, Xoptionally adding distortion and echo. This could be use to compliment an Ximage-based CAPTCHA to enable people who are unable to read the security image Xhear it read out instead. X XWWW: http://pear.php.net/package/Text_Spell_Audio/ X X- Ditesh Shashikant Gathani Xditesh@gathani.org END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (PEAR/Text_Spell_Audio-0.1.0.tgz) = c518dad23ca88ab2af6c81c2beb8c224 XSHA256 (PEAR/Text_Spell_Audio-0.1.0.tgz) = 4d0978f14ed2a80fd7d61d0c804ae64296395e7c145b7638463c755109697285 XSIZE (PEAR/Text_Spell_Audio-0.1.0.tgz) = 135864 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# Ports collection makefile for: pear-Text_Spell_Audio X# Date created: 21 Jan 2007 X# Whom: Ditesh Shashikant Gathani X# X# $FreeBSD$ X# X XPORTNAME= Text_Spell_Audio XPORTVERSION= 0.1.0 XCATEGORIES= audio pear X XMAINTAINER= ditesh@gathani.org XCOMMENT= Generates a sound clip saying the contents of a string of characters X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear XRUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear X XCATEGORY= Text/Spell XFILES= Audio.php en/a.wav en/b.wav en/c.wav en/d.wav \ X en/f.wav en/g.wav en/h.wav en/i.wav en/j.wav en/k.wav en/l.wav \ X en/m.wav en/n.wav en/o.wav en/p.wav en/q.wav en/r.wav en/s.wav \ X en/t.wav en/u.wav en/v.wav en/w.wav en/x.wav en/y.wav en/z.wav \ X en/CAPITAL.wav en/0.wav en/1.wav en/2.wav en/3.wav en/4.wav \ X en/5.wav en/6.wav en/7.wav en/8.wav en/9.wav en/35.wav \ X en/38.wav en/64.wav en/95.wav en/e.wav en/37.wav X XEXAMPLES= example1.php X Xpost-extract: X ${MV} ${WRKSRC}/Text/Spell/Audio.php ${WRKSRC} X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: