aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfvers
Commit message (Collapse)AuthorAgeFilesLines
* 2011-10-03 sysutils/cfvers: Dead upstream, author disowns it, use git/hg insteadChris Rees2011-10-044-92/+0
| | | | | | | | PR: ports/160375 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=282930
* Deprecate, upstream dead and author disowns it.Chris Rees2011-09-031-0/+4
| | | | | | | | PR: ports/160375 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=281100
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to workMark Linimon2008-08-201-1/+1
| | | | | | | | | on FreeBSD at the moment. Hat: portmgr Notes: svn path=/head/; revision=218899
* - Update to 0.5.4Cheng-Lung Sung2006-05-303-10/+14
| | | | | | | | | | - Take maintainership PR: ports/98122 Submitted by: maintainer (Nils Vogels) Notes: svn path=/head/; revision=163953
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* Fix the py-PySQLite dependency.Joe Marcus Clarke2005-03-141-1/+1
| | | | | | | | Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Reported by: Kris' makeindex script Notes: svn path=/head/; revision=131149
* Add missing directoriesKris Kennaway2004-11-261-0/+2
| | | | Notes: svn path=/head/; revision=122445
* - Fix brekage caused by a typo in PYTHON_SITELIBDIRSergei Kolobov2004-10-151-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=119483
* Add cfvers-0.4.6:Sergei Kolobov2004-10-124-0/+85
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> Notes: svn path=/head/; revision=118857