Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2007 22:29:46 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/getleft Makefile pkg-descr pkg-plist
Message-ID:  <200705032229.l43MTk8t072665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705032229.l43MTk8t072665>