diff options
| author | seladb <pcapplusplus@gmail.com> | 2021-07-22 15:11:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:11:30 -0700 |
| commit | 10c81db0c95f91acfc97e7f51f58c3834a1c9892 (patch) | |
| tree | 9368e134baaabf68da74ec31d9f17b0211f4de52 /versions | |
| parent | d12cbb40ed3eb0eb60b844585f57a5d0b6ed0c23 (diff) | |
| download | vcpkg-10c81db0c95f91acfc97e7f51f58c3834a1c9892.tar.gz vcpkg-10c81db0c95f91acfc97e7f51f58c3834a1c9892.zip | |
[pcapplusplus] New port (#18899)
* Add PcapPlusPlus port
* Fix non-windows installation
* Run json formatting and x-add-version
* Run x-add-version
* Fix sha
* Apply suggestions to `vcpkg.json` from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Fix versions
* Fix sha for pcapplusplus.json
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert back from 'version' to 'version-string'
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Fix SHA in pcapplusplus.json
* Remove the patches and copy the lib files from the `Dist` folder
* Fix sha
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/p-/pcapplusplus.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 39d17150a..dc4b1ac20 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4800,6 +4800,10 @@ "baseline": "0.5.14", "port-version": 4 }, + "pcapplusplus": { + "baseline": "21.05", + "port-version": 0 + }, "pcg": { "baseline": "2021-04-06", "port-version": 0 diff --git a/versions/p-/pcapplusplus.json b/versions/p-/pcapplusplus.json new file mode 100644 index 000000000..35f3a210c --- /dev/null +++ b/versions/p-/pcapplusplus.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "946d7783c459b46253318626bee9040e4e07bc56", + "version-string": "21.05", + "port-version": 0 + } + ] +} |
