aboutsummaryrefslogtreecommitdiff
path: root/misc/getopt/pkg-descr
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-06-13 23:56:42 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-06-13 23:56:42 +0000
commit445d53b2d18b1e791d6ddea09bfbc5d48e35e0f1 (patch)
tree54c421cdb09d22f7eefa19cfc647d2240bb69438 /misc/getopt/pkg-descr
parentc57d4aa83c1fa54fde3833c45169c4a7a1cabc93 (diff)
Notes
Diffstat (limited to 'misc/getopt/pkg-descr')
-rw-r--r--misc/getopt/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/getopt/pkg-descr b/misc/getopt/pkg-descr
new file mode 100644
index 000000000000..687e309465ca
--- /dev/null
+++ b/misc/getopt/pkg-descr
@@ -0,0 +1,14 @@
+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 <frodol@dds.nl>
+WWW: http://huizen.dds.nl/~frodol/getopt.html