From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- FreeBSD/sysutils/catsit/Makefile | 28 ++++++++++++++++++++++++++++ FreeBSD/sysutils/catsit/distinfo | 3 +++ FreeBSD/sysutils/catsit/pkg-descr | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 FreeBSD/sysutils/catsit/Makefile create mode 100644 FreeBSD/sysutils/catsit/distinfo create mode 100644 FreeBSD/sysutils/catsit/pkg-descr (limited to 'FreeBSD/sysutils') diff --git a/FreeBSD/sysutils/catsit/Makefile b/FreeBSD/sysutils/catsit/Makefile new file mode 100644 index 0000000..c65563f --- /dev/null +++ b/FreeBSD/sysutils/catsit/Makefile @@ -0,0 +1,28 @@ +PORTNAME= catsit +DISTVERSION= 1.4 +CATEGORIES= sysutils +MASTER_SITES= https://git.causal.agency/catsit/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= Process supervisor + +LICENSE= AGPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +PLIST_FILES= bin/catsit-timer \ + bin/catsit-watch \ + etc/rc.d/catsitd \ + man/man1/catsit-timer.1.gz \ + man/man1/catsit-watch.1.gz \ + man/man5/catsit.conf.5.gz \ + man/man8/catsit.8.gz \ + man/man8/catsitd.8.gz \ + sbin/catsit \ + sbin/catsitd + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-timer + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-watch + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/catsitd + +.include diff --git a/FreeBSD/sysutils/catsit/distinfo b/FreeBSD/sysutils/catsit/distinfo new file mode 100644 index 0000000..964fc35 --- /dev/null +++ b/FreeBSD/sysutils/catsit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632937248 +SHA256 (catsit-1.4.tar.gz) = 8326ef2e9312092cdf121c6ba3df7b93f8228fca5b514e6b05b98c848535e4d8 +SIZE (catsit-1.4.tar.gz) = 24341 diff --git a/FreeBSD/sysutils/catsit/pkg-descr b/FreeBSD/sysutils/catsit/pkg-descr new file mode 100644 index 0000000..132a488 --- /dev/null +++ b/FreeBSD/sysutils/catsit/pkg-descr @@ -0,0 +1,5 @@ +catsit is a process supervisor for processes which run in the +foreground, log to standard output or standard error, handle errors by +exiting and expect to be restarted. + +WWW: https://git.causal.agency/catsit/ -- cgit 1.4.1