aboutsummaryrefslogtreecommitdiff
path: root/security/fswatch
Commit message (Collapse)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - New port:Jean Milanez Melo2006-04-254-0/+72
fswatch is a utility to guard changes in a file system. fswatch is composed of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file system information database. fswcmp compairs two database files and returns what changes a in file system have been introduced. fswshow shows contents of database file. a file information database is platform independend. fswatch can collect the following information about files (and directories): inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can show which files were added, deleted or changed. PR: ports/95973 Submitted by: dominik karczmarski <dominik@karczmarski.com> (maintainer) Reworked by: jmelo Approved by: mnag (mentor) Notes: svn path=/head/; revision=160406