diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-06-28 16:18:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-06-28 16:18:37 +0000 |
commit | dc61a2f5b317c2af880e77871479076d05aec2ad (patch) | |
tree | 54fc6b57751561b5bfa6d6cec1b2ccf2a2c90b51 | |
parent | 8fdd3168a0e5f65853963c8b62e0ede0014ead45 (diff) | |
download | ports-dc61a2f5b317c2af880e77871479076d05aec2ad.tar.gz ports-dc61a2f5b317c2af880e77871479076d05aec2ad.zip |
Notes
-rw-r--r-- | ftp/spegla/files/patch-aa | 19 | ||||
-rw-r--r-- | ftp/spegla/pkg-descr | 53 |
2 files changed, 12 insertions, 60 deletions
diff --git a/ftp/spegla/files/patch-aa b/ftp/spegla/files/patch-aa index 01c0d6718574..3ca0628e5d1c 100644 --- a/ftp/spegla/files/patch-aa +++ b/ftp/spegla/files/patch-aa @@ -1,10 +1,11 @@ ---- Makefile.orig Sat Dec 19 05:03:25 1998 -+++ Makefile Sat Dec 19 06:16:51 1998 -@@ -1,4 +1,7 @@ - # $Id: Makefile,v 1.12 1998/11/13 08:46:05 jens Exp $ -+BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man -+ - PROG= spegla - SRCS= jftp.c parserow.c spegla.c readconfig.c +--- Makefile.orig Tue Jun 27 16:54:10 2000 ++++ Makefile Tue Jun 27 16:54:18 2000 +@@ -2,7 +2,7 @@ + + PREFIX ?= /usr/local + BINDIR = ${PREFIX}/bin +-MANDIR = ${PREFIX}/man ++MANDIR = ${PREFIX}/man/man + + HAVE_STRLCPY?= yes diff --git a/ftp/spegla/pkg-descr b/ftp/spegla/pkg-descr index 5e56d3d9a398..c12ed1e7b4f1 100644 --- a/ftp/spegla/pkg-descr +++ b/ftp/spegla/pkg-descr @@ -1,52 +1,3 @@ -Spegla is a mirror program for FTP sites. It was written because I -couldn't find any fast mirroring program for big mirrors. It makes a +Spegla is a mirror program for FTP sites. It was written because the author +couldn't find any fast mirroring program for big mirrors. It makes a complete mirror of a FTP area. - -Spegla only take one command-line parameter, the config file. These -parameters can be specified in it: - - - localdir where the mirror should go on your machine. - - - remotedir directory at the FTP server. - - - username user to log in as i.e. anonymous. - - - password password to use i.e. your email address. - - - host FTP server. - - - retries how many retries before quit. Defaults to 20. - - - retrytime how many seconds to wait before log in again after - a timeout. Defaults to 150. - - - timeout how many seconds to wait to timeout. Defaults to 150. - - - skipdir which directories to ignore remote and local, can be - several but only one per row. - - - dirlink not used for now. - - - logfile logfile, can be a file, stdout or stderr. Defaults - to stdout. - -Blank lines and text after '#' are ignored. - -This is what's in the config file I use for the FreeBSD mirror of -Walnut Creek's FreeBSD area. - -localdir = /ftp/pub/FreeBSD -remotedir = /pub/FreeBSD -username = anonymous -password = jnilsson@ludd.luth.se -host = ftp.freebsd.org -timeout = 120 -retries = 300 # busy ftp server and lots of files. - # Takes lots of hours to complete - # and don't want to quit when we are - # almost finished. -retrytime = 120 # if network goes down don't consume - # all retries to fast. -logfile = freebsd.org.log -skipdir = distfiles # don't have room for this yet. -skipdir = incoming # no need for this. |