New port: devel/cli11: Command line parser for C++11 and beyond
This commit is contained in:
@@ -326,6 +326,7 @@
|
||||
SUBDIR += clazy
|
||||
SUBDIR += cld2
|
||||
SUBDIR += clewn
|
||||
SUBDIR += cli11
|
||||
SUBDIR += clig
|
||||
SUBDIR += cligen
|
||||
SUBDIR += clinfo
|
||||
|
||||
23
devel/cli11/Makefile
Normal file
23
devel/cli11/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cli11
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.8.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Command line parser for C++11 and beyond
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= CLIUtils
|
||||
GH_PROJECT= CLI11
|
||||
|
||||
CMAKE_OFF= BUILD_TESTING
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/cli11/distinfo
Normal file
3
devel/cli11/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1561222672
|
||||
SHA256 (CLIUtils-CLI11-v1.8.0_GH0.tar.gz) = 8a0dc1526797d441cc0bd7c735097f60eea39b9775de7fdbcd99a3f635a6bd5e
|
||||
SIZE (CLIUtils-CLI11-v1.8.0_GH0.tar.gz) = 206495
|
||||
4
devel/cli11/pkg-descr
Normal file
4
devel/cli11/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
CLI11 is a command line parser for C++11 and beyond that provides a rich feature
|
||||
set with a simple and intuitive interface.
|
||||
|
||||
WWW: https://github.com/CLIUtils/CLI11
|
||||
18
devel/cli11/pkg-plist
Normal file
18
devel/cli11/pkg-plist
Normal file
@@ -0,0 +1,18 @@
|
||||
include/CLI/App.hpp
|
||||
include/CLI/CLI.hpp
|
||||
include/CLI/Config.hpp
|
||||
include/CLI/ConfigFwd.hpp
|
||||
include/CLI/Error.hpp
|
||||
include/CLI/Formatter.hpp
|
||||
include/CLI/FormatterFwd.hpp
|
||||
include/CLI/Macros.hpp
|
||||
include/CLI/Option.hpp
|
||||
include/CLI/Optional.hpp
|
||||
include/CLI/Split.hpp
|
||||
include/CLI/StringTools.hpp
|
||||
include/CLI/Timer.hpp
|
||||
include/CLI/TypeTools.hpp
|
||||
include/CLI/Validators.hpp
|
||||
include/CLI/Version.hpp
|
||||
lib/cmake/CLI11/CLI11Config.cmake
|
||||
lib/cmake/CLI11/CLI11ConfigVersion.cmake
|
||||
Reference in New Issue
Block a user