1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name libstreamlog |
---|
4 | version 1.0 |
---|
5 | categories devel |
---|
6 | platforms darwin |
---|
7 | license BSD |
---|
8 | maintainers gmail.com:gtolemans |
---|
9 | description Logging library built on top of C++ standard output streams |
---|
10 | long_description Streamlog is a simple and lightweight library that maintains an array of \ |
---|
11 | user-defined C++ standard output streams. Every time you write to the log, \ |
---|
12 | it automatically writes to all of the added streams. |
---|
13 | |
---|
14 | homepage https://bitbucket.org/nwehr/streamlog/wiki/Home |
---|
15 | master_sites https://bitbucket.org/nwehr/streamlog/downloads |
---|
16 | |
---|
17 | checksums rmd160 373f6b9d9afe9371cd3c4446b42466b793fc8481 \ |
---|
18 | sha256 3ff1ef9f04dbddbbe6b40a999150f999680543c3aef8d9f7f288fb9ac9722314 |
---|
19 | |
---|
20 | depends_lib port:cmake |
---|
21 | |
---|
22 | configure.cmd cmake |
---|
23 | configure.args ./ |
---|