Hi nachodog,
So close. . . I installed DarwinPorts. Should I go to any special directory in the terminal?
Here is what I ended up with. . .
ndog:~ ndog$ sudo port install htmldoc Password: sudo: port: command not found ndog:~ ndog$
I think port is usually installed in /opt/local/bin, which isn't on the root path. Try: sudo /opt/local/bin/port install htmldoc
If that doesn't work, the following command will search for port: find / -name port -print
Later, Chris.
P.S. You'll probably need to add /opt/local/bin to your path, as everything DarwinPorts installed is put there. I think.