basically what the PR suggested, although i did it somewhat
differently. (The PR was related to the previous version of Kermit
anyway.)
After asking Frank da Cruz again, i did however decide to not run the
shipped ckermit.ini (alias .kermrc) by default; the defaults of Kermit
version 7 are supposed to fit the needs of most people, so there is no
need to run the .ini file for everybody. Those who want it can still
find it in the `examples' directory (and Frank suggested users who
like to do this can easily run this as a `kerbang' script file instead
of starting the plain kermit binary).
PR: ports/14894
Submitted by: Oh Junseon <hollywar@holywar.net>
instead. The hack fell over on the Alpha architecture anyway.
Quoting Frank da Cruz <fdc@watsun.cc.columbia.edu>:
``P.S. The "default" man page is ckuker.nr. You only need to run ckuker.cpp
through "make manpage" if you are building a custom man page (like the one
that we make for HP-UX). Since FreeBSD does not have a custom man page,
there is no need to do this.''
The Kermit port is now fully Alpha-ready, too.
Add myself as the maintainer.
Remove `RESTRICTED', open-source operating systems are now allowed
to redistribute either sources as well as a binary version.
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
the user to the "dialer" group instead of making kermit sgid.
Taken from a conversation on the ports list.
Asked by: Andrew MacIntyre <andymac@bullseye.apana.org.au>
Answered by: ache
Install as sgid dialer to make able to remove stale lock files.
Degradate priv_opn function to simple open: we don't need sgid
capabilities to open devices.