freebsd-ports/www/p5-WWW-Search/pkg-plist
Erwin Lansing 1081ad3620 Update to 2.42
* lib/WWW/Search.pm (preprocess_results_page): BUGFIX bad return value
* lib/WWW/Search/Test.pm (count_results): printResults output is more verbose
* lib/WWW/Search.pm (parse_tree): new NOP stub function
* lib/WWW/Search.pm (login): now returns flag for success/failure
* lib/WWW/Search/Test.pm (find_websearch): new function
* lib/WWW/Search/Test.pm (count_results): call login() before getting results
* lib/WWW/Search.pm (cookie_jar): allow any flavor of HTTP::Cookies

PR:		55342
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-07 14:24:14 +00:00

17 lines
707 B
Text

bin/AutoSearch
bin/WebSearch
%%SITE_PERL%%/WWW/Search.pm
%%SITE_PERL%%/WWW/Search/Null.pm
%%SITE_PERL%%/WWW/Search/Null/Count.pm
%%SITE_PERL%%/WWW/Search/Null/Empty.pm
%%SITE_PERL%%/WWW/Search/Null/Error.pm
%%SITE_PERL%%/WWW/Search/Result.pm
%%SITE_PERL%%/WWW/Search/Simple.pm
%%SITE_PERL%%/WWW/Search/Test.pm
%%SITE_PERL%%/WWW/SearchResult.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Search/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Search 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true
@dirrm %%SITE_PERL%%/WWW/Search/Null
@unexec rmdir %D/%%SITE_PERL%%/WWW/Search 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true