The crawl utility starts a depth-first traversal of the web at the specified URLs. It stores all JPEG images that match the configured constraints. Crawl is fairly fast and allows for graceful termination. After terminating crawl, it is possible to restart it at exactly the same spot where it was terminated. Crawl keeps a persistent database that allows multiple crawls without revisiting sites. The main reason for writing crawl was the lack of simple open source web crawlers. Crawl is only a few thousand lines of code and fairly easy to debug and customize. Some of the main features: - Saves encountered JPEG images - Image selection based on regular expressions and size contrainsts - Resume previous crawl after graceful termination - Persistent database of visited URLs - Very small and efficient code - Supports robots.txt WWW: http://www.monkey.org/~provos/crawl/ id='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/teknap
Commit message (Expand)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
* - Install all docs under ${DOCSDIR}Renato Botelho2009-04-143-666/+14
* - Re-catagorize netknap to net-p2pThomas Abthorpe2008-01-091-1/+1
* - Fix build with gcc 4.2Martin Wilke2007-11-143-5/+23
* - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2Pav Lucistnik2007-07-031-0/+4
* - Reset MAINTAINER:Pav Lucistnik2007-07-031-1/+1
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
* Remove WWWMarcus Alves Grando2005-11-092-2/+1
* Fix build with gcc 3.4Tilman Keskinoz2004-08-063-1/+21
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-21