1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/popt/popt.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A command-line option parsing library
15 [T] This is the popt command line option parsing library. While it is similiar
16 [T] to getopt(3), it contains a number of enhancements, including:
18 [T] 1) popt is fully reentrant
19 [T] 2) popt can parse arbitrary argv[] style arrays while
20 [T] getopt(2) makes this quite difficult
21 [T] 3) popt allows users to alias command line arguments
22 [T] 4) popt provides convience functions for parsting strings
23 [T] into argv[] style arrays
25 [T] popt is used by rpm, the Red Hat install program, and many other Red Hat
26 [T] utilities, all of which provide excellent examples of how to use popt.
28 [U] http://www.rpm.org
30 [A] Erik W. Troan <ewt@redhat.com>
31 [M] Rene Rebe <rene@t2-project.org>
39 [P] X --2--5---9 117.300
41 [D] 7efd08612eee59cfc432c29659e6fbfc60ad3660806d9b7ec651080c popt-1.18.tar.gz http://ftp.rpm.org/popt/releases/popt-1.x/