From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 31 15:50:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F6B16A4DA for ; Mon, 31 Jul 2006 15:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A967143D4C for ; Mon, 31 Jul 2006 15:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6VFoIBe081619 for ; Mon, 31 Jul 2006 15:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6VFoIZn081618; Mon, 31 Jul 2006 15:50:18 GMT (envelope-from gnats) Resent-Date: Mon, 31 Jul 2006 15:50:18 GMT Resent-Message-Id: <200607311550.k6VFoIZn081618@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6054216A4DA for ; Mon, 31 Jul 2006 15:41:24 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6F943D45 for ; Mon, 31 Jul 2006 15:41:24 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 1E1622FFEC for ; Mon, 31 Jul 2006 23:41:25 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Mon, 31 Jul 2006 23:28:18 +0800 Message-Id: <20060731154125.1E1622FFEC@smtp2.bc.hgc.com.tw> Date: Mon, 31 Jul 2006 23:28:18 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101106: [NEW PORT] textproc/pecl-stem: A PECL extension which provides word stemming X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 15:50:19 -0000 >Number: 101106 >Category: ports >Synopsis: [NEW PORT] textproc/pecl-stem: A PECL extension which provides word stemming >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 31 15:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pecl-stem-1.4.3.shar begins here --- # 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: # # pecl-stem # pecl-stem/Makefile # pecl-stem/distinfo # pecl-stem/pkg-descr # echo c - pecl-stem mkdir -p pecl-stem > /dev/null 2>&1 echo x - pecl-stem/Makefile sed 's/^X//' >pecl-stem/Makefile << 'END-of-pecl-stem/Makefile' X# New ports collection makefile for: pecl-stem X# Date created: 2006/07/31 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= stem XPORTVERSION= 1.4.3 XCATEGORIES= textproc pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A PECL extension which provides word stemming X XUSE_PHP= yes XUSE_PHPEXT= yes X Xpost-configure: X echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h X.include END-of-pecl-stem/Makefile echo x - pecl-stem/distinfo sed 's/^X//' >pecl-stem/distinfo << 'END-of-pecl-stem/distinfo' XMD5 (PECL/stem-1.4.3.tgz) = bcb83712a73c2579d7cc92646dc22622 XSHA256 (PECL/stem-1.4.3.tgz) = ca72017f85d46f245001ffe317e0a660f97e017f23337551348fcdbbff62bb93 XSIZE (PECL/stem-1.4.3.tgz) = 55860 END-of-pecl-stem/distinfo echo x - pecl-stem/pkg-descr sed 's/^X//' >pecl-stem/pkg-descr << 'END-of-pecl-stem/pkg-descr' XThis stem extension for PHP provides stemming capability for a variety of Xlanguages using Dr. M.F. Porter's Snowball API, which can be found at: Xhttp://snowball.tartarus.org X XWWW: http://pecl.php.net/package/stem/ END-of-pecl-stem/pkg-descr exit --- pecl-stem-1.4.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: