diff options
author | garga <garga@FreeBSD.org> | 2005-11-09 22:19:31 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-09 22:19:31 +0800 |
commit | 565f3cd93e9eac0dd7184792b3bbc70c1f90fd97 (patch) | |
tree | 1f5989853a6247bcf400bcf6412ff25d979ab569 /www/Makefile | |
parent | 9b0c3966bcdfc59d78d01deb7db07b4635371cb5 (diff) | |
download | freebsd-ports-graphics-565f3cd93e9eac0dd7184792b3bbc70c1f90fd97.tar.gz freebsd-ports-graphics-565f3cd93e9eac0dd7184792b3bbc70c1f90fd97.tar.zst freebsd-ports-graphics-565f3cd93e9eac0dd7184792b3bbc70c1f90fd97.zip |
The WWW::Scraper::ISBN class was built as a way to retrieve information on
books from multiple sources easily. It utilizes at least one driver
implemented as a subclass of WWW::Scraper::ISBN::Driver, each of which is
designed to scrape from a single source. Because we found that different
sources had different information available on different books, we designed
a basic interface that could be implemented in whatever ways necessary to
retrieve the desired information.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN/
PR: ports/88667
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0fe09cfa184..948d0ca08ee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -640,6 +640,7 @@ SUBDIR += p5-WWW-Mechanize-Shell SUBDIR += p5-WWW-Mixi SUBDIR += p5-WWW-Robot + SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Driver SUBDIR += p5-WWW-Scraper-ISBN-Record SUBDIR += p5-WWW-Search |