diff options
author | ade <ade@FreeBSD.org> | 2000-01-29 11:29:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-01-29 11:29:19 +0800 |
commit | 45f345586f044e9624810f57c61272a2d568b0e8 (patch) | |
tree | 059a403319509e6d4b107e09194f001d526f1994 /www/p5-HTML-Summary/pkg-plist | |
parent | 4c46cee02907780e3c68111ef038ff201cd72130 (diff) | |
download | freebsd-ports-gnome-45f345586f044e9624810f57c61272a2d568b0e8.tar.gz freebsd-ports-gnome-45f345586f044e9624810f57c61272a2d568b0e8.tar.zst freebsd-ports-gnome-45f345586f044e9624810f57c61272a2d568b0e8.zip |
The HTML::Summary module produces summaries from the textual content of
web pages. It does so using the location heuristic, which determines the
value of a given sentence based on its position and status within the
document.
PR: 15863
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'www/p5-HTML-Summary/pkg-plist')
-rw-r--r-- | www/p5-HTML-Summary/pkg-plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-HTML-Summary/pkg-plist b/www/p5-HTML-Summary/pkg-plist new file mode 100644 index 000000000000..397db25596f5 --- /dev/null +++ b/www/p5-HTML-Summary/pkg-plist @@ -0,0 +1,10 @@ +lib/perl5/site_perl/%%PERL_VER%%/HTML/Summary.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Sentence.pm +lib/perl5/site_perl/%%PERL_VER%%/Lingua/JA/Jcode.pm +lib/perl5/site_perl/%%PERL_VER%%/Lingua/JA/Jtruncate.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Summary/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Summary +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua/JA +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true |