fb16dfecae
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)
7 lines
392 B
Text
7 lines
392 B
Text
This module implements the C3 algorithm. I have broken this out
|
|
into it's own module because I found myself copying and pasting
|
|
it way too often for various needs. Most of the uses I have for
|
|
C3 revolve around class building and metamodels, but it could
|
|
also be used for things like dependency resolution as well since
|
|
it tends to do such a nice job of preserving local precedence
|
|
orderings.
|