mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -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)
6 lines
335 B
Text
6 lines
335 B
Text
BaseCnv provides a few simple functions for converting between
|
|
arbitrary number bases. It is as fast as I currently know how
|
|
to make it (of course relying only on the lovely Perl). If you
|
|
would rather utilize an object syntax for number-base conversion,
|
|
please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine
|
|
Math::BaseCalc module.
|