Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2019 17:06:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504878 - in head/devel: . cli11
Message-ID:  <201906221706.x5MH6ZQO030915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jun 22 17:06:35 2019
New Revision: 504878
URL: https://svnweb.freebsd.org/changeset/ports/504878

Log:
  New port: devel/cli11: Command line parser for C++11 and beyond

Added:
  head/devel/cli11/
  head/devel/cli11/Makefile   (contents, props changed)
  head/devel/cli11/distinfo   (contents, props changed)
  head/devel/cli11/pkg-descr   (contents, props changed)
  head/devel/cli11/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 22 16:55:30 2019	(r504877)
+++ head/devel/Makefile	Sat Jun 22 17:06:35 2019	(r504878)
@@ -326,6 +326,7 @@
     SUBDIR += clazy
     SUBDIR += cld2
     SUBDIR += clewn
+    SUBDIR += cli11
     SUBDIR += clig
     SUBDIR += cligen
     SUBDIR += clinfo

Added: head/devel/cli11/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cli11/Makefile	Sat Jun 22 17:06:35 2019	(r504878)
@@ -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>

Added: head/devel/cli11/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cli11/distinfo	Sat Jun 22 17:06:35 2019	(r504878)
@@ -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

Added: head/devel/cli11/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cli11/pkg-descr	Sat Jun 22 17:06:35 2019	(r504878)
@@ -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

Added: head/devel/cli11/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cli11/pkg-plist	Sat Jun 22 17:06:35 2019	(r504878)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906221706.x5MH6ZQO030915>