From nobody@FreeBSD.org  Wed Nov  7 03:45:16 2007
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 73C1616A419
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <ditesh@gathani.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: textproc/pecl-doublemetaphone A PECL extension  which implements the Double Metaphone algorithm
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117884
>Category:       ports
>Synopsis:       New port: textproc/pecl-doublemetaphone A PECL extension  which implements the Double Metaphone algorithm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 07 03:50:02 UTC 2007
>Closed-Date:    Sun Dec 16 04:01:25 UTC 2007
>Last-Modified:  Sun Dec 16 04:10:04 UTC 2007
>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 <ditesh@gathani.org>
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 <bsd.port.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Nov 7 03:58:23 UTC 2007 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117884 
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: chinsan 
Responsible-Changed-When: Wed Nov 7 17:01:37 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117884 
State-Changed-From-To: open->closed 
State-Changed-By: chinsan 
State-Changed-When: Sun Dec 16 04:01:24 UTC 2007 
State-Changed-Why:  
Committed.  Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117884: commit references a PR
Date: Sun, 16 Dec 2007 04:00:29 +0000 (UTC)

 chinsan     2007-12-16 04:00:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/pecl-doublemetaphone Makefile distinfo pkg-descr 
   Log:
   Add pecl-doublemetaphone 0.1.2, a PECL extension which implements the
   Double Metaphone algorithm.
   
   PR:             ports/117884
   Submitted by:   Ditesh Shashikant Gathani <ditesh at gathani.org>
   
   Revision  Changes    Path
   1.1200    +1 -0      ports/textproc/Makefile
   1.1       +25 -0     ports/textproc/pecl-doublemetaphone/Makefile (new)
   1.1       +3 -0      ports/textproc/pecl-doublemetaphone/distinfo (new)
   1.1       +4 -0      ports/textproc/pecl-doublemetaphone/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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117884: commit references a PR
Date: Sun, 16 Dec 2007 04:04:42 +0000 (UTC)

 chinsan     2007-12-16 04:04:38 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
   Log:
   - Add Ditesh Shashikant Gathani for textproc/pecl-doublemetaphone.
   
   PR:             ports/117884
   
   Revision  Changes    Path
   1.745     +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
 _______________________________________________
 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:
