Port details |
- freedt Experimental reimplementation of Dan Bernstein's daemontools
- 23 sysutils =3 23Version of this port present on the latest quarterly branch.
- Maintainer: tdb@FreeBSD.org
- Port Added: 2003-06-03 02:22:51
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- License: not specified in port
- WWW:
- https://offog.org/code/freedt.html
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- daemontools
- daemontools-encore
- ucspi-tcp
- To install the port:
- cd /usr/ports/sysutils/freedt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/freedt
- pkg install freedt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: freedt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (freedt-23.tar.gz) = b0176d6f3c290f3d281804b61906b91f332801109ec8c991689c4113a028e42c
SIZE (freedt-23.tar.gz) = 106539
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_freedt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 22
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
23 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
23 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
23 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
23 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
23 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
23 04 Sep 2014 11:12:08 |
tdb |
Update to version 23. |
0.22 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
0.22 13 May 2014 14:22:57 |
tdb |
Remove ftp://ftp.i-scream.org/ master site. The http equivalent still
exists. Also remove DIST_SUBDIR where there's no need to have it. |
0.22 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.22 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.22 01 Jul 2012 20:06:04 |
jgh |
- add conflicts against daemontools
PR: ports/168608
Reported by: madis555@hot.ee
Submitted by: jgh@ |
0.22 17 Jun 2011 17:17:11 |
tdb |
- Update freedt to 0.22 |
0.21 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.21 01 Dec 2005 16:50:07 |
tdb |
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor) |
0.21 10 Mar 2005 14:11:20 |
sem |
- Update to 0.21
PR: ports/78604
Submitted by: maintainer |
0.20 10 Jan 2005 21:23:58 |
sem |
- Update to 0.20
PR: ports/75919
Submitted by: maintainer |
0.19 14 Nov 2004 21:08:32 |
thierry |
- Update to 0.19;
- Update MASTER_SITES.
PR: ports/73944
Submitted by: maintainer. |
0.18 07 Feb 2004 17:01:39 |
pav |
- Use SIZE
PR: ports/62483
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
0.18 30 Aug 2003 17:13:50 |
krion |
- Fix MASTER_SITES
PR: 56201
Submitted by: maintainer |
0.18 17 Jun 2003 21:06:54 |
adamw |
Update to 0.18.
PR: ports/53410
Submitted by: Tim Bishop <tim@bishnet.net> |
0.17 03 Jun 2003 02:21:53 |
will |
Add freedt 0.17, an experimental reimplementation of Dan
Bernstein's daemontools.
PR: 52681
Submitted by: Tim Bishop <tim@bishnet.net> |
Number of commits found: 22
|