Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2004 17:42:34 +0100
From:      Thorsten Greiner <thorsten@tgreiner.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60864: Update port: textproc/p5-Lingua-Stem
Message-ID:  <20040103164234.GA1867@tybalt>
Resent-Message-ID: <200401031650.i03GoKic060950@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60864
>Category:       ports
>Synopsis:       Update port: textproc/p5-Lingua-Stem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 03 08:50:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thorsten Greiner
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD tybalt 5.2-CURRENT FreeBSD 5.2-CURRENT #44: Thu Jan 1 21:55:12 CET 2004 toor@tybalt:/usr/src/sys/i386/compile/TYBALT i386


>Description:
Update the port with dependencies on stemmer implementations for
various languages. This update requires that the fixes for the following
PR's are committed:

ports/60858
ports/60859
ports/60860
ports/60861
ports/60862
ports/60863

Noticed by: Kirill Ponomarew <krion@FreeBSD.org>

>How-To-Repeat:
Apply patch

>Fix:

diff -u /usr/ports/textproc/p5-Lingua-Stem/Makefile p5-Lingua-Stem/Makefile
--- /usr/ports/textproc/p5-Lingua-Stem/Makefile	Mon Dec 29 18:25:57 2003
+++ p5-Lingua-Stem/Makefile	Sat Jan  3 10:51:04 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=		Lingua-Stem
 PORTVERSION=		0.61
+PORTREVISION=		1
 CATEGORIES=		textproc perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Lingua
@@ -14,6 +15,14 @@
 
 MAINTAINER=		thorsten.greiner@web.de
 COMMENT=		Provides word stemming algorithms localized by language
+
+BUILD_DEPENDS=		${SITE_PERL}/Lingua/PT/Stemmer.pm:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \
+			${SITE_PERL}/Lingua/Stem/It.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-It \
+			${SITE_PERL}/Lingua/Stem/Snowball/Da.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \
+			${SITE_PERL}/Lingua/Stem/Snowball/No.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \
+			${SITE_PERL}/Lingua/Stem/Snowball/Se.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \
+			${SITE_PERL}/Text/German.pm:${PORTSDIR}/textproc/p5-Text-German
+RUN_DEPENDS=		${BUILD_DEPENDS}
 
 PERL_CONFIGURE=		yes
 
diff -u /usr/ports/textproc/p5-Lingua-Stem/pkg-plist p5-Lingua-Stem/pkg-plist
--- /usr/ports/textproc/p5-Lingua-Stem/pkg-plist	Mon Dec 29 18:25:57 2003
+++ p5-Lingua-Stem/pkg-plist	Tue Dec 30 16:23:47 2003
@@ -9,5 +9,5 @@
 %%SITE_PERL%%/Lingua/Stem/Pt.pm
 %%SITE_PERL%%/Lingua/Stem/Sv.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/.packlist
-@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040103164234.GA1867>