summary refs log tree commit diff
path: root/sysutils
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
committerJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
commit97eb0074b135b2636d84ff503988e3d76803ddcc (patch)
treeb7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /sysutils
parentUpdate catsit to 1.4 (diff)
downloadports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz
ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/catsit/Makefile28
-rw-r--r--sysutils/catsit/distinfo3
-rw-r--r--sysutils/catsit/pkg-descr5
3 files changed, 0 insertions, 36 deletions
diff --git a/sysutils/catsit/Makefile b/sysutils/catsit/Makefile
deleted file mode 100644
index c65563f..0000000
--- a/sysutils/catsit/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-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 <bsd.port.mk>
diff --git a/sysutils/catsit/distinfo b/sysutils/catsit/distinfo
deleted file mode 100644
index 964fc35..0000000
--- a/sysutils/catsit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1632937248
-SHA256 (catsit-1.4.tar.gz) = 8326ef2e9312092cdf121c6ba3df7b93f8228fca5b514e6b05b98c848535e4d8
-SIZE (catsit-1.4.tar.gz) = 24341
diff --git a/sysutils/catsit/pkg-descr b/sysutils/catsit/pkg-descr
deleted file mode 100644
index 132a488..0000000
--- a/sysutils/catsit/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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/