aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/fmirror
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-04-13 19:39:14 +0800
committerdanfe <danfe@FreeBSD.org>2015-04-13 19:39:14 +0800
commit693634ebf1b14d8c1ddea80a2a06912a6068027f (patch)
tree31f46f382295809787ef4a66427b0104442b4d59 /ftp/fmirror
parent7611d167732e94046b0f449310ee5ce49cce658e (diff)
downloadfreebsd-ports-gnome-693634ebf1b14d8c1ddea80a2a06912a6068027f.tar.gz
freebsd-ports-gnome-693634ebf1b14d8c1ddea80a2a06912a6068027f.tar.zst
freebsd-ports-gnome-693634ebf1b14d8c1ddea80a2a06912a6068027f.zip
- Unbreak by providing working mastersite; add LICENSE (GPLv2)
- Shorten COMMENT and reformat port description while I'm here PR: 199330 Submitted by: Chris Hutchinson
Diffstat (limited to 'ftp/fmirror')
-rw-r--r--ftp/fmirror/Makefile7
-rw-r--r--ftp/fmirror/pkg-descr8
2 files changed, 8 insertions, 7 deletions
diff --git a/ftp/fmirror/Makefile b/ftp/fmirror/Makefile
index 8c50ef0f1387..001f7fcd4335 100644
--- a/ftp/fmirror/Makefile
+++ b/ftp/fmirror/Makefile
@@ -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
diff --git a/ftp/fmirror/pkg-descr b/ftp/fmirror/pkg-descr
index 14fbd7c3e96f..62bdf348890b 100644
--- a/ftp/fmirror/pkg-descr
+++ b/ftp/fmirror/pkg-descr
@@ -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.