svn commit: r563603 - in head/devel: . tabulate
Yuri Victorovich
yuri at FreeBSD.org
Mon Feb 1 18:01:34 UTC 2021
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list