mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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
518 B
Text
7 lines
518 B
Text
Takes a list of IPv6 prefixes in conventional format on stdin, and performs two
|
|
optimisations to attempt to reduce the length of the prefix list. The first
|
|
optimisation is to remove any supplied prefixes which are superfluous because
|
|
they are already included in another supplied prefix. The second optimisation
|
|
identifies adjacent prefixes that can be combined under a single, shorter-length
|
|
prefix. The above optimalisation steps are often useful in context of
|
|
compressing firewall rules or BGP prefix-list filters.
|