notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
freedt Experimental reimplementation of Dan Bernstein's daemontools
23 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 23Version of this port present on the latest quarterly branch.
Maintainer: tdb@FreeBSD.org search for ports maintained by this maintainer
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:: freeimage, dspam, python
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. bin/anonidentd
  2. bin/argv0
  3. bin/dumblog
  4. bin/envdir
  5. bin/envuidgid
  6. bin/mkservice
  7. bin/ratelimit
  8. bin/recordio
  9. bin/setlock
  10. bin/setuidgid
  11. bin/softlimit
  12. bin/supervise
  13. bin/svc
  14. bin/svok
  15. bin/svscan
  16. bin/svstat
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • freedt>0:sysutils/freedt
Conflicts:
CONFLICTS:
  • daemontools
  • daemontools-encore
  • ucspi-tcp
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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):
freedt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2323232323-23-
FreeBSD:13:quarterly2323232323232323
FreeBSD:14:latest232323232323-23
FreeBSD:14:quarterly2323-2323232323
FreeBSD:15:latest2323n/a23n/a232323
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (2 items)
Collapse this list.
  1. http://ftp.i-scream.org/pub/offog.org/files/
  2. http://offog.org/files/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
23
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
23
10 Jan 2022 15:15:39
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
23
29 Oct 2021 09:50:18
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: 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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
23
04 Sep 2014 11:12:08
Revision:367259Original commit files touched by this commit
tdb search for other commits by this committer
Update to version 23.
0.22
17 Jul 2014 08:57:51
Revision:362126Original commit files touched by this commit
olgeni search for other commits by this committer
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
Revision:353951Original commit files touched by this commit
tdb search for other commits by this committer
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
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
0.22
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.22
01 Jul 2012 20:06:04
Original commit files touched by this commit
jgh search for other commits by this committer
- add conflicts against daemontools

PR:     ports/168608
Reported by:    madis555@hot.ee
Submitted by:   jgh@
0.22
17 Jun 2011 17:17:11
Original commit files touched by this commit
tdb search for other commits by this committer
- Update freedt to 0.22
0.21
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.21
01 Dec 2005 16:50:07
Original commit files touched by this commit
tdb search for other commits by this committer
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:    clement (mentor)
0.21
10 Mar 2005 14:11:20
Original commit files touched by this commit
sem search for other commits by this committer
- Update to 0.21

PR:             ports/78604
Submitted by:   maintainer
0.20
10 Jan 2005 21:23:58
Original commit files touched by this commit
sem search for other commits by this committer
- Update to 0.20

PR:             ports/75919
Submitted by:   maintainer
0.19
14 Nov 2004 21:08:32
Original commit files touched by this commit
thierry search for other commits by this committer
- Update to 0.19;
- Update MASTER_SITES.

PR:             ports/73944
Submitted by:   maintainer.
0.18
07 Feb 2004 17:01:39
Original commit files touched by this commit
pav search for other commits by this committer
- Use SIZE

PR:             ports/62483
Submitted by:   Tim Bishop <tim@bishnet.net> (maintainer)
0.18
30 Aug 2003 17:13:50
Original commit files touched by this commit
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             56201
Submitted by:   maintainer
0.18
17 Jun 2003 21:06:54
Original commit files touched by this commit
adamw search for other commits by this committer
Update to 0.18.

PR:             ports/53410
Submitted by:   Tim Bishop <tim@bishnet.net>
0.17
03 Jun 2003 02:21:53
Original commit files touched by this commit
will search for other commits by this committer
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