DEPRECATED: Dead upstream, author disowns it, use git/hg instead This port expired on: 2011-10-03 Configuration versioning system
There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: 12 Oct 2004 08:30:36 Also Listed In:devel License: not specified in port
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/
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
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 <janos.mohacsi@bsd.hu>