OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.6 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../popt/popt.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] A command-line option parsing library
  17. [T] This is the popt command line option parsing library. While it is similiar
  18. [T] to getopt(3), it contains a number of enhancements, including:
  19. [T]
  20. [T] 1) popt is fully reentrant
  21. [T] 2) popt can parse arbitrary argv[] style arrays while
  22. [T] getopt(2) makes this quite difficult
  23. [T] 3) popt allows users to alias command line arguments
  24. [T] 4) popt provides convience functions for parsting strings
  25. [T] into argv[] style arrays
  26. [T]
  27. [T] popt is used by rpm, the Red Hat install program, and many other Red Hat
  28. [T] utilities, all of which provide excellent examples of how to use popt.
  29. [A] Erik W. Troan <ewt@redhat.com>
  30. [M] The OpenSDE Community <list@opensde.org>
  31. [C] base/library
  32. [L] OpenSource
  33. [S] Stable
  34. [V] 1.7
  35. [P] X -?---5---9 117.300
  36. [D] 418381445 popt-1.7.tar.gz ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/