summaryrefslogtreecommitdiff
path: root/security/mirrordir/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-19 14:44:07 +0000
committeragc <agc@pkgsrc.org>2001-12-19 14:44:07 +0000
commit056de27b6b0d6f7b1a836c8096286541642735dd (patch)
treee60014d440f5c7630f01865bc6fdbd11f7da8478 /security/mirrordir/Makefile
parent7e7f5be712c1925a370eae401660d0e184eebeda (diff)
downloadpkgsrc-056de27b6b0d6f7b1a836c8096286541642735dd.tar.gz
Initial import of mirrordir-0.10.49 into the NetBSD packages collection.
Mirrordir is a suite of functions in one package. It contains the following programs: * pslogin: A remote login utility and daemon that provides a secure shell. This can be considered as a GPL replacement to Ssh. * copydir: A cp equivalent which additionally copies to and from ftp servers. Use it to upload and download via ftp and via mirrordir's secure daemon. Use it as a rigorous cp to correctly reproduce hardlinks, permissions and access times. * mirrordir: Mirrors filesystems over ftp or locally via a minimal set of changes. It is optimised for locally mirroring a device as an alternative to RAID devices. It duplicates file-systems in every detail, even correctly recreating hardlinks, devices and access times. It works well mirroring ftp sites that don't support ls-lR summaries. Mirrordir can take a C script to customise the kind of files to mirror based on their stat info, name, or other information. * recursdir: Pass a C script to recursdir to recursively perform operations on files. This is a fast and overkill equivalent of find. Taken from a suggestion by Jeff Sheinberg.
Diffstat (limited to 'security/mirrordir/Makefile')
-rw-r--r--security/mirrordir/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/mirrordir/Makefile b/security/mirrordir/Makefile
new file mode 100644
index 00000000000..7a91ba85904
--- /dev/null
+++ b/security/mirrordir/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/12/19 14:44:07 agc Exp $
+#
+
+DISTNAME= mirrordir-0.10.49
+CATEGORIES= security net
+MASTER_SITES= http://mirrordir.sourceforge.net/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mirrordir.sourceforge.net/
+COMMENT= directory mirroring tool
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+EGDIR= ${PREFIX}/share/examples/mirrordir
+
+CONF_FILES= ${EGDIR}/secure-mcservusers ${PKG_SYSCONFDIR}/secure-mcservusers
+
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"