freebsd-ports/www/devd/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

11 lines
551 B
Plaintext

Devd is a single statically compiled binary with no external dependencies.
No need to install gigantic frameworks like Node JS, just copy over the devd
binary and be done with it.
No config file, no daemonization, and logs that are designed to be read in the
terminal by a developer. Logs are colorized and log entries span multiple lines.
Devd's logs are detailed, warn about corner cases that other daemons ignore, and
can optionally include things like detailed timing information and full headers.
modd (devel/modd) is a sister-project of devd.