Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Mar 2016 02:31:16 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411914 - in head/devel: . libcppformat
Message-ID:  <201603260231.u2Q2VGtF098225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Sat Mar 26 02:31:15 2016
New Revision: 411914
URL: https://svnweb.freebsd.org/changeset/ports/411914

Log:
  Add new port: devel/libcppformat (an open-source formatting library for C++)
  
  PR:		208184
  Submitted by:	Slava Mikerov <SlavaMikerov@gmail.com>
  Reviewed by:	amdmi3
  Approved by:	mentors (implicit)

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 26 01:07:45 2016	(r411913)
+++ head/devel/Makefile	Sat Mar 26 02:31:15 2016	(r411914)
@@ -1151,6 +1151,7 @@
     SUBDIR += libconcurrent
     SUBDIR += libconfig
     SUBDIR += libconfuse
+    SUBDIR += libcppformat
     SUBDIR += libcrossguid
     SUBDIR += libcutl
     SUBDIR += libcwd

Added: head/devel/libcppformat/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcppformat/Makefile	Sat Mar 26 02:31:15 2016	(r411914)
@@ -0,0 +1,22 @@
+# Created by: Viacheslav Mikerov <SlavaMikerov@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	libcppformat
+PORTVERSION=	2.1.0
+CATEGORIES=	devel
+
+MAINTAINER=	SlavaMikerov@gmail.com
+COMMENT=	C++ Format is an open-source formatting library for C++
+
+LICENSE=	BSD2CLAUSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	cppformat
+GH_PROJECT=	cppformat
+
+USES=		cmake:outsource compiler:c++11-lib
+CMAKE_ARGS=	-DFMT_DOC=OFF
+OPTIONS_DEFINE=	TEST
+TEST_CMAKE_OFF=	-DFMT_TEST=OFF
+
+.include <bsd.port.mk>

Added: head/devel/libcppformat/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcppformat/distinfo	Sat Mar 26 02:31:15 2016	(r411914)
@@ -0,0 +1,2 @@
+SHA256 (cppformat-cppformat-2.1.0_GH0.tar.gz) = 561d5d3628bcba65b9ceaba5266603572535c8ba5f9e4e17e7afd4c55ff31941
+SIZE (cppformat-cppformat-2.1.0_GH0.tar.gz) = 592656

Added: head/devel/libcppformat/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcppformat/pkg-descr	Sat Mar 26 02:31:15 2016	(r411914)
@@ -0,0 +1,4 @@
+C++ Format is an open-source formatting library for C++. It can be used as a 
+safe alternative to printf or as a fast alternative to IOStreams.
+
+WWW: https://github.com/cppformat/cppformat/

Added: head/devel/libcppformat/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libcppformat/pkg-plist	Sat Mar 26 02:31:15 2016	(r411914)
@@ -0,0 +1,8 @@
+include/cppformat/format.cc
+include/cppformat/format.h
+include/cppformat/posix.h
+lib/cmake/cppformat/cppformat-config-version.cmake
+lib/cmake/cppformat/cppformat-config.cmake
+lib/cmake/cppformat/cppformat-targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/cppformat/cppformat-targets.cmake
+lib/libcppformat.a



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