literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- renamed start script to modern format (without .sh)
- Added better example data (including pkg-message)
- utilize SUB_FILES
PR: 103153
Submitted by: paul+ports at it.ca
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
configure.
- added the *proper* MASTER_SITES back in,
- removed patch file on old Makefile (delete it),
- use DOCSDIR
PR: 61569
Submitted by: maintainer
A very small and fast DNS server made especially for DNSBL
zones. Inspired by Dan J Bernstein's rbldns from djbdns,
but entirely original (and faster and more featureful).
PR: ports/53274
Submitted by: Paul Chvostek <paul+fbsd@it.ca>