mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
6d69c033e7
commit
fdb8808dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203824
4 changed files with 33 additions and 0 deletions
|
@ -748,6 +748,7 @@
|
|||
SUBDIR += pear-XML_HTMLSax
|
||||
SUBDIR += pear-XML_Wddx
|
||||
SUBDIR += pecl-ctemplate
|
||||
SUBDIR += pecl-doublemetaphone
|
||||
SUBDIR += pecl-stem
|
||||
SUBDIR += pecl-syck
|
||||
SUBDIR += pecl-xdiff
|
||||
|
|
25
textproc/pecl-doublemetaphone/Makefile
Normal file
25
textproc/pecl-doublemetaphone/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: pecl-doublemetaphone
|
||||
# Date created: 6 Nov 2007
|
||||
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= doublemetaphone
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= textproc pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ditesh@gathani.org
|
||||
COMMENT= A PECL extension which implements the Double Metaphone algorithm
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-doublemetaphone
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/pecl-doublemetaphone/distinfo
Normal file
3
textproc/pecl-doublemetaphone/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (PECL/doublemetaphone-0.1.2.tgz) = 354492f15cd7f26c4173d8fd82b51972
|
||||
SHA256 (PECL/doublemetaphone-0.1.2.tgz) = 77792206058f896c49526fe4d0b63b8c8162043d9ec7885daa3c8e18ca28f259
|
||||
SIZE (PECL/doublemetaphone-0.1.2.tgz) = 7803
|
4
textproc/pecl-doublemetaphone/pkg-descr
Normal file
4
textproc/pecl-doublemetaphone/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The doublemetaphone extension provides an implementation of the Double Metaphone
|
||||
algorithm.
|
||||
|
||||
WWW: http://pecl.php.net/package/doublemetaphone/
|
Loading…
Add table
Reference in a new issue