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.
- add a simple rc.d script
- move files/patch to post-patch:
o in6 part incorporated upstream
o LOG_FTP handled in post-patch already
o tzset() now handled in post-patch
Submitted by: infofarmer
Feature safe: yes
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
${DOCSDIR}/CHANGES for more info.
Install a few of the included document files (CHANGES, README, and
README.security).
PR: ports/108929
Submitted by: chinsan (upgrade)