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
443 B
Text
11 lines
443 B
Text
This module implements yet another damn configuration-file system.
|
|
|
|
The configuration language is deliberately simple and limited, and the
|
|
module works hard to preserve as much information (section order,
|
|
comments, etc.) as possible when a configuration file is updated.
|
|
|
|
See Chapter 19 of "Perl Best Practices" (O'Reilly, 2005) for the
|
|
rationale for this approach.
|
|
|
|
The configuration language is a slight extension of the Windows INI
|
|
format.
|