From owner-cvs-ports@FreeBSD.ORG Tue Oct 12 08:23:53 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4FA16A4CE; Tue, 12 Oct 2004 08:23:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E83D43D81; Tue, 12 Oct 2004 08:23:53 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C8NrfD078256; Tue, 12 Oct 2004 08:23:53 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C8NroP078255; Tue, 12 Oct 2004 08:23:53 GMT (envelope-from sergei) Message-Id: <200410120823.i9C8NroP078255@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 12 Oct 2004 08:23:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cfvers Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:23:53 -0000 sergei 2004-10-12 08:23:53 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/cfvers Makefile distinfo pkg-descr pkg-plist Log: Add cfvers-0.4.6: cfvers is a versioning system for configuration files. It is similar to cvs and subversion, but different in its orientation toward system configuration files (think /etc), dealing with all file types and attributes. Features: - does not pollute the filesystem outside its dirs; - keeps both data and metadata (owner, group, perms, atime, mtime); - deals with all types of files (S_IFSOCK, S_IFLNK, S_IFREG, S_IFBLK, S_IFDIR, S_IFCHR, S_IFIFO); WWW: http://www.nongnu.org/cfvers/ PR: ports/72419 Submitted by: Janos Mohacsi Revision Changes Path 1.581 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/cfvers/Makefile (new) 1.1 +2 -0 ports/sysutils/cfvers/distinfo (new) 1.1 +14 -0 ports/sysutils/cfvers/pkg-descr (new) 1.1 +32 -0 ports/sysutils/cfvers/pkg-plist (new)