Port details |
- fswatch File system checksum checker
- 0.02.b5_2 security =4 0.02.b5_2Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2006-04-25 01:55:52
- Last Update: 2024-03-21 17:10:17
- Commit Hash: e151367
- People watching this port, also watch:: sendxmpp, watchfolder, monit, nagios-certexp-plugin, logcheck
- Also Listed In: sysutils
- License: BSD3CLAUSE
- WWW:
- https://fswatch.sourceforge.net
- Description:
- fswatch:
- is a utility to guard changes in a file system.
- is composed of three simple programs: fswbuild, fswcmp, fswshow. fswbuild
builds a file system information database. fswcmp compares 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
independent.
- 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.
- is one of many similar utilities. the main difference is the configuration.
you can define different settings for every directory in a directory tree.
moreover, it is very small and fast.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fswatch>0:security/fswatch
- To install the port:
- cd /usr/ports/security/fswatch/ && make install clean
- To add the package, run one of these commands:
- pkg install security/fswatch
- pkg install fswatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fswatch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1540209992
SHA256 (fswatch-0.02beta5.tar.gz) = d042209234044655eb94a848bff65a33569c26f893d96ccde452661615b17ef5
SIZE (fswatch-0.02beta5.tar.gz) = 102934
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_fswatch
- pkg-message:
- For install:
- The default fswatch.conf checks directories:
/etc /bin /sbin /lib /libexec /usr/bin /usr/sbin /usr/lib
/usr/libexec /usr/libdata /usr/local/etc /usr/local/bin
/usr/local/sbin /usr/local/lib /usr/local/libexec
/usr/local/libdata
See fswatch(7) for more details.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.02.b5_2 21 Mar 2024 17:10:17 |
Nuno Teixeira (eduardo) |
security/fswatch: Move man pages to share/man
Approved by: portmgr (blanket) |
0.02.b5_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.02.b5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.02.b5_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.02.b5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.02.b5_1 20 Aug 2020 10:06:46 |
0mp |
Fix build on FreeBSD 13
Reported by: pkg-fallout |
0.02.b5_1 26 Feb 2020 12:48:55 |
0mp |
Just tell portscout to ignore any future versions
There are a lot of files on the website with names which are confusing
portscout. Let's just set ignore:1 as most likely there are not going to be
any further releases of this port. |
0.02.b5_1 25 Feb 2020 20:15:12 |
0mp |
Fix portscout configuration |
0.02.b5_1 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.02.b5_1 11 Apr 2019 10:27:16 |
0mp |
security/fswatch: Tell portscout to ignore a certain version |
0.02.b5_1 23 Oct 2018 17:23:02 |
0mp |
security/fswatch: Take maintainership & clean up
- Take maintainership
- Remove now empty files/
- Do not use SUB_FILES for pkg-message as there is nothing to substitute
- Set LICENSE and LICENSE_FILE
- Sort variables
- Do not set WRKSRC as it is not necessary
- Reword pkg-message
- Use @sample for a sample configuration file and bump port revision
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17669 |
0.02.b5 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.02.b5 08 Jul 2014 13:08:21 |
pawel |
- Add staging support
- Port uses GNU configure
- Switch to pkg-plist instead of PLIST_FILES
- Fix typos in pkg-descr
- Convert Makefile to normal tab style |
0.02.b5 04 Jul 2014 12:46:11 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.02.b5 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.02.b5 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.02.b5 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.02.b5 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.02.b5 25 Apr 2006 01:55:02 |
jmelo |
- 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) |