mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
8 lines
419 B
Plaintext
8 lines
419 B
Plaintext
OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration
|
|
files. A configuration is sequence of directives. Each directive consists of
|
|
zero or more tokens. Each token can be either a string or again a complete
|
|
sequence. This means the configuration syntax has a recursive structure and
|
|
this way allows to create configurations with arbitrarily nested sections.
|
|
|
|
WWW: http://www.ossp.org/pkg/lib/cfg/
|