summaryrefslogtreecommitdiff
path: root/ftp/pavuk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-3/+3
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* USE_OPENSSLKris Kennaway2000-02-153-2/+44
| | | | | Submitted by: Jim Bloom <bloom@acm.org> Approved by: Maintainer
* allow definition of NO_X11 to compile without xpm/gtkChris Piazza2000-01-111-2/+7
| | | | | PR: 16046 Submitted by: Phil Homewood <philh@mincom.com>
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18Chris Piazza1999-08-051-0/+12
|
* Fix a typo in the makefile, it was doing ${MKDIR} share/... insteadChris Piazza1999-08-054-14/+20
| | | | of ${MKDIR} ${PREFIX}/share and update to pl 18.
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
|
* Make a few directories before installing data into them.Chris Piazza1999-07-241-1/+4
| | | | | PR: 12715 Reported by: Andrew <andrew@ugh.net.au>
* Update to pl15.Chris Piazza1999-06-254-9/+22
| | | | | PR: 12384 Submitted by: maintainer
* update to p113Michael Haro1999-05-192-5/+5
| | | | | PR: 11749 Submitted by: Chris Piazza cpiazza@home.net
* Update to 0.9.12Seiichirou Hiraoka1999-05-062-5/+5
| | | | | PR: ports/11528 Submitted by: cpiazza@home.net
* Update to 0.9pl11Seiichirou Hiraoka1999-05-053-28/+17
| | | | | PR: ports/11496 Submitted by: cpiazza@home.net
* Update to pl9, and now use gtk12Michael Haro1999-04-224-28/+39
| | | | | PR: 11273 Submitted by: Chris Piazza <cpiazza@home.net>
* Update to version 0.9pl5.Steve Price1999-03-153-7/+7
| | | | | PR: 10222 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* gtk11 library is called gtk11, not gtk.Satoshi Asami1998-12-221-2/+2
|
* Pavuk is a HTTP, FTP and Gopher mirroring tool.Bill Fumerola1998-12-166-0/+92
What this program does : - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving - synchronizing retrieved local copies of document with remote - partial content retrieving on servers which suppots it (FTP and HTTP/1.1) - follows moved documents - supports "robots.txt" standart - supports HTTP and FTP proxy server - supports HTTP authentification - shows document tree - have interface to "at" command for scheduling - have X-windows user interface (built with own widgets based on plain Xt) - may be built with or without X-windows user interface - can handle setup files PR: ports/6085