SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/tclap/pkg/DESCR
Normal file
14
devel/tclap/pkg/DESCR
Normal file
|
@ -0,0 +1,14 @@
|
|||
TCLAP is a small, flexible library that provides a simple interface
|
||||
for defining and accessing command line arguments. It was initially
|
||||
inspired by the user friendly CLAP libary. The difference is that
|
||||
this library is templatized, so the argument class is type independent.
|
||||
Type independence avoids identical-except-for-type objects, such
|
||||
as IntArg, FloatArg, and StringArg. While the library is not strictly
|
||||
compliant with the GNU or POSIX standards, it is close.
|
||||
|
||||
TCLAP is written in ANSI C++ and is meant to be compatible with any
|
||||
standards-compliant C++ compiler. It is known to work on Linux,
|
||||
MacOS X, Windows, and Solaris platforms. The library is implemented
|
||||
entirely in header files making it easy to use and distribute with
|
||||
other software. It is licensed under the MIT License for worry free
|
||||
distribution.
|
32
devel/tclap/pkg/PLIST
Normal file
32
devel/tclap/pkg/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
include/tclap/
|
||||
include/tclap/Arg.h
|
||||
include/tclap/ArgException.h
|
||||
include/tclap/ArgTraits.h
|
||||
include/tclap/CmdLine.h
|
||||
include/tclap/CmdLineInterface.h
|
||||
include/tclap/CmdLineOutput.h
|
||||
include/tclap/Constraint.h
|
||||
include/tclap/DocBookOutput.h
|
||||
include/tclap/HelpVisitor.h
|
||||
include/tclap/IgnoreRestVisitor.h
|
||||
include/tclap/MultiArg.h
|
||||
include/tclap/MultiSwitchArg.h
|
||||
include/tclap/OptionalUnlabeledTracker.h
|
||||
include/tclap/StandardTraits.h
|
||||
include/tclap/StdOutput.h
|
||||
include/tclap/SwitchArg.h
|
||||
include/tclap/UnlabeledMultiArg.h
|
||||
include/tclap/UnlabeledValueArg.h
|
||||
include/tclap/ValueArg.h
|
||||
include/tclap/ValuesConstraint.h
|
||||
include/tclap/VersionVisitor.h
|
||||
include/tclap/Visitor.h
|
||||
include/tclap/XorHandler.h
|
||||
include/tclap/ZshCompletionOutput.h
|
||||
include/tclap/sstream.h
|
||||
lib/pkgconfig/tclap.pc
|
||||
share/doc/tclap/
|
||||
share/doc/tclap/html/
|
||||
share/doc/tclap/index.html
|
||||
share/doc/tclap/manual.html
|
||||
share/doc/tclap/style.css
|
Loading…
Add table
Add a link
Reference in a new issue