mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -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)
9 lines
388 B
Text
9 lines
388 B
Text
iniconfig is a small and simple INI-file parser module having a unique set of
|
|
features:
|
|
|
|
* maintains order of sections and entries
|
|
* supports multi-line values with or without line-continuations
|
|
* supports "#" comments everywhere
|
|
* raises errors with proper line-numbers
|
|
* no bells and whistles like automatic substitutions
|
|
* iniconfig raises an Error if two sections have the same name.
|