summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenBSD/sysutils/catsit/Makefile25
-rw-r--r--OpenBSD/sysutils/catsit/distinfo2
-rw-r--r--OpenBSD/sysutils/catsit/pkg/DESCR5
-rw-r--r--OpenBSD/sysutils/catsit/pkg/PLIST11
4 files changed, 43 insertions, 0 deletions
diff --git a/OpenBSD/sysutils/catsit/Makefile b/OpenBSD/sysutils/catsit/Makefile
new file mode 100644
index 0000000..a26f6a8
--- /dev/null
+++ b/OpenBSD/sysutils/catsit/Makefile
@@ -0,0 +1,25 @@
+# $OpenBSD$
+
+COMMENT =	process supervisor
+DISTNAME =	catsit-1.4
+CATEGORIES =	sysutils
+HOMEPAGE =	https://git.causal.agency/catsit/about/
+MAINTAINER =		june@causal.agency
+
+# AGPLv3+
+PERMIT_PACKAGE =	Yes
+
+# uses pledge() and unveil()
+WANTLIB =		c
+
+MASTER_SITES =		https://git.causal.agency/catsit/snapshot/
+
+# C11
+COMPILER =	base-clang ports-gcc
+COMPILER_LANGS =	c
+
+NO_TEST =		Yes
+
+FAKE_FLAGS =	PREFIX=${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/OpenBSD/sysutils/catsit/distinfo b/OpenBSD/sysutils/catsit/distinfo
new file mode 100644
index 0000000..f88d44d
--- /dev/null
+++ b/OpenBSD/sysutils/catsit/distinfo
@@ -0,0 +1,2 @@
+SHA256 (catsit-1.4.tar.gz) = gybvLpMSCSzfEhxro997k/gij8pbUU5rBbmMhIU15Ng=
+SIZE (catsit-1.4.tar.gz) = 24341
diff --git a/OpenBSD/sysutils/catsit/pkg/DESCR b/OpenBSD/sysutils/catsit/pkg/DESCR
new file mode 100644
index 0000000..3b65708
--- /dev/null
+++ b/OpenBSD/sysutils/catsit/pkg/DESCR
@@ -0,0 +1,5 @@
+catsit is a process supervisor for FreeBSD and OpenBSD.  The catsitd
+daemon spawns processes for a list of services, redirects their
+output to syslog, and restarts the processes when they exit according
+to their exit status.  Exponential backoff is applied to automatic
+restarts.
diff --git a/OpenBSD/sysutils/catsit/pkg/PLIST b/OpenBSD/sysutils/catsit/pkg/PLIST
new file mode 100644
index 0000000..bf46141
--- /dev/null
+++ b/OpenBSD/sysutils/catsit/pkg/PLIST
@@ -0,0 +1,11 @@
+@comment $OpenBSD: PLIST,v$
+@rcscript ${RCDIR}/catsitd
+@bin bin/catsit-timer
+@bin bin/catsit-watch
+@man man/man1/catsit-timer.1
+@man man/man1/catsit-watch.1
+@man man/man5/catsit.conf.5
+@man man/man8/catsit.8
+@man man/man8/catsitd.8
+sbin/catsit
+@bin sbin/catsitd
mit/ui-ssdiff.c?h=1.3.0&id=5bd7e9bc1b6749bbb5220d6c3a990469a7b839ae&follow=1'>ui-ssdiff: resolve HTML5 validation errorsChris Mayo 2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld 2019-01-02ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld 2018-12-09git: update to v2.20.0Christian Hesse 2018-11-25ui-blame: set repo for sbJason A. Donenfeld 2018-11-25auth-filter: pass url with query string attachedJason A. Donenfeld 2018-11-21git: use xz compressed archive for downloadChristian Hesse 2018-10-12git: update to v2.19.1Christian Hesse 2018-09-11ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev