diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-06-16 07:47:03 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-06-16 07:47:03 +0000 |
commit | b56ad45c7317744ee534b7b2e5441ec119558a27 (patch) | |
tree | d2c3dc44250eb75c840e009a58dbb146cb409d24 /sysutils/daemontools | |
parent | f63216ea03076a0c2b65a9166e29ed158afd13e9 (diff) | |
download | ports-b56ad45c7317744ee534b7b2e5441ec119558a27.tar.gz ports-b56ad45c7317744ee534b7b2e5441ec119558a27.zip |
PR: ports/6899
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
Import of new port sysutils/daemontools, a set of
service (daemon) monitoring and logging tools.
Notes
Notes:
svn path=/head/; revision=11446
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 26 | ||||
-rw-r--r-- | sysutils/daemontools/distinfo | 1 | ||||
-rw-r--r-- | sysutils/daemontools/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/daemontools/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/daemontools/pkg-plist | 22 |
5 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile new file mode 100644 index 000000000000..b1e0ebe2a86b --- /dev/null +++ b/sysutils/daemontools/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: daemontools +# Version required: 0.53 +# Date created: 09 June 1998 +# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> +# +# $Id$ +# + +DISTNAME= daemontools-0.53 +CATEGORIES= sysutils +MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ + +MAINTAINER= dom@myrddin.demon.co.uk + +NO_PACKAGE= Unsure of djb's license + +ALL_TARGET= it man +INSTALL_TARGET= setup + +SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ + MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" + +MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 svc.1 \ + svstat.1 tailocal.1 testfilelock.1 usually.1 + +.include <bsd.port.mk> diff --git a/sysutils/daemontools/distinfo b/sysutils/daemontools/distinfo new file mode 100644 index 000000000000..ef5761b95143 --- /dev/null +++ b/sysutils/daemontools/distinfo @@ -0,0 +1 @@ +MD5 (daemontools-0.53.tar.gz) = e9c5817525ea138e8a143392b3ea8f6a diff --git a/sysutils/daemontools/pkg-comment b/sysutils/daemontools/pkg-comment new file mode 100644 index 000000000000..b16b2b14391c --- /dev/null +++ b/sysutils/daemontools/pkg-comment @@ -0,0 +1 @@ +Service monitoring and logging utilities by djb. diff --git a/sysutils/daemontools/pkg-descr b/sysutils/daemontools/pkg-descr new file mode 100644 index 000000000000..05d73619d6b6 --- /dev/null +++ b/sysutils/daemontools/pkg-descr @@ -0,0 +1,7 @@ +Daemontools is a small set of /very/ useful utilities, from Dan +Bernstein. They are mainly used for controlling processes, and +maintaining logfiles. + +See http://pobox.com/~djb/daemontools.html for more info. + +-Dom <dom@myrddin.demon.co.uk> diff --git a/sysutils/daemontools/pkg-plist b/sysutils/daemontools/pkg-plist new file mode 100644 index 000000000000..95b6c7fabd8a --- /dev/null +++ b/sysutils/daemontools/pkg-plist @@ -0,0 +1,22 @@ +bin/supervise +bin/svc +bin/svstat +bin/testfilelock +bin/fifo +bin/cyclog +bin/errorsto +bin/usually +bin/accustamp +bin/tailocal +bin/setuser +man/man1/supervise.1.gz +man/man1/svc.1.gz +man/man1/svstat.1.gz +man/man1/testfilelock.1.gz +man/man1/fifo.1.gz +man/man1/cyclog.1.gz +man/man1/errorsto.1.gz +man/man1/usually.1.gz +man/man1/accustamp.1.gz +man/man1/tailocal.1.gz +man/man1/setuser.1.gz |