1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup jeaye stdman 2021.12.21 |
---|
7 | github.tarball_from archive |
---|
8 | conflicts libstdcxx-docs |
---|
9 | categories lang |
---|
10 | platforms darwin |
---|
11 | supported_archs noarch |
---|
12 | license MIT |
---|
13 | maintainers {outlook.com:mohd.akram @mohd-akram} openmaintainer |
---|
14 | |
---|
15 | description cppreference manpages |
---|
16 | |
---|
17 | long_description Manpages for the C++ standard library from cppreference.com. |
---|
18 | |
---|
19 | checksums rmd160 18851d70eb3b29292724a49e8d7fcf9778c7f53b \ |
---|
20 | sha256 5cfea407f0cd6da0c66396814cafc57504e90df518b7c9fa3748edd5cfdd08e3 \ |
---|
21 | size 4018867 |
---|
22 | |
---|
23 | build {} |
---|