Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 14:25:30 +0100
From:      Thorsten Greiner <thorsten.greiner@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60688: New port: textproc/p5-Lingua-Stem
Message-ID:  <20031229132530.GA38551@tybalt.nev.psi.de>
Resent-Message-ID: <200312291330.hBTDUIFL059787@freefall.freebsd.org>

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

>Number:         60688
>Category:       ports
>Synopsis:       New port: textproc/p5-Lingua-Stem
>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 Dec 29 05:30:18 PST 2003
>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 #43: Sat Dec 27 21:59:43 CET 2003 toor@tybalt:/usr/src/sys/i386/compile/TYBALT i386


>Description:
Add Lingua::Stem which provides word stemming algorithms localized by language.

>How-To-Repeat:
Unpack shar archive.

>Fix:

# 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:
#
#	./pkg-plist
#	./pkg-descr
#	./distinfo
#	./Makefile
#
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X%%SITE_PERL%%/Lingua/Stem.pm
X%%SITE_PERL%%/Lingua/Stem/AutoLoader.pm
X%%SITE_PERL%%/Lingua/Stem/Da.pm
X%%SITE_PERL%%/Lingua/Stem/De.pm
X%%SITE_PERL%%/Lingua/Stem/En.pm
X%%SITE_PERL%%/Lingua/Stem/EnBroken.pm
X%%SITE_PERL%%/Lingua/Stem/Gl.pm
X%%SITE_PERL%%/Lingua/Stem/No.pm
X%%SITE_PERL%%/Lingua/Stem/Pt.pm
X%%SITE_PERL%%/Lingua/Stem/Sv.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true
END-of-./pkg-plist
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XLingua::Stem - Stemming of words
X
XThis routine applies stemming algorithms to its parameters, returning the
Xstemmed words as appropriate to the selected locale.
X
XCurrently supported locales are:
X
X      EN          - English (also EN-US and EN-UK)
X      DA          - Danish
X      DE          - German
X      GL          - Galician
X      IT          - Italian
X      NO          - Norwegian
X      PT          - Portuguese
X      SV          - Swedish
X
XWWW: http://search.cpan.org/~snowhare/Lingua-Stem-0.61/lib/Lingua/Stem.pm
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (Lingua-Stem-0.61.tar.gz) = ca99b08aa82fcbcd749d4903b205fcec
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	Lingua::Stem
X# Date created:				29 Dec 2003
X# Whom:					Thorsten Greiner <thorsten.greiner@web.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		Lingua-Stem
XPORTVERSION=		0.61
XCATEGORIES=		textproc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Lingua
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		thorsten.greiner@web.de
XCOMMENT=		Provides word stemming algorithms localized by language
X
XPERL_CONFIGURE=		yes
X
XMAN3=			Lingua::Stem.3 Lingua::Stem::AutoLoader.3 \
X			Lingua::Stem::En.3 Lingua::Stem::Pt.3 \
X			Lingua::Stem::EnBroken.3 Lingua::Stem::Gl.3 \
X			Lingua::Stem::No.3 Lingua::Stem::De.3 \
X			Lingua::Stem::Sv.3 Lingua::Stem::Da.3
XMAN3PREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-./Makefile
exit

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



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