From owner-cvs-all@FreeBSD.ORG Mon Jun 4 07:28:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E90EB16A400; Mon, 4 Jun 2007 07:28:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DBFA513C44C; Mon, 4 Jun 2007 07:28:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l547SI9H054252; Mon, 4 Jun 2007 07:28:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l547SIpp054251; Mon, 4 Jun 2007 07:28:18 GMT (envelope-from miwi) Message-Id: <200706040728.l547SIpp054251@repoman.freebsd.org> From: Martin Wilke Date: Mon, 4 Jun 2007 07:28:18 +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/snap 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: Mon, 04 Jun 2007 07:28:19 -0000 miwi 2007-06-04 07:28:18 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/snap Makefile distinfo pkg-descr Log: snap is a tool for the management of UFS2 snapshots created by mount(8). It can maintain hourly, daily and weekly snap- shots while trying to minimize the disk space occupied. The snapshots created are labeled with their creation time, and users can create them manually. The major advantage over sysutils/freebsd-snapshot is that it uses hardlink to save diskspace, mark each snapshot with its creation time and calculates redundancy in a smart way. WWW: http://www.cs.nctu.edu.tw/ PR: ports/112482 Submitted by: Wu Chin-Hao Revision Changes Path 1.915 +1 -0 ports/sysutils/Makefile 1.1 +28 -0 ports/sysutils/snap/Makefile (new) 1.1 +3 -0 ports/sysutils/snap/distinfo (new) 1.1 +11 -0 ports/sysutils/snap/pkg-descr (new)