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)
9 lines
381 B
Text
9 lines
381 B
Text
This package contains a base32 encoder/decoder.
|
|
These encoding methods are specified in RFC 3548 -
|
|
The Base16, Base32, and Base64 Data Encodings.
|
|
|
|
The base32 encoding is designed to represent arbitrary
|
|
sequences of octets in a form that need not be humanly
|
|
readable. A 33-character subset ([A-Z2-7=]) of US-ASCII
|
|
is used, enabling 5 bits to be represented per printable
|
|
character.
|