Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
19
Agent-Windows/OGP64/usr/share/doc/popt/COPYING
Normal file
19
Agent-Windows/OGP64/usr/share/doc/popt/COPYING
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Copyright (c) 1998 Red Hat Software
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
53
Agent-Windows/OGP64/usr/share/doc/popt/CREDITS
Normal file
53
Agent-Windows/OGP64/usr/share/doc/popt/CREDITS
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
Initial work on POPT was done primarily by:
|
||||
|
||||
Jeff Johnson
|
||||
Erik Troan
|
||||
|
||||
Over the years, additional code, documentation, translations, tests etc
|
||||
have been contributed by:
|
||||
|
||||
Ettore Atalan
|
||||
John Bradshaw
|
||||
Hela Basa
|
||||
Yuri Chornoivan
|
||||
Gustavo Costa
|
||||
Wayne Davison
|
||||
Michal Domonkos
|
||||
Piotr Drąg
|
||||
Jan Engelhardt
|
||||
Ralf S. Engelschall
|
||||
Oğuz Ersen
|
||||
Marc Ewing
|
||||
Fabrice Fontaine
|
||||
Rafael Fontenelle
|
||||
Cristian Gafton
|
||||
Neal Gompa
|
||||
Christian Göttsche
|
||||
Emilio Herrera
|
||||
Jean-Baptiste Holcroft
|
||||
Michael K. Johnson
|
||||
Peter Jones
|
||||
Charles Lee
|
||||
Elliot Lee
|
||||
Dmitry V. Levin
|
||||
Richard Levitte
|
||||
Carl Henrik Lunde
|
||||
Jordi Mallach
|
||||
Balázs Meskó
|
||||
Arkadiusz Miskiewicz
|
||||
Panu Matilainen
|
||||
Paul Nasrat
|
||||
Elia Pinto
|
||||
Bernhard Rosenkränzer
|
||||
Andreas Schwab
|
||||
Robert Scheck
|
||||
scootergrisen
|
||||
simmon
|
||||
Tobias Stoeckmann
|
||||
Ricky Tigg
|
||||
Alexander Traud
|
||||
Andika Triwidada
|
||||
Miloslav Trmač
|
||||
Göran Uddeborg
|
||||
Geert Warrink
|
||||
Jakub Wilk
|
||||
18
Agent-Windows/OGP64/usr/share/doc/popt/README
Normal file
18
Agent-Windows/OGP64/usr/share/doc/popt/README
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
This is the popt(3) command line option parsing library. While it is similar
|
||||
to getopt(3), it contains a number of enhancements, including:
|
||||
|
||||
1) popt is fully reentrant
|
||||
2) popt can parse arbitrary argv[] style arrays while
|
||||
getopt(3) makes this quite difficult
|
||||
3) popt allows users to alias command line arguments
|
||||
4) popt provides convenience functions for parsing strings
|
||||
into argv[] style arrays
|
||||
|
||||
Complete documentation on popt(3) is available in popt.pdf (included in this
|
||||
tarball), which is excerpted with permission from the book "Linux
|
||||
Application Development" by Michael K. Johnson and Erik Troan (available
|
||||
from Addison Wesley in May, 1998).
|
||||
|
||||
Bugs, feature requests and contributions can be submitted at
|
||||
https://github.com/rpm-software-management/popt or alternatively
|
||||
rpm-maint@lists.rpm.org.
|
||||
Loading…
Add table
Add a link
Reference in a new issue