mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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)
8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
Friendlier flags for B
|
|
|
|
By default, "$foo->flags" when passed an object in the "B" class will
|
|
produce a relatively meaningless number, which one would need to grovel
|
|
through the Perl source code in order to do anything useful with. This
|
|
module adds "flagspv" to the SV and op classes and "privatepv" to the op
|
|
classes, which makes them easier to understand.
|