diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:21:53 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:21:53 +0000 |
commit | 5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c (patch) | |
tree | 02fb02474074d9035eb2095e1e4eead2d3836390 /sysutils | |
parent | 98b111e9025562d912aaf7a94b3b39331ce3a39a (diff) | |
download | ports-5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c.tar.gz ports-5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c.zip |
Add freedt 0.17, an experimental reimplementation of Dan
Bernstein's daemontools.
PR: 52681
Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes:
svn path=/head/; revision=82087
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/freedt/Makefile | 18 | ||||
-rw-r--r-- | sysutils/freedt/distinfo | 1 | ||||
-rw-r--r-- | sysutils/freedt/pkg-descr | 20 | ||||
-rw-r--r-- | sysutils/freedt/pkg-plist | 16 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a4eb04434957..dbc4b079b31e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -87,6 +87,7 @@ SUBDIR += fontedit SUBDIR += fonteditfs SUBDIR += fortunelock + SUBDIR += freedt SUBDIR += freesbie SUBDIR += fsck_ext2fs SUBDIR += ftrace diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile new file mode 100644 index 000000000000..e68c4ffe425e --- /dev/null +++ b/sysutils/freedt/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: freedt +# Date created: 25 May 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= freedt +PORTVERSION= 0.17 +CATEGORIES= sysutils +MASTER_SITES= http://azz.us-lot.org/files/ + +MAINTAINER= tim@bishnet.net +COMMENT= An experimental reimplementation of Dan Bernstein's daemontools + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/sysutils/freedt/distinfo b/sysutils/freedt/distinfo new file mode 100644 index 000000000000..33cb5a0119b7 --- /dev/null +++ b/sysutils/freedt/distinfo @@ -0,0 +1 @@ +MD5 (freedt-0.17.tar.gz) = dd3bb565517d988fd98a3e24289dbbed diff --git a/sysutils/freedt/pkg-descr b/sysutils/freedt/pkg-descr new file mode 100644 index 000000000000..9815e16a3378 --- /dev/null +++ b/sysutils/freedt/pkg-descr @@ -0,0 +1,20 @@ +A reimplementation of Dan Bernstein's daemontools under the GNU GPL, +sharing no code with the original implementation. + +It currently includes feature-equivalent replacements for argv0, envdir, +envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, +svstat and recordio. It also includes dumblog (a simple multilog +replacement), mkservice (a script for automatically creating service +directories), anonidentd (an anonimising identd implementation) and +ratelimit (a bandwidth-limiting filter along the lines of recordio). All +the tools include usage messages; for instance, do "ratelimit -h" for a +brief rundown of the options. + +Please note that this package is *not* a drop-in replacement for +daemontools; the internal state files in service directories are +different, and the error messages (and a few of the options) aren't +quite the same. It's also still somewhat experimental, so I'd recommend +sticking with daemontools on production systems until there's a stable +release of freedt. + +WWW: http://azz.us-lot.org/code/freedt.html diff --git a/sysutils/freedt/pkg-plist b/sysutils/freedt/pkg-plist new file mode 100644 index 000000000000..ffc5721dbbe1 --- /dev/null +++ b/sysutils/freedt/pkg-plist @@ -0,0 +1,16 @@ +bin/anonidentd +bin/argv0 +bin/dumblog +bin/envdir +bin/envuidgid +bin/mkservice +bin/ratelimit +bin/recordio +bin/setlock +bin/setuidgid +bin/softlimit +bin/supervise +bin/svc +bin/svok +bin/svscan +bin/svstat |