Add freedt 0.17, an experimental reimplementation of Dan

Bernstein's daemontools.

PR:		52681
Submitted by:	Tim Bishop <tim@bishnet.net>
This commit is contained in:
Will Andrews 2003-06-03 02:21:53 +00:00
parent 98b111e902
commit 5f1a602f7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82087
5 changed files with 56 additions and 0 deletions

View File

@ -87,6 +87,7 @@
SUBDIR += fontedit
SUBDIR += fonteditfs
SUBDIR += fortunelock
SUBDIR += freedt
SUBDIR += freesbie
SUBDIR += fsck_ext2fs
SUBDIR += ftrace

18
sysutils/freedt/Makefile Normal file
View File

@ -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>

1
sysutils/freedt/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (freedt-0.17.tar.gz) = dd3bb565517d988fd98a3e24289dbbed

20
sysutils/freedt/pkg-descr Normal file
View File

@ -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

16
sysutils/freedt/pkg-plist Normal file
View File

@ -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