From nobody@FreeBSD.org  Mon Jan 21 13:39:27 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33B3F16A475
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <ditesh@gathani.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: audio/pear-Text_Spell_Audio Generates a sound clip saying the contents of a string of characters
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 13:40:05 UTC 2008
>Closed-Date:    Mon Jan 21 23:14:56 UTC 2008
>Last-Modified:  Mon Jan 21 23:20:03 UTC 2008
>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 <ditesh@gathani.org>
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 <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 21 13:40:11 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119859 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jan 21 23:14:55 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119859 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119859: commit references a PR
Date: Mon, 21 Jan 2008 23:14:00 +0000 (UTC)

 miwi        2008-01-21 23:13:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/pear-Text_Spell_Audio Makefile distinfo pkg-descr 
   Log:
   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>
   
   Revision  Changes    Path
   1.922     +1 -0      ports/audio/Makefile
   1.1       +30 -0     ports/audio/pear-Text_Spell_Audio/Makefile (new)
   1.1       +3 -0      ports/audio/pear-Text_Spell_Audio/distinfo (new)
   1.1       +6 -0      ports/audio/pear-Text_Spell_Audio/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
