From owner-cvs-all@FreeBSD.ORG Fri Jun 19 05:29:46 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D09F71065670; Fri, 19 Jun 2009 05:29:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE85B8FC0A; Fri, 19 Jun 2009 05:29:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5J5TkFN069618; Fri, 19 Jun 2009 05:29:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5J5TkmE069617; Fri, 19 Jun 2009 05:29:46 GMT (envelope-from miwi) Message-Id: <200906190529.n5J5TkmE069617@repoman.freebsd.org> From: Martin Wilke Date: Fri, 19 Jun 2009 05:29:46 +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/sysutils Makefile ports/sysutils/rdup Makefile distinfo pkg-descr ports/sysutils/rdup/files patch-GNUmakefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 05:29:47 -0000 miwi 2009-06-19 05:29:46 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/rdup Makefile distinfo pkg-descr sysutils/rdup/files patch-GNUmakefile.in patch-configure Log: rdup is a utility inspired by rsync and the Plan9 way of doing backups. rdup itself does not backup anything; it only prints a list of the names of files that have changed since the last backup. It also handles files that are removed, allowing for correct incremental backups. Example scripts that implement a backup strategy are included. (These scripts require GNU date and cp, which are not installed by this FreeBSD port.) WWW: http://miek.nl/projects/rdup PR: ports/135532 Submitted by: corky1951 at comcast.net Revision Changes Path 1.1112 +1 -0 ports/sysutils/Makefile 1.1 +57 -0 ports/sysutils/rdup/Makefile (new) 1.1 +3 -0 ports/sysutils/rdup/distinfo (new) 1.1 +37 -0 ports/sysutils/rdup/files/patch-GNUmakefile.in (new) 1.1 +20 -0 ports/sysutils/rdup/files/patch-configure (new) 1.1 +11 -0 ports/sysutils/rdup/pkg-descr (new)