Name
makeurl — construct url's based on hostname, port.
Description
Create a self referencing URL from a filename. For example:
makeurl /tclp.gif
returns
http://[hostname]:[port]/tclp.gif
.
where hostname and port are the hostname and port of the
server in question.