forked from Lainports/freebsd-ports
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)
4 lines
271 B
Text
4 lines
271 B
Text
A priority queue is like a standard queue, except that each inserted
|
|
elements is given a certain priority, based on the result of the comparison
|
|
block given at instantiation time. Retrieving an element from the queue will
|
|
always return the one with the highest priority.
|