- Unbreak by providing working mastersite; add LICENSE (GPLv2)
- Shorten COMMENT and reformat port description while I'm here PR: 199330 Submitted by: Chris Hutchinson
This commit is contained in:
parent
b0ba641aa3
commit
c8e53a1102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383909
@ -5,13 +5,12 @@ PORTNAME= fmirror
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/ \
|
||||
ftp://ftp.oav.net/pkg_freebsd/distfiles/
|
||||
MASTER_SITES= http://BSDforge.com/projects/source/ftp/fmirror/
|
||||
|
||||
MAINTAINER= kiwi@oav.net
|
||||
COMMENT= Program for mirroring files and directories from a remote FTP server
|
||||
COMMENT= Program for mirroring files and directories from FTP server
|
||||
|
||||
BROKEN= No public distfiles
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
fmirror is a program for mirroring files and directories from a remote FTP
|
||||
fmirror is a program for mirroring files and directories from 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 primary goal of fmirror is to use as little memory as possible, but
|
||||
still be able to do its job efficiently.
|
||||
|
Loading…
Reference in New Issue
Block a user