Port details |
- filewatcherd Daemon that watches files and runs commands when they change
- 1.0_1,1 sysutils
=2 1.0_1,1Version of this port present on the latest quarterly branch. - Maintainer: natbsd@instinctive.eu
 - Port Added: 2013-08-23 13:53:04
- Last Update: 2024-01-10 15:29:49
- Commit Hash: e4610fc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/faelys/filewatcherd/
- Description:
- filewatcherd is a daemon inspired by cron, that run commands based on file
changes instead of time.
In principle it is similar to incron, but it's simpler, more limited,
and does not depend on anything outside of FreeBSD base.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- filewatcherd>0:sysutils/filewatcherd
- To install the port:
- cd /usr/ports/sysutils/filewatcherd/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/filewatcherd
- pkg install filewatcherd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: filewatcherd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1675159234
SHA256 (faelys-filewatcherd-1.0_GH0.tar.gz) = 4b3628ab02107ed7e672f1ad2ee28dfc798782d06a548b095035b5d0a2e6ecb7
SIZE (faelys-filewatcherd-1.0_GH0.tar.gz) = 14338
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:
- sysutils_filewatcherd
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1,1 10 Jan 2024 15:29:49
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.0,1 31 Jan 2023 10:13:16
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
sysutils/filewatcherd: Update to 1.0
Fix build on arm/arm64:
Don't use char to store the return value of getopt_long, use int instead.
ChangeLog: https://github.com/faelys/filewatcherd/releases/tag/1.0
See also: https://github.com/faelys/filewatcherd/issues/5
PR: 268793
MFH: 2023Q1 (build fixes) |
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) |
1.0.b3,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 ) |
1.0.b3,1 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.b3,1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.0.b3,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.b3,1 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
1.0.b3,1 13 Feb 2017 16:38:32
  |
mat  |
Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.
Sponsored by: Absolight |
1.0b3 20 Oct 2015 03:54:06
  |
koobs  |
sysutils/filewatcherd: Update to 1.0-beta3
- Update PORTVERSION and distinfo checksum
- Reset PORTREVISION
This update unbreaks use on FreeBSD versions > 10 and adds man pages
for filewatcherd(8) and and watchtab(5).
While I'm here:
- Add LICENSE_FILE
PR: 203881
Submitted by: Natacha Porte <natbsd instinctive eu> (maintainer)
MFH: 2015Q4 |
1.0b2_1 07 May 2015 20:24:16
  |
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0b2_1 14 Feb 2014 10:29:00
  |
bapt  |
Really fix pkg-message
Submitted by: Natacha Porte (maintainer)
Pointyhat to: bapt |
1.0b2_1 14 Feb 2014 09:43:31
  |
bapt  |
Fix license
Fix pkg-message
Do not show message in post-install, the stage is already taking care of doing
it
Approved by: Natacha Porte <natbsd@instinctive.eu> |
1.0b2 03 Oct 2013 14:11:08
  |
bapt  |
Update to version 1.0-beta2
Fix build without gcc
Support staging
PR: ports/182225
Submitted by: Natacha Porte <natbsd@instinctive.eu> (maintainer, upstream) |
1.0b1 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0b1 23 Aug 2013 13:52:39
  |
wg  |
filewatcherd is a daemon inspired by cron, that run commands based on file
changes instead of time.
In principle it is similar to incron, but it's simpler, more limited,
and does not depend on anything outside of FreeBSD base.
WWW: https://github.com/faelys/filewatcherd/
PR: ports/181485
Submitted by: Natacha Porte <natbsd instinctive.eu> |