Skip to content

Commit

Permalink
tabulate 1.3: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jun 28, 2020
1 parent b334d9b commit 02bcc40
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions devel/tabulate/Portfile
@@ -0,0 +1,23 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0

github.setup p-ranav tabulate 1.3 v
revision 0
categories devel
license MIT
maintainers {mps @Schamschula} openmaintainer
description tabulate is a header-only library for printing aligned, formated \
and colorized tables in moder C++.
long_description ${description}
platforms darwin

checksums rmd160 bee3ecb4a6a5accdac60ff939bbfb6916d1540c1 \
sha256 55d502d47349e2692cffd0475b267c5f5d8b41892eb2985d4fe93b206afdf0fd \
size 2486195

compiler.cxx_standard 2017

cmake.out_of_source yes

This comment has been minimized.

Copy link
@ryandesign

ryandesign Jun 28, 2020

Contributor

Note that this is the default behavior of the cmake 1.1 portgroup.

This comment has been minimized.

Copy link
@Schamschula

Schamschula Jun 28, 2020

Author Contributor

I guess I missed that when we transitioned from cmake 1.0 to cmake 1.1.

0 comments on commit 02bcc40

Please sign in to comment.