mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
1081ad3620
* 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>
18 lines
707 B
Plaintext
18 lines
707 B
Plaintext
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
|