SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

21
devel/tclap/Makefile Normal file
View file

@ -0,0 +1,21 @@
COMMENT= templatized C++ command line parser
DISTNAME= tclap-1.2.2
CATEGORIES= devel
HOMEPAGE= http://tclap.sourceforge.net/
# MIT
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tclap/}
# tclap is implemented using only header files
PKG_ARCH= *
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS += --disable-doxygen
.include <bsd.port.mk>

2
devel/tclap/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (tclap-1.2.2.tar.gz) = 9QE75/yq/Gm6DOLRcQ9pP2Hpwza2KSrk9XVU9Z/eWDc=
SIZE (tclap-1.2.2.tar.gz) = 231714

14
devel/tclap/pkg/DESCR Normal file
View 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
View 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