From owner-cvs-all@FreeBSD.ORG Thu Aug 31 15:41:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8B9716A535; Thu, 31 Aug 2006 15:41:52 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720B343D4C; Thu, 31 Aug 2006 15:41:52 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7VFfq0K054470; Thu, 31 Aug 2006 15:41:52 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7VFfqLE054469; Thu, 31 Aug 2006 15:41:52 GMT (envelope-from sat) Message-Id: <200608311541.k7VFfqLE054469@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 31 Aug 2006 15:41:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp Makefile ports/ftp/ftpsync Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 15:41:52 -0000 sat 2006-08-31 15:41:52 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/ftpsync Makefile distinfo pkg-descr Log: Add port ftp/ftpsync: ftpsync.pl synchronizes a local directory tree and a remote FTP directory tree. It was initally written to automize web publishing, but might be useful for some other purposes, like mirroring not-too-large public sites, data replication, and more. WWW: http://ftpsync.sourceforge.net/ Author: Christoph Lechleitner Revision Changes Path 1.119 +1 -0 ports/ftp/Makefile 1.1 +32 -0 ports/ftp/ftpsync/Makefile (new) 1.1 +3 -0 ports/ftp/ftpsync/distinfo (new) 1.1 +7 -0 ports/ftp/ftpsync/pkg-descr (new)