diff options
author | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-12-17 14:21:05 +0000 |
---|---|---|
committer | Yi-Jheng Lin <yzlin@FreeBSD.org> | 2009-12-17 14:21:05 +0000 |
commit | 930f5cddbacf084d1fbdcf922e01d8cc672e508f (patch) | |
tree | d4e56733253f5c8285d848cb909fc1b04e2372bb /devel/shflags/pkg-descr | |
parent | e2ae93b2ae4a4f4fab5ec9d0838a422f5ebd719e (diff) |
Notes
Diffstat (limited to 'devel/shflags/pkg-descr')
-rw-r--r-- | devel/shflags/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/shflags/pkg-descr b/devel/shflags/pkg-descr new file mode 100644 index 000000000000..521354078631 --- /dev/null +++ b/devel/shflags/pkg-descr @@ -0,0 +1,12 @@ +Shell Flags (shFlags) is a library written to greatly simplify the handling of +command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, +zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). + +Most shell scripts use getopt for flags processing, but the different versions +of getopt on various OSes make writing portable shell scripts difficult. +shFlags instead provides an API that doesn't change across shell and OS +versions so the script writer can be confident that the script will work. + +shFlags is a port of the google-gflags C++/Python library. + +WWW: http://code.google.com/p/shflags/ |