diff options
Diffstat (limited to 'ftp/fmirror')
-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 |
5 files changed, 49 insertions, 0 deletions
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 |