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>
2004-10-12 10:23:52 +02:00
|
|
|
@comment $FreeBSD$
|
|
|
|
bin/cfv
|
|
|
|
bin/cfvadmin
|
2006-05-30 11:29:48 +02:00
|
|
|
sbin/cfversd
|
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>
2004-10-12 10:23:52 +02:00
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/__init__.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/__init__.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/__init__.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/sql.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/sql.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/sql.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_sqlite.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_sqlite.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_sqlite.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_postgresql.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_postgresql.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/repository/r_postgresql.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/__init__.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/__init__.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/__init__.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/main.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/main.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/main.pyo
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/cmd.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/cmd.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/cmd.pyo
|
2006-05-30 11:29:48 +02:00
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/gateway.py
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/gateway.pyc
|
|
|
|
%%PYTHON_SITELIBDIR%%/cfvers/gateway.pyo
|
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>
2004-10-12 10:23:52 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/cfv.html
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/cfvadmin.html
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/manual.html
|
2006-05-30 11:29:48 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/cfvers.conf.html
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/cfversd.conf.html
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/cfversd.html
|
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>
2004-10-12 10:23:52 +02:00
|
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
2004-11-26 01:06:09 +01:00
|
|
|
@dirrm %%PYTHON_SITELIBDIR%%/cfvers/repository/
|
|
|
|
@dirrm %%PYTHON_SITELIBDIR%%/cfvers/
|