diff options
author | garga <garga@FreeBSD.org> | 2005-11-09 22:18:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-09 22:18:11 +0800 |
commit | 921cc37735be77763bea561b77393459197c94dc (patch) | |
tree | fa5047b2038d28c04fc5550259be0f788439a55b /www/Makefile | |
parent | 5f89b32e259770658dffc85cc43e33772f58c4fd (diff) | |
download | freebsd-ports-gnome-921cc37735be77763bea561b77393459197c94dc.tar.gz freebsd-ports-gnome-921cc37735be77763bea561b77393459197c94dc.tar.zst freebsd-ports-gnome-921cc37735be77763bea561b77393459197c94dc.zip |
This is a base class, all site-specific drivers should inherit its members
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/
PR: ports/88668
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 58b187c3990d..0b36f8be985f 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-Driver SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista SUBDIR += p5-WWW-Search-Google |