summaryrefslogtreecommitdiff
path: root/net/fmirror
diff options
context:
space:
mode:
authorhe <he>2001-11-17 19:39:35 +0000
committerhe <he>2001-11-17 19:39:35 +0000
commitfd361965b9205cc2b2201dd3265e9354d9c11a26 (patch)
tree70ac781be9d9b573dcbec1ee4e95dbf5b40647ce /net/fmirror
parentf693cf16972410c514915bb7be933ef3574ee69a (diff)
downloadpkgsrc-fd361965b9205cc2b2201dd3265e9354d9c11a26.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>
Diffstat (limited to 'net/fmirror')
-rw-r--r--net/fmirror/DESCR7
-rw-r--r--net/fmirror/Makefile13
-rw-r--r--net/fmirror/PLIST8
-rw-r--r--net/fmirror/distinfo4
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