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
442 B
Text
7 lines
442 B
Text
This module is a re-implementation aiming for speed instead of maximum
|
|
compression, so it can be used at runtime (rather than during a
|
|
preprocessing step). RCSSmin does syntactical compression only (removing
|
|
spaces, comments and possibly semicolons). It does not provide semantic
|
|
compression (like removing empty blocks, collapsing redundant properties
|
|
etc). It does, however, support various CSS hacks (by keeping them
|
|
working as intended).
|