[First attempt to commit a port, please bear with me]

fmirror is a program for mirroring files and directories from a
remote FTP server

PR:		ports/39900
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
This commit is contained in:
Edwin Groothuis 2002-11-22 02:17:23 +00:00
parent 73ec4418ce
commit 09e3943d5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70725
6 changed files with 50 additions and 0 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += emacs-wget
SUBDIR += emirror
SUBDIR += fget
SUBDIR += fmirror
SUBDIR += frox
SUBDIR += ftp-tls
SUBDIR += ftpcopy

33
ftp/fmirror/Makefile Normal file
View File

@ -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>

1
ftp/fmirror/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fmirror-0.8.4.tar.gz) = 78652ce5bb50e6c120c9ca0988cb9dca

1
ftp/fmirror/pkg-comment Normal file
View File

@ -0,0 +1 @@
Program for mirroring files and directories from a remote FTP server

7
ftp/fmirror/pkg-descr Normal file
View File

@ -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.

7
ftp/fmirror/pkg-plist Normal file
View File

@ -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