pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tabulate: New Package
Module Name: pkgsrc-wip
Committed By: matthew <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Fri May 1 20:58:28 2026 -0600
Changeset: 1a30f8cc880b54d9a28d12795c98a8a41834afa3
Added Files:
tabulate/COMMIT_MSG
tabulate/DESCR
tabulate/Makefile
tabulate/PLIST
tabulate/buildlink3.mk
tabulate/distinfo
Log Message:
tabulate: New Package
C++ library for making tables.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a30f8cc880b54d9a28d12795c98a8a41834afa3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tabulate/COMMIT_MSG | 4 ++++
tabulate/DESCR | 1 +
tabulate/Makefile | 18 ++++++++++++++++++
tabulate/PLIST | 25 +++++++++++++++++++++++++
tabulate/buildlink3.mk | 14 ++++++++++++++
tabulate/distinfo | 5 +++++
6 files changed, 67 insertions(+)
diffs:
diff --git a/tabulate/COMMIT_MSG b/tabulate/COMMIT_MSG
new file mode 100644
index 0000000000..7eeef03876
--- /dev/null
+++ b/tabulate/COMMIT_MSG
@@ -0,0 +1,4 @@
+tabulate: New Package
+
+
+C++ library for making tables.
diff --git a/tabulate/DESCR b/tabulate/DESCR
new file mode 100644
index 0000000000..e242d01c0f
--- /dev/null
+++ b/tabulate/DESCR
@@ -0,0 +1 @@
+C++ header-only library for formatting tables
diff --git a/tabulate/Makefile b/tabulate/Makefile
new file mode 100644
index 0000000000..60a6598bb4
--- /dev/null
+++ b/tabulate/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= tabulate-1.5
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=p-ranav/}
+GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+
+MAINTAINER= matthewd%fastmail.us@localhost
+HOMEPAGE= https://github.com/p-ranav/tabulate/
+COMMENT= C++ library for formatting tables
+LICENSE= mit AND boost-license AND modified-bsd
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_LANGUAGES= c++
+
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tabulate/PLIST b/tabulate/PLIST
new file mode 100644
index 0000000000..7238140a7a
--- /dev/null
+++ b/tabulate/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+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/string_view_lite.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
diff --git a/tabulate/buildlink3.mk b/tabulate/buildlink3.mk
new file mode 100644
index 0000000000..dca8677ea5
--- /dev/null
+++ b/tabulate/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/12/28 20:18:21 nikita Exp $
+
+BUILDLINK_TREE+= tabulate
+
+.if !defined(TABULATE_BUILDLINK3_MK)
+TABULATE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.tabulate+= tabulate>=1.5
+BUILDLINK_DEPMETHOD.tabulate?= build
+BUILDLINK_PKGSRCDIR.tabulate?= ../../wip/tabulate
+
+.endif # TABULATE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -tabulate
diff --git a/tabulate/distinfo b/tabulate/distinfo
new file mode 100644
index 0000000000..1e47bcd70e
--- /dev/null
+++ b/tabulate/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tabulate-1.5.tar.gz) = 01dd5b316835fdc7b254189b6b25cba74438609430d0d2d4abe6a0822e9156b5
+SHA512 (tabulate-1.5.tar.gz) = 324c9f2427d4d0e568b63fcd7bd81f4eee6743d7106af5ead134f81d637f190f77122f28cc42b9e95f7782f5058492b1903eadb44e1c3061a636b32bb93d0ed2
+Size (tabulate-1.5.tar.gz) = 2546549 bytes
Home |
Main Index |
Thread Index |
Old Index