diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 13:53:35 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-04-28 13:53:35 +0000 |
commit | 4ea841ffc95593ee6a54e3ac31f432b53e9a49f4 (patch) | |
tree | 66bd662fda9a9d07c7e327c921e8503623771073 /www/Makefile | |
parent | 2dc6788a1fe832d6e36600052e47af56be9898d2 (diff) |
SEQUIN is intended to extract the keywords used and the name of
the search engine given the a line from a logfile that contains a
referal URL from a Search Engine which GETs its data.
Unlike traditional applications for doing this, it does not rely
on a preset list of search engines and thus currently works with
almost every search engine URL the author could get his hands on.
PR: ports/26844
Notes
Notes:
svn path=/head/; revision=41998
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 8d760c4ac847..c67884388f7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -211,6 +211,7 @@ SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA SUBDIR += p5-Template-Toolkit + SUBDIR += p5-URI-Sequin SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-Search |