# 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 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 END-of-./Makefile exit