1
0
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:
Roman Bogorodskiy 2006-07-31 18:51:37 +00:00
parent 582a4784b8
commit 455e551f27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169232
4 changed files with 33 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/