From owner-cvs-all@FreeBSD.ORG Thu May 3 22:29:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6422816A402; Thu, 3 May 2007 22:29:46 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5344513C45A; Thu, 3 May 2007 22:29:46 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l43MTkuG072666; Thu, 3 May 2007 22:29:46 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l43MTk8t072665; Thu, 3 May 2007 22:29:46 GMT (envelope-from alepulver) Message-Id: <200705032229.l43MTk8t072665@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 3 May 2007 22:29:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/getleft Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 22:29:46 -0000 alepulver 2007-05-03 22:29:46 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/getleft Makefile pkg-descr pkg-plist Log: So here is my little effort, it is supposed to download complete Web sites. You give it an URL, and down it goes on, happily downloading every linked URL in that site. Features: * While it goes, it changes the original pages, all the links get changed to relative links, so that you can surf the site in your hard disk without those pesky absolute links. * Limited Ftp support, it will download the files but not recursively. * Resumes downloading if interrupted. * Filters not to download certain kind of files. * You can get a site map before downloading. * Getleft can follow links to external sites. * Multilingual support, at present Getleft supports Dutch, English, Esperanto, German, French, Italian, Polish, Korean, Portuguese, Russian, Turkish and Spanish. WWW: http://personal1.iddeo.es/andresgarci/getleft/english/ Revision Changes Path 1.1805 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/getleft/Makefile (new) 1.1 +19 -0 ports/www/getleft/pkg-descr (new) 1.1 +150 -0 ports/www/getleft/pkg-plist (new)