diff options
author | he <he@pkgsrc.org> | 2001-11-17 19:39:35 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2001-11-17 19:39:35 +0000 |
commit | 480eb4249393d14e1d63d766ec559dd97e217db4 (patch) | |
tree | 70ac781be9d9b573dcbec1ee4e95dbf5b40647ce | |
parent | ecaf8c119fb5bdcd65e6905a71876fda831c8b86 (diff) | |
download | pkgsrc-480eb4249393d14e1d63d766ec559dd97e217db4.tar.gz |
Yet another FTP mirroring program. From it's README file:
fmirror is a program for mirroring files and directories from a remote
ftp server. It allows regex-matching for files that are to be included
and excluded. It uses a combination of timestamp, file size and file
permissions to decide what files to transfer from the ftp server.
The primary goal of fmirror is to use as little memory as possible,
but still be able to do its job efficiently.
The program's author is Finn Arne Gangstad <finnag@fast.no>
-rw-r--r-- | net/fmirror/DESCR | 7 | ||||
-rw-r--r-- | net/fmirror/Makefile | 13 | ||||
-rw-r--r-- | net/fmirror/PLIST | 8 | ||||
-rw-r--r-- | net/fmirror/distinfo | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/fmirror/DESCR b/net/fmirror/DESCR new file mode 100644 index 00000000000..fb56a3d96b9 --- /dev/null +++ b/net/fmirror/DESCR @@ -0,0 +1,7 @@ +fmirror is a program for mirroring files and directories from a remote +ftp server. It allows regex-matching for files that are to be included +and excluded. It uses a combination of timestamp, file size and file +permissions to decide what files to transfer from the ftp server. + +The primary goal of fmirror is to use as little memory as possible, +but still be able to do its job efficiently. diff --git a/net/fmirror/Makefile b/net/fmirror/Makefile new file mode 100644 index 00000000000..5c58d4264f1 --- /dev/null +++ b/net/fmirror/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/17 19:39:35 he Exp $ + +DISTNAME= fmirror-0.8.4 +CATEGORIES= net +MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ + +MAINTAINER= he@netbsd.org +COMMENT= Mirror program for FTP sites (written in C) + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples + +.include "../../mk/bsd.pkg.mk" diff --git a/net/fmirror/PLIST b/net/fmirror/PLIST new file mode 100644 index 00000000000..620fbd5e75e --- /dev/null +++ b/net/fmirror/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/17 19:39:35 he Exp $ +bin/fmirror +man/man1/fmirror.1 +share/examples/fmirror/README +share/examples/fmirror/sample.conf +share/examples/fmirror/redhat.conf +share/examples/fmirror/generic.conf +@dirrm share/examples/fmirror diff --git a/net/fmirror/distinfo b/net/fmirror/distinfo new file mode 100644 index 00000000000..b6c289268b7 --- /dev/null +++ b/net/fmirror/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/17 19:39:35 he Exp $ + +SHA1 (fmirror-0.8.4.tar.gz) = 8c124c7655da71c7fc28e5f052fe2091e0bff3fb +Size (fmirror-0.8.4.tar.gz) = 59831 bytes |