1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/misc/getopt/pkg-descr
Sergei Kolobov ed23bb060b - Update to 1.1.4
- Chase MASTER_SITE URL change [1]
- Add SHA256 checksum

Prompted by:	fenner's portsurvey [1]
2005-11-21 13:15:48 +00:00

15 lines
611 B
Plaintext

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.
Author: Frodo Looijaard <frodo@frodo.looijaard.name>
WWW: http://software.frodo.looijaard.name/getopt/