From owner-svn-ports-all@freebsd.org Mon Feb 1 18:01:34 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4DAA9531436; Mon, 1 Feb 2021 18:01:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTwk61jgnz4W42; Mon, 1 Feb 2021 18:01:34 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E3A01F6E8; Mon, 1 Feb 2021 18:01:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 111I1X6f058225; Mon, 1 Feb 2021 18:01:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111I1XVB058220; Mon, 1 Feb 2021 18:01:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102011801.111I1XVB058220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 1 Feb 2021 18:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563603 - in head/devel: . tabulate X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . tabulate X-SVN-Commit-Revision: 563603 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 18:01:34 -0000 Author: yuri Date: Mon Feb 1 18:01:32 2021 New Revision: 563603 URL: https://svnweb.freebsd.org/changeset/ports/563603 Log: New port: devel/tabulate: Table maker for modern C++ (a header-only library) Added: head/devel/tabulate/ head/devel/tabulate/Makefile (contents, props changed) head/devel/tabulate/distinfo (contents, props changed) head/devel/tabulate/pkg-descr (contents, props changed) head/devel/tabulate/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 1 17:55:25 2021 (r563602) +++ head/devel/Makefile Mon Feb 1 18:01:32 2021 (r563603) @@ -6813,6 +6813,7 @@ SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tablist + SUBDIR += tabulate SUBDIR += tailor SUBDIR += talloc SUBDIR += taskctl Added: head/devel/tabulate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tabulate/Makefile Mon Feb 1 18:01:32 2021 (r563603) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= tabulate +DISTVERSIONPREFIX= v +DISTVERSION= 1.4 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Table maker for modern C++ (a header-only library) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= p-ranav + +NO_BUILD= yes +NO_ARCH= yes + +.include Added: head/devel/tabulate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tabulate/distinfo Mon Feb 1 18:01:32 2021 (r563603) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612201924 +SHA256 (p-ranav-tabulate-v1.4_GH0.tar.gz) = c20cdc3175526a069e932136a7cbdf6f27b137bdb4fc5f574eb5a497228c8e11 +SIZE (p-ranav-tabulate-v1.4_GH0.tar.gz) = 2528426 Added: head/devel/tabulate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tabulate/pkg-descr Mon Feb 1 18:01:32 2021 (r563603) @@ -0,0 +1,4 @@ +tabulate is a header-only library that makes it easy to manipulate tables +in C++. + +WWW: https://github.com/p-ranav/tabulate Added: head/devel/tabulate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tabulate/pkg-plist Mon Feb 1 18:01:32 2021 (r563603) @@ -0,0 +1,23 @@ +include/tabulate/asciidoc_exporter.hpp +include/tabulate/cell.hpp +include/tabulate/color.hpp +include/tabulate/column.hpp +include/tabulate/column_format.hpp +include/tabulate/exporter.hpp +include/tabulate/font_align.hpp +include/tabulate/font_style.hpp +include/tabulate/format.hpp +include/tabulate/latex_exporter.hpp +include/tabulate/markdown_exporter.hpp +include/tabulate/optional_lite.hpp +include/tabulate/printer.hpp +include/tabulate/row.hpp +include/tabulate/table.hpp +include/tabulate/table_internal.hpp +include/tabulate/tabulate.hpp +include/tabulate/termcolor.hpp +include/tabulate/utf8.hpp +include/tabulate/variant_lite.hpp +lib/cmake/tabulate/tabulateConfig.cmake +lib/cmake/tabulate/tabulateConfigVersion.cmake +lib/cmake/tabulate/tabulateTargets.cmake