summaryrefslogtreecommitdiffstats
path: root/sysutils/timelimit
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-06-08 23:07:13 +0000
committerroam <roam@FreeBSD.org>2001-06-08 23:07:13 +0000
commitc8c05ea8a9d759b324e1749c7b1f2de4fa5616bd (patch)
tree56c9d0942f6f5def598188394d61351ff50ecd5e /sysutils/timelimit
parentb1e4d6cb96350d160f3f0e8eb74086220b143e9c (diff)
downloadFreeBSD-ports-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.zip
FreeBSD-ports-c8c05ea8a9d759b324e1749c7b1f2de4fa5616bd.tar.gz
timelimit executes a command and terminates the spawned process
after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. WWW: http://ringwraith.online.bg/devel/sys/timelimit/ Author: Peter Pentchev <roam@orbitel.bg>
Diffstat (limited to 'sysutils/timelimit')
-rw-r--r--sysutils/timelimit/Makefile22
-rw-r--r--sysutils/timelimit/distinfo1
-rw-r--r--sysutils/timelimit/pkg-comment1
-rw-r--r--sysutils/timelimit/pkg-descr7
-rw-r--r--sysutils/timelimit/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile
new file mode 100644
index 0000000..96505a7
--- /dev/null
+++ b/sysutils/timelimit/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: timelimit
+# Date created: 9 June 2001
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= timelimit
+PORTVERSION= 1.0.b3
+CATEGORIES= sysutils
+MASTER_SITES= http://ringwraith.online.bg/~roam/devel/sys/timelimit/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
+
+MAINTAINER= roam@FreeBSD.org
+
+MAN8= timelimit.8
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/timelimit.8 ${PREFIX}/man/man8/
+
+.include <bsd.port.mk>
diff --git a/sysutils/timelimit/distinfo b/sysutils/timelimit/distinfo
new file mode 100644
index 0000000..a559969
--- /dev/null
+++ b/sysutils/timelimit/distinfo
@@ -0,0 +1 @@
+MD5 (timelimit-1.0pre3.tar.gz) = 3885571bc4fe10b0eb80e35544333a7c
diff --git a/sysutils/timelimit/pkg-comment b/sysutils/timelimit/pkg-comment
new file mode 100644
index 0000000..ff985f4
--- /dev/null
+++ b/sysutils/timelimit/pkg-comment
@@ -0,0 +1 @@
+Limit the absolute execution time of a process
diff --git a/sysutils/timelimit/pkg-descr b/sysutils/timelimit/pkg-descr
new file mode 100644
index 0000000..adf05b7
--- /dev/null
+++ b/sysutils/timelimit/pkg-descr
@@ -0,0 +1,7 @@
+timelimit executes a command and terminates the spawned process
+after a given time with a given signal. A 'warning' signal
+is sent first, then, after a timeout, a 'kill' signal, similar
+to the way init(8) operates on shutdown.
+
+WWW: http://ringwraith.online.bg/devel/sys/timelimit/
+Author: Peter Pentchev <roam@orbitel.bg>
diff --git a/sysutils/timelimit/pkg-plist b/sysutils/timelimit/pkg-plist
new file mode 100644
index 0000000..0316a7b
--- /dev/null
+++ b/sysutils/timelimit/pkg-plist
@@ -0,0 +1 @@
+bin/timelimit
OpenPOWER on IntegriCloud