From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 7 03:50:03 2007 Return-Path: Delivered-To: freebsd-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 5232016A468 for ; Wed, 7 Nov 2007 03:50:03 +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 3101213C4AA for ; Wed, 7 Nov 2007 03:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lA73o3qa086323 for ; Wed, 7 Nov 2007 03:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lA73o30m086322; Wed, 7 Nov 2007 03:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 7 Nov 2007 03:50:03 GMT Resent-Message-Id: <200711070350.lA73o30m086322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-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 73C1616A419 for ; Wed, 7 Nov 2007 03:45:16 +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 62CD213C4B0 for ; Wed, 7 Nov 2007 03:45:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA73j1A1007862 for ; Wed, 7 Nov 2007 03:45:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id lA73j1he007861; Wed, 7 Nov 2007 03:45:01 GMT (envelope-from nobody) Message-Id: <200711070345.lA73j1he007861@www.freebsd.org> Date: Wed, 7 Nov 2007 03:45:01 GMT From: Ditesh Shashikant Gathani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/117884: New port: textproc/pecl-doublemetaphone A PECL extension which implements the Double Metaphone algorithm X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 03:50:03 -0000 >Number: 117884 >Category: misc >Synopsis: New port: textproc/pecl-doublemetaphone A PECL extension which implements the Double Metaphone algorithm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 07 03:50:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Ditesh Shashikant Gathani >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: 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: The doublemetaphone extension provides an implementation of the Double Metaphone algorithm. >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' XThe doublemetaphone extension provides an implementation of the Double Metaphone Xalgorithm. X XWWW: http://pecl.php.net/package/doublemetaphone/ X X- Ditesh Shashikant Gathani Xditesh@gathani.org END-of-./pkg-descr echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (PECL/doublemetaphone-0.1.2.tgz) = 354492f15cd7f26c4173d8fd82b51972 XSHA256 (PECL/doublemetaphone-0.1.2.tgz) = 77792206058f896c49526fe4d0b63b8c8162043d9ec7885daa3c8e18ca28f259 XSIZE (PECL/doublemetaphone-0.1.2.tgz) = 7803 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: pecl-doublemetaphone X# Date created: 6 Nov 2007 X# Whom: Ditesh Shashikant Gathani X# X# $FreeBSD$ X# X XPORTNAME= doublemetaphone XPORTVERSION= 0.1.2 XCATEGORIES= textproc pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= ditesh@gathani.org XCOMMENT= A PECL extension which implements the Double Metaphone algorithm X XUSE_PHP= yes XUSE_PHP_BUILD= yes XUSE_PHPEXT= yes X XCONFIGURE_ARGS= --enable-doublemetaphone X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: