diff options
Diffstat (limited to 'sysutils/freedt')
-rw-r--r-- | sysutils/freedt/Makefile | 8 | ||||
-rw-r--r-- | sysutils/freedt/distinfo | 5 | ||||
-rw-r--r-- | sysutils/freedt/pkg-descr | 26 |
3 files changed, 17 insertions, 22 deletions
diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile index ba83da14bda3..64827b1d2b36 100644 --- a/sysutils/freedt/Makefile +++ b/sysutils/freedt/Makefile @@ -1,15 +1,17 @@ PORTNAME= freedt -PORTVERSION= 23 +PORTVERSION= 24 CATEGORIES= sysutils MASTER_SITES= http://offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ MAINTAINER= tdb@FreeBSD.org -COMMENT= Experimental reimplementation of Dan Bernstein's daemontools +COMMENT= Reimplementation of Dan Bernstein's daemontools WWW= https://offog.org/code/freedt.html -CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid +LICENSE= ISCL GNU_CONFIGURE= yes +CONFLICTS= daemontools daemontools-encore ucspi-tcp # bin/argv0 bin/envdir bin/envuidgid + .include <bsd.port.mk> diff --git a/sysutils/freedt/distinfo b/sysutils/freedt/distinfo index bbfc87e99ae5..77e02ebf4d2d 100644 --- a/sysutils/freedt/distinfo +++ b/sysutils/freedt/distinfo @@ -1,2 +1,3 @@ -SHA256 (freedt-23.tar.gz) = b0176d6f3c290f3d281804b61906b91f332801109ec8c991689c4113a028e42c -SIZE (freedt-23.tar.gz) = 106539 +TIMESTAMP = 1752068464 +SHA256 (freedt-24.tar.gz) = 06e713aeac29037f02e6cea5e92de5daf6364b8da31d9fc46440ecc8e8274d7c +SIZE (freedt-24.tar.gz) = 118129 diff --git a/sysutils/freedt/pkg-descr b/sysutils/freedt/pkg-descr index 64ce5e55b3f2..d36ff81641be 100644 --- a/sysutils/freedt/pkg-descr +++ b/sysutils/freedt/pkg-descr @@ -1,18 +1,10 @@ -A reimplementation of Dan Bernstein's daemontools under the GNU GPL, -sharing no code with the original implementation. +freedt is a service supervision framework for POSIX operating +systems. Most of the tools are independent reimplementations of Dan +Bernstein's daemontools. -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. +It currently includes feature-equivalent replacements for argv0, +envdir, envuidgid, setlock, setuidgid, softlimit, supervise, svc, +svok, svscan, svstat and recordio. It also includes anonidentd (an +dummy identd implementation), dumblog (a simple multilog replacement), +mkservice (a tool to create service directories), and ratelimit (a +bandwidth-limiting filter along the lines of recordio). |