mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -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)
11 lines
582 B
Text
11 lines
582 B
Text
Config::AWS is a small distribution with generic methods to correctly parse the
|
|
contents of config files for the AWS CLI client as described in the AWS
|
|
documentation.
|
|
|
|
Although it is common to see these files parsed as standard INI files, this is
|
|
not appropriate since AWS config files have an idiosyncratic format for nested
|
|
values (as shown in the link above).
|
|
|
|
Standard INI parsers (like Config::INI) are not made to parse this sort of
|
|
structure (nor should they). So Config::AWS exists to provide a suitable and
|
|
lightweight ad-hoc parser that can be used in other applications.
|