diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-22 02:17:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-22 02:17:23 +0000 |
commit | 09e3943d5e978e1a87798f469be01d2ced0a4617 (patch) | |
tree | 1ae48a77503114234b3d79815dfac0b2cffabcb1 /ftp | |
parent | 73ec4418cefebdb263bd562e75051fa8ca7067ea (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/fmirror/Makefile | 33 | ||||
-rw-r--r-- | ftp/fmirror/distinfo | 1 | ||||
-rw-r--r-- | ftp/fmirror/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/fmirror/pkg-descr | 7 | ||||
-rw-r--r-- | ftp/fmirror/pkg-plist | 7 |
6 files changed, 50 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index e665f40be336..c26e98e555f6 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -12,6 +12,7 @@ SUBDIR += emacs-wget SUBDIR += emirror SUBDIR += fget + SUBDIR += fmirror SUBDIR += frox SUBDIR += ftp-tls SUBDIR += ftpcopy diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile new file mode 100644 index 000000000000..8faa07233b6e --- /dev/null +++ b/ftp/fmirror/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: fmirror +# Date created: 26 June 2002 +# Whom: Xavier Beaudouin <kiwi@oav.net> +# +# $FreeBSD$ +# + +PORTNAME= fmirror +PORTVERSION= 0.8.4 +CATEGORIES= ftp +MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ + +MAINTAINER= kiwi@oav.net + +#WRKSRC= ${WRKDIR}/${DISTNAME} + +GNU_CONFIGURE= yes + +MAN1= fmirror.1 + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} fmirror ${PREFIX}/bin && \ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} && \ + cd ${WRKSRC} && \ + ${INSTALL_DATA} ChangeLog README ${DOCSDIR} && \ + cd ${WRKSRC}/configs && \ + ${INSTALL_DATA} generic.conf redhat.conf sample.conf ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/ftp/fmirror/distinfo b/ftp/fmirror/distinfo new file mode 100644 index 000000000000..ec3af320d466 --- /dev/null +++ b/ftp/fmirror/distinfo @@ -0,0 +1 @@ +MD5 (fmirror-0.8.4.tar.gz) = 78652ce5bb50e6c120c9ca0988cb9dca diff --git a/ftp/fmirror/pkg-comment b/ftp/fmirror/pkg-comment new file mode 100644 index 000000000000..d393d82f73a1 --- /dev/null +++ b/ftp/fmirror/pkg-comment @@ -0,0 +1 @@ +Program for mirroring files and directories from a remote FTP server diff --git a/ftp/fmirror/pkg-descr b/ftp/fmirror/pkg-descr new file mode 100644 index 000000000000..14fbd7c3e96f --- /dev/null +++ b/ftp/fmirror/pkg-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/ftp/fmirror/pkg-plist b/ftp/fmirror/pkg-plist new file mode 100644 index 000000000000..85b2e733b806 --- /dev/null +++ b/ftp/fmirror/pkg-plist @@ -0,0 +1,7 @@ +bin/fmirror +%%PORTDOCS%%share/doc/fmirror/ChangeLog +%%PORTDOCS%%share/doc/fmirror/README +%%PORTDOCS%%share/doc/fmirror/generic.conf +%%PORTDOCS%%share/doc/fmirror/redhat.conf +%%PORTDOCS%%share/doc/fmirror/sample.conf +%%PORTDOCS%%@dirrm share/doc/fmirror |