fb16dfecae
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
507 B
Text
11 lines
507 B
Text
Rewrite of getopt(1) with the following features:
|
|
|
|
* It can do anything that the GNU getopt(3) routines can do.
|
|
* It can cope with spaces and shell metacharacters within arguments.
|
|
* It can parse long parameters.
|
|
* It can shuffle parameters, so you can mix options and other parameters
|
|
on the command-line.
|
|
* It can be easily identified as an enhanced getopt(1) from within shell
|
|
scripts.
|
|
* It can report parse errors as coming from the shell script.
|
|
* It compiles cleanly with both libc-5 and glibc-2.
|