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)
6 lines
312 B
Text
6 lines
312 B
Text
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
|
|
compilers, using the -E compiler switch and a hash to detect when a
|
|
compilation can be satisfied from cache. This often results in a 5 to 10
|
|
times speedup in common compilations.
|
|
|
|
ccache-memcached is an older fork with memcached support.
|