notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
catsit Process supervisor
1.4_1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2023-04-28 16:19:16
Last Update: 2024-02-25 14:30:28
Commit Hash: 9e99dec
License: AGPLv3
WWW:
https://git.causal.agency/catsit/
Description:
The catsitd daemon is a process supervisor for FreeBSD and OpenBSD. It is designed to supervise processes with the following behavior: * The process runs in the foreground, not as a daemon. * The process logs to standard output or standard error. * The process handles errors by exiting and expects to be restarted. * The process indicates its reason for exiting with sysexits(3).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/catsit-1.4_1/catalog.mk
  2. /usr/local/share/licenses/catsit-1.4_1/LICENSE
  3. /usr/local/share/licenses/catsit-1.4_1/AGPLv3
  4. bin/catsit-timer
  5. bin/catsit-watch
  6. etc/catsit.conf
  7. etc/rc.d/catsitd
  8. share/man/man1/catsit-timer.1.gz
  9. share/man/man1/catsit-watch.1.gz
  10. share/man/man5/catsit.conf.5.gz
  11. share/man/man8/catsit.8.gz
  12. share/man/man8/catsitd.8.gz
  13. sbin/catsit
  14. sbin/catsitd
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • catsit>0:sysutils/catsit
To install the port:
cd /usr/ports/sysutils/catsit/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/catsit
  • pkg install catsit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: catsit
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1662382917 SHA256 (catsit-1.4.tar.gz) = 8326ef2e9312092cdf121c6ba3df7b93f8228fca5b514e6b05b98c848535e4d8 SIZE (catsit-1.4.tar.gz) = 24341

Packages (timestamps in pop-ups are UTC):
catsit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4_11.4_1-1.4_11.4_1---
FreeBSD:13:quarterly1.4_11.4_11.41.4_11.4_11.41.41.4
FreeBSD:14:latest1.4_11.4_1-1.4_11.4_11.4-1.4
FreeBSD:14:quarterly1.41.4_1-1.41.4_11.41.41.4
FreeBSD:15:latest1.4_11.4_1n/a1.4n/a1.41.41.4
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_catsit
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.causal.agency/catsit/snapshot/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4_1
25 Feb 2024 14:30:28
commit hash: 9e99dec15e183396b79121f783d7157893e8eedbcommit hash: 9e99dec15e183396b79121f783d7157893e8eedbcommit hash: 9e99dec15e183396b79121f783d7157893e8eedbcommit hash: 9e99dec15e183396b79121f783d7157893e8eedb files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/catsit: Moved man to share/man

Approved by:    portmgr (blanket)
1.4
28 Apr 2023 16:17:28
commit hash: e4b07a2d01bc0a1a022b752296ffa7e90dc7b5f4commit hash: e4b07a2d01bc0a1a022b752296ffa7e90dc7b5f4commit hash: e4b07a2d01bc0a1a022b752296ffa7e90dc7b5f4commit hash: e4b07a2d01bc0a1a022b752296ffa7e90dc7b5f4 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
sysutils/catsit: New port: Process supervisor

The catsitd daemon is a process supervisor for FreeBSD and OpenBSD.
It is designed to supervise processes with the following behavior:

* The process runs in the foreground, not as a daemon.
* The process logs to standard output or standard error.
* The process handles errors by exiting and expects to be
  restarted.
* The process indicates its reason for exiting with sysexits(3).

WWW: https://git.causal.agency/catsit/

PR:		266233

Number of commits found: 2