Date: Tue, 25 Apr 2006 01:55:02 +0000 (UTC) From: Jean Milanez Melo <jmelo@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/fswatch Makefile distinfo pkg-descr ports/security/fswatch/files pkg-message.in Message-ID: <200604250155.k3P1t2Nk094776@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmelo 2006-04-25 01:55:02 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/fswatch Makefile distinfo pkg-descr security/fswatch/files pkg-message.in Log: - New port: 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) Revision Changes Path 1.744 +1 -0 ports/security/Makefile 1.1 +36 -0 ports/security/fswatch/Makefile (new) 1.1 +3 -0 ports/security/fswatch/distinfo (new) 1.1 +12 -0 ports/security/fswatch/files/pkg-message.in (new) 1.1 +21 -0 ports/security/fswatch/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604250155.k3P1t2Nk094776>