FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Submitted by: Pedro Giffuni <m230761@ingenieria.ingsala.unal.edu.co>
CATEGORIES+= -> CATEGORIES=
Removed pre-install target. (What it did was mkdir ${PREFIX}/bin, etc.
which is now done by mtree.)
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!
NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(),
which, according to the comments, is a replacement of setpwfile(), which
according to the manpage of getpwent(), is deprecated.