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.
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
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.
multiskkserv is a skk server which can search multiple
dictionaries. This server uses cdb format as the dictionary
format. cdb is the efficient and constant (i.e. cannot
add, delete, modify) database format by Dan J. Bernstein,
which I think is the appropriate format for the system-wide
constant dictionary storage.
This is very experimental.
PR: ports/60645
Submitted by: Takahiro Morishita <morishita@skywing.org>