Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
330 B
Text
14 lines
330 B
Text
This module implements remote procedure call. I've tried to keep things simple.
|
|
|
|
So this module should be:
|
|
- quite simple to use (thanks to autoload mechanisms)
|
|
- lightweight
|
|
|
|
It sure is not:
|
|
- DCE
|
|
- CORBA
|
|
- bulletproof
|
|
- securityproof
|
|
- foolproof
|
|
|
|
But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
|