diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:58:30 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 01:58:30 +0000 |
commit | a15c1698e1c89e77f769bd0c03b0e85e070d6977 (patch) | |
tree | 6e6ae27d9208377e27e690b189f1484743847d0b /www/p5-WWW-Search | |
parent | Import of a perl5 module to trace function calls as they happen. (diff) |
Import of a perl5 module for WWW searches
Diffstat (limited to 'www/p5-WWW-Search')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 34 | ||||
-rw-r--r-- | www/p5-WWW-Search/distinfo | 1 | ||||
-rw-r--r-- | www/p5-WWW-Search/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-WWW-Search/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-WWW-Search/pkg-plist | 41 |
5 files changed, 88 insertions, 0 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile new file mode 100644 index 000000000000..f39b7cf3e10a --- /dev/null +++ b/www/p5-WWW-Search/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-WWW-Search +# Version required: 1.009 +# Date created: June 26th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= WWW-Search-1.009 +PKGNAME= p5-WWW-Search-1.009 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= YES + +MAN1PREFIX= ${PREFIX} +MAN1= AutoSearch.1 WebSearch.1 +MAN3PREFIX= ${PREFIX}/lib/perl5 +MAN3= WWW::Search.3 WWW::Search::AltaVista.3 WWW::Search::AltaVista::AdvancedNews.3 \ + WWW::Search::AltaVista::AdvancedWeb.3 WWW::Search::AltaVista::News.3 \ + WWW::Search::AltaVista::Web.3 WWW::Search::Dejanews.3 WWW::Search::Excite.3 \ + WWW::Search::HotBot.3 WWW::Search::Infoseek.3 WWW::Search::Infoseek::Email.3 \ + WWW::Search::Infoseek::News.3 WWW::Search::Infoseek::Web.3 WWW::Search::Lycos.3 \ + WWW::Search::Yahoo.3 WWW::SearchResult.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Search/distinfo b/www/p5-WWW-Search/distinfo new file mode 100644 index 000000000000..909695f61854 --- /dev/null +++ b/www/p5-WWW-Search/distinfo @@ -0,0 +1 @@ +MD5 (WWW-Search-1.009.tar.gz) = 4e1938a6be288511e7b5890f11909108 diff --git a/www/p5-WWW-Search/pkg-comment b/www/p5-WWW-Search/pkg-comment new file mode 100644 index 000000000000..8032b0e08973 --- /dev/null +++ b/www/p5-WWW-Search/pkg-comment @@ -0,0 +1 @@ +a perl5 module for WWW searches diff --git a/www/p5-WWW-Search/pkg-descr b/www/p5-WWW-Search/pkg-descr new file mode 100644 index 000000000000..8342d862e4a3 --- /dev/null +++ b/www/p5-WWW-Search/pkg-descr @@ -0,0 +1,11 @@ + This class is the parent for all access method supported + by the WWW::Search library. This library implements a + Perl API to web-based search engines. + + Current search engines supported include AltaVista (both + web and news), Dejanews, Excite (web only), HotBot (web + only), Infoseek (e-mail, web, and news) and Lycos. + + Search results are limited and there is a pause between + each request for results to avoid overloading either the + client or the server. diff --git a/www/p5-WWW-Search/pkg-plist b/www/p5-WWW-Search/pkg-plist new file mode 100644 index 000000000000..ef7595d5c9b2 --- /dev/null +++ b/www/p5-WWW-Search/pkg-plist @@ -0,0 +1,41 @@ +bin/AutoSearch +bin/WebSearch +lib/perl5/man/man3/WWW::Search.3.gz +lib/perl5/man/man3/WWW::Search::AltaVista.3.gz +lib/perl5/man/man3/WWW::Search::AltaVista::AdvancedNews.3.gz +lib/perl5/man/man3/WWW::Search::AltaVista::AdvancedWeb.3.gz +lib/perl5/man/man3/WWW::Search::AltaVista::News.3.gz +lib/perl5/man/man3/WWW::Search::AltaVista::Web.3.gz +lib/perl5/man/man3/WWW::Search::Dejanews.3.gz +lib/perl5/man/man3/WWW::Search::Excite.3.gz +lib/perl5/man/man3/WWW::Search::HotBot.3.gz +lib/perl5/man/man3/WWW::Search::Infoseek.3.gz +lib/perl5/man/man3/WWW::Search::Infoseek::Email.3.gz +lib/perl5/man/man3/WWW::Search::Infoseek::News.3.gz +lib/perl5/man/man3/WWW::Search::Infoseek::Web.3.gz +lib/perl5/man/man3/WWW::Search::Lycos.3.gz +lib/perl5/man/man3/WWW::Search::Yahoo.3.gz +lib/perl5/man/man3/WWW::SearchResult.3.gz +lib/perl5/site_perl/WWW/Search.pm +lib/perl5/site_perl/WWW/Search/AltaVista.pm +lib/perl5/site_perl/WWW/Search/AltaVista/AdvancedNews.pm +lib/perl5/site_perl/WWW/Search/AltaVista/AdvancedWeb.pm +lib/perl5/site_perl/WWW/Search/AltaVista/News.pm +lib/perl5/site_perl/WWW/Search/AltaVista/Web.pm +lib/perl5/site_perl/WWW/Search/Dejanews.pm +lib/perl5/site_perl/WWW/Search/Excite.pm +lib/perl5/site_perl/WWW/Search/HotBot.pm +lib/perl5/site_perl/WWW/Search/Infoseek.pm +lib/perl5/site_perl/WWW/Search/Infoseek/Email.pm +lib/perl5/site_perl/WWW/Search/Infoseek/News.pm +lib/perl5/site_perl/WWW/Search/Infoseek/Web.pm +lib/perl5/site_perl/WWW/Search/Lycos.pm +lib/perl5/site_perl/WWW/Search/Yahoo.pm +lib/perl5/site_perl/WWW/SearchResult.pm +man/man1/AutoSearch.1.gz +man/man1/WebSearch.1.gz +lib/perl5/site_perl/i386-freebsd/auto/WWW/Search/.packlist +@dirrm lib/perl5/site_perl/WWW/Search/AltaVista +@dirrm lib/perl5/site_perl/WWW/Search/Infoseek +@dirrm lib/perl5/site_perl/WWW/Search +@dirrm lib/perl5/site_perl/i386-freebsd/auto/WWW/Search |