From cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c Mon Sep 17 00:00:00 2001 From: Julian Scholle Date: Thu, 1 Apr 2021 19:44:04 +0200 Subject: [sciplot] Add new port (#15913) * add sciplot port * port should also work on all platforms, as long as gnuplot can be installed * add version information to vcpkg * disable uwp in build pipeline and fix version SHA * uwp not supported * fix version sha * Use vcpkg.json and bump version to 0.2.2 * add sciplot version * [sciplot] Remove inaccessible 0.1 port Co-authored-by: Robert Schumacher --- versions/baseline.json | 4 ++++ versions/s-/sciplot.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/s-/sciplot.json (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 2cdf05538..556e2b77b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5388,6 +5388,10 @@ "baseline": "4.4.6", "port-version": 0 }, + "sciplot": { + "baseline": "0.2.2", + "port-version": 0 + }, "sciter": { "baseline": "4.4.3.20", "port-version": 0 diff --git a/versions/s-/sciplot.json b/versions/s-/sciplot.json new file mode 100644 index 000000000..ff250aea1 --- /dev/null +++ b/versions/s-/sciplot.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c", + "version": "0.2.2", + "port-version": 0 + } + ] +} -- cgit v1.2.3