Port details |
- incron Handle filesystem-events the way cron handles time ones
- 2017.11.13_3 sysutils =4 2017.11.13_3Version of this port present on the latest quarterly branch.
- Maintainer: joh.hendriks@gmail.com
- Port Added: 2017-11-13 02:03:42
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: indexinfo, isc-cron, monit, libevent, gnupg1
- License: GPLv2 LGPL21 MIT
- WWW:
- https://inotify.aiken.cz/?section=incron&page=about
- Description:
- This program is an "inotify cron" system. It consists of a daemon
and a table manipulator. You can use it a similar way as the regular
cron. The difference is that the inotify cron handles filesystem
events rather than time periods.
Written to use (and named after) Linux' "inotify", on BSD it uses
the libinotify compatibility layer.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/incron/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/incron
- pkg install incron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: incron
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1510626304
SHA256 (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = f8412a278ed323721ca04eaca8191fba7184a5b39a6bb2286dd9c7fbedb83286
SIZE (ar--incron-2017-11-13-81421d3a8bde0989d7e167d8a814d5232896c930_GH0.tar.gz) = 339574
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libinotify.so : devel/libinotify
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_incron
- USES:
- compiler localbase:ldflags
- 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 |
2017.11.13_3 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2017.11.13_3 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
2017.11.13_2 13 Aug 2023 16:41:05 |
Fernando Apesteguía (fernape) Author: Trenton Schulz |
sysutils/incron: fix dependency on hard-coded /bin/bash
PR: 272800
Reported by: trueos@norwegianrockcat.com
Approved by: joh.hendriks@gmail.com (maintainer, timeout > 2 weeks) |
2017.11.13_1 05 Aug 2023 11:53:18 |
Muhammad Moinur Rahman (bofh) |
sysutils/incron: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2017.11.13_1 10 Jun 2023 17:14:07 |
Muhammad Moinur Rahman (bofh) |
sysutils/incron: Fix build with llvm15
- Remove legacy codes related to gcc42
- Pet portclippy
- Utilize USES=localbase
Approved by: portmgr (blanket) |
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) |
2017.11.13_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 ) |
2017.11.13_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 ) |
2017.11.13_1 12 May 2021 11:55:45 |
Dmitry Marakasov (amdmi3) |
sysutils/incron: fix plist (@sample)
Approved by: portmgr blanket |
2017.11.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2017.11.13_1 25 Jul 2019 02:33:13 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
In some cases we only need to specifically test for "are we on the ancient
base gcc", e.g, the usage of 'pragma'.
While here, in some cases turn off SSE functions more specifically based
on ARCH, and turn off -mtune=generic everywhere. These are part of a
larger work in progress; these commits are for ports that would have
been touched by the the powerpc-on-clang test regardless.
Approved by: portmgr (tier-2 blanket) |
2017.11.13_1 30 Apr 2019 13:03:53 |
mat |
cleanup USE_GITHUB usage. |
2017.11.13_1 28 Oct 2018 10:58:47 |
linimon |
Fix build on GCC-based architectures.
PR: 232529
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2017.11.13_1 26 Sep 2018 13:13:49 |
linimon |
Fix error messages on tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
2017.11.13_1 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2017.11.13_1 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2017.11.13_1 14 Nov 2017 16:13:24 |
mi |
Hand over maintainership to the first confirmed user of the new port. |
2017.11.13_1 14 Nov 2017 15:07:32 |
mi |
Add the service-start script graciously
Submitted by: Johan Hendriks
(Do not know, how it escaped me to make one up myself.) |
2017.11.13 14 Nov 2017 02:30:17 |
mi |
Upgrade to the new upstream version, which includes my PR explicitly
including <stdlib.h> for the sake of daemon(3). Somehow this is
not necessary on 12.x, where I was testing.
The upstream was remarkably quick to merge the PR.
Reported by: pkg-fallout@ |
2017.10.30 13 Nov 2017 03:35:15 |
mi |
Fix a typo in comment.
Reported by: adamw |
2017.10.30 13 Nov 2017 02:03:34 |
mi |
Add port of Linux incron(d) -- the daemon can watch
multiple paths and do things, when any filesystem
changes are detected.
Written for Linux' inotify, it was ported using the
libinotify.
Sponsored by: Virtual Estates, Inc. |