mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org WWW: http://pecl.php.net/package/stem/ PR: ports/101106 Submitted by: chinsan <chinsan.tw at gmail.com>
This commit is contained in:
parent
582a4784b8
commit
455e551f27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169232
@ -660,6 +660,7 @@
|
||||
SUBDIR += pear-XML_HTMLSax
|
||||
SUBDIR += pear-XML_Wddx
|
||||
SUBDIR += pecl-ctemplate
|
||||
SUBDIR += pecl-stem
|
||||
SUBDIR += pecl-xdiff
|
||||
SUBDIR += perl2html
|
||||
SUBDIR += permute
|
||||
|
24
textproc/pecl-stem/Makefile
Normal file
24
textproc/pecl-stem/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: pecl-stem
|
||||
# Date created: 2006/07/31
|
||||
# Whom: chinsan <chinsan.tw@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= stem
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES= textproc pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= A PECL extension which provides word stemming
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
post-configure:
|
||||
echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
|
||||
.include <bsd.port.mk>
|
3
textproc/pecl-stem/distinfo
Normal file
3
textproc/pecl-stem/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PECL/stem-1.4.3.tgz) = bcb83712a73c2579d7cc92646dc22622
|
||||
SHA256 (PECL/stem-1.4.3.tgz) = ca72017f85d46f245001ffe317e0a660f97e017f23337551348fcdbbff62bb93
|
||||
SIZE (PECL/stem-1.4.3.tgz) = 55860
|
5
textproc/pecl-stem/pkg-descr
Normal file
5
textproc/pecl-stem/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This stem extension for PHP provides stemming capability for a variety of
|
||||
languages using Dr. M.F. Porter's Snowball API, which can be found at:
|
||||
http://snowball.tartarus.org
|
||||
|
||||
WWW: http://pecl.php.net/package/stem/
|
Loading…
Reference in New Issue
Block a user