From owner-svn-ports-all@FreeBSD.ORG Mon Apr 13 11:39:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB9ED804; Mon, 13 Apr 2015 11:39:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDF01AEA; Mon, 13 Apr 2015 11:39:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3DBdFKC040611; Mon, 13 Apr 2015 11:39:15 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3DBdFKi040607; Mon, 13 Apr 2015 11:39:15 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201504131139.t3DBdFKi040607@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 13 Apr 2015 11:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383909 - head/ftp/fmirror X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 11:39:16 -0000 Author: danfe Date: Mon Apr 13 11:39:14 2015 New Revision: 383909 URL: https://svnweb.freebsd.org/changeset/ports/383909 Log: - Unbreak by providing working mastersite; add LICENSE (GPLv2) - Shorten COMMENT and reformat port description while I'm here PR: 199330 Submitted by: Chris Hutchinson Modified: head/ftp/fmirror/Makefile head/ftp/fmirror/pkg-descr Modified: head/ftp/fmirror/Makefile ============================================================================== --- head/ftp/fmirror/Makefile Mon Apr 13 11:06:27 2015 (r383908) +++ head/ftp/fmirror/Makefile Mon Apr 13 11:39:14 2015 (r383909) @@ -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 Modified: head/ftp/fmirror/pkg-descr ============================================================================== --- head/ftp/fmirror/pkg-descr Mon Apr 13 11:06:27 2015 (r383908) +++ head/ftp/fmirror/pkg-descr Mon Apr 13 11:39:14 2015 (r383909) @@ -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.