mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +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
9 lines
433 B
Plaintext
9 lines
433 B
Plaintext
OSSP var is a flexible, full-featured and fast variable construct expansion
|
|
library. It supports a configurable variable construct syntax very similar
|
|
to the style found in many scripting languages (like @name, ${name}, , etc.)
|
|
and provides both simple scalar (${name}) and array (${name[index]})
|
|
expansion, plus optionally one or more post-operations on the expanded value
|
|
(${name:op:op...}).
|
|
|
|
WWW: http://www.ossp.org/pkg/lib/var/
|