From owner-svn-ports-head@freebsd.org Sat Mar 26 02:31:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72807ADE223; Sat, 26 Mar 2016 02:31:17 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495791B20; Sat, 26 Mar 2016 02:31:17 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2Q2VGT4098230; Sat, 26 Mar 2016 02:31:16 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2Q2VGtF098225; Sat, 26 Mar 2016 02:31:16 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201603260231.u2Q2VGtF098225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Sat, 26 Mar 2016 02:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411914 - in head/devel: . libcppformat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 02:31:17 -0000 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 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 +# $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 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