Commit Graph

250 Commits

Author SHA1 Message Date
jim wang
19444600bf
[ncnn] Update to 20240102 (#35978)
Fixes https://github.com/microsoft/vcpkg/issues/35977

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.


Usage test pass with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-21 22:12:25 -08:00
Justen Di Ruscio
441831b902
[neargye-semver] use find-package support in vcpkg port (#36862)
Originally, this port copied the single header provided by the upstream
into the install destination. This required consumers to use the package
via `find_path(semver.hpp)`, which is less robust, is inconsistent, and
doesn't use targets.

These changes update the vcpkg port to leverage the config-file package
offered by [neargye/semver](https://github.com/Neargye/semver). With
this, consumers use the package through `find_package(neargye-semver
CONFIG), and the target `semver::semver`.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- ~[ ] SHA512s are updated for each updated download.~
- ~[ ] The "supports" clause reflects platforms that may be fixed by
this new version.~
- ~[ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- ~[ ] Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:28:24 -08:00
Kai Pastor
50e31cc20e
[nanosvg] Update (#36799)
plus minor portfile changes.
2024-02-17 01:18:24 -08:00
Alexander Neumann
2302ee8de0
[netgen] make usable (#36657)
* [netgen] update, add python feature and fix dll loader error.

* format manifest

* v db
2024-02-08 22:56:21 -08:00
Jia Yue Hua
0eaccffc2d
[numactl] update to 2.0.17 (#36414)
* [numactl] update to 2.0.17

* [numactl] update to 2.0.17
2024-01-29 11:46:43 -08:00
Alexis La Goutte
96b4a81988
[ngtcp2] Update to 1.2.0 (#36388) 2024-01-26 09:40:04 -08:00
Alexis La Goutte
27f1235c73
[nghttp2] update to 1.59.0 (#36297) 2024-01-22 10:57:41 -08:00
Alexander Neumann
0258ea3338
[netgen] occ 7.8 fix (#36259)
* remove accidental , from patch

* [netgen] fix build with occ 7.8

* bump port version

* v db
2024-01-19 12:29:00 -08:00
Saad
234d20e484
[nanojsonc] Add new port (#34909)
* Create nanojson (JSON Parser for C/C++)

Event-Driven JSON Parser for C/C++

* Creating nanojson port

Event-Driven JSON Parser for C/C++

* init

* update nanojson

* update sha512

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update copy license

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update dependencies

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update vcpkg

* update license filename

* deleted license

* update

* update hash

* update

* update

* update

* [saadshams-nanojson] Add new port

* update version

* never agreed to the name, it was published without consent

* rebranded as nanojsonc

* update hash

* update

* update

* update

* format vcpkg.sjon

* update version

* update version

* update

* update

* update

* update

* fix error

* update version

* update

* update

* update

fixed share

* update

* update

* formating vcpkg.json

* update version

* additional empty line

* update version

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-17 15:40:23 -08:00
Alexander Neumann
763a397e30
[netgen] add new port (#31288)
* [netgen] add new port

* v db

* fix config path for linux

* v db

* add supports

* figure out CI error

* fix the path correctly

* v db

* fix install layout

* v db

* more cleanup

* v db

* fix cmake usage and missing filesystem include

* v db

* disable parallel configure

* v db

* update to latest tag

* v db

* control cmake install loc

* v db

* more install control for mac

* v db

* more mac fixes

* v db

* remove old version

* replace cgns patch

* v db

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-16 15:04:21 -08:00
Mengna Li
e45bb5052f
update to 1.6.0 (#35749) 2023-12-18 13:26:22 -08:00
Ali Saki
a78464841a
[node-api-headers/node-addon-api] update node-api-headers to 1.1.0, and update node-addon-api to 7.0.0 (#35658)
* [node-api-headers] update to version 1.1.0

* [node-addon-api] update to version 7.0.0

* Update version database
2023-12-15 15:33:44 -08:00
Kent
efe9c8a3e3
[nlohmann-json] version 3.11.3 (#35385)
* nlohmann-json version 3.11.3

* ./vcpkg x-add-version --all

* Update ports/nlohmann-json/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update nlohmann-json.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-12-01 02:13:48 -08:00
Mengna Li
e13d13cf84
update to 1.5.1 (#35388) 2023-11-28 21:40:40 -08:00
Alexis La Goutte
79156b6b93
[ngtcp2] Update to 1.1.0 (#35362) 2023-11-27 22:45:48 -08:00
Alexis La Goutte
71283c8cd4
[nghttp3] udpdate to 1.1.0 (#35364) 2023-11-27 22:43:33 -08:00
autoantwort
cd5e746ec2
[nanodbc] no uwp (#35251) 2023-11-23 22:54:52 -08:00
autoantwort
8a098f6b33
[nana] no uwp (#35254) 2023-11-22 14:33:28 -08:00
Henrik Gaßmann
47a7913e51
[ned14-internal-quickcpplib] Update to 2023-11-22 (#35266) 2023-11-22 14:29:26 -08:00
Julian Xhokaxhiu
dfbe9e7652
[nethost] Bump to 8.0.0 (#35158)
* [nethost] Bump to 8.0.0

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all

* Fix license install

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all
2023-11-21 18:59:24 -08:00
Aleksei Shpakovskii
7a1e53592c
[nayuki-qr-code-generator] add license (#35155)
* [nayuki-qr-code-generator] add license

* Update version database
2023-11-16 19:44:41 -08:00
Jia Yue Hua
7085a5eaf2
[nuspell] update to 5.1.4 (#35132)
* [nuspell] update to 5.1.4

* [nuspell] update to 5.1.4
2023-11-16 12:49:12 -08:00
Jia Yue Hua
2b14b606ce
[numcpp] update to 2.12.1 (#35102)
* [numcpp] update to 2.12.1

* [numcpp] update to 2.12.1
2023-11-14 17:09:51 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Jia Yue Hua
4e17591500
[nsync] update to 1.26.0 (#35037)
* [nsync] update to 1.26.0

* [nsync] update to 1.26.0
2023-11-14 12:56:13 -08:00
Jia Yue Hua
17c58325f4
[numactl] update to 2.0.16 (#35038)
* [numactl] update to 2.0.16

* [numactl] update to 2.0.16
2023-11-14 12:55:52 -08:00
autoantwort
c75ff8cf3b
[nng] no uwp (#35045) 2023-11-14 00:25:44 -08:00
MonicaLiu
9868b80bef
[ncnn] Update to 20231027 (#35016)
* update ncnn

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-10 11:24:39 -08:00
Alexis La Goutte
7474066ca4
[nghttp2] update to 1.58.0 (#34819) 2023-10-31 11:56:04 -07:00
Alexis La Goutte
d6eb444c39
[ngtcp2] Update to 1.0.1 (#34698) 2023-10-25 07:09:43 -07:00
Alexis La Goutte
cd3504e210
[ngtcp2] update 1.0.0 (#34527) 2023-10-18 10:07:58 -07:00
Alexis La Goutte
c1081fe6df
[nghttp3] update to 1.0.0 (#34528) 2023-10-17 10:36:38 -07:00
JonLiu1993
f01fe7c207
[nifticlib] update to 2022-07-04 to add include path to fix breaks app build (#34467)
* [nifticlib] Add include path to fix breaks app build

* update version

* [nifticlib] update to commit 2022-07-04

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-10-16 12:13:13 -07:00
Alexis La Goutte
48d59dee73
[nghttp2] update to 1.57.0 (#34413)
Fix  CVE-2023-44487 (https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg)
2023-10-12 20:12:53 -07:00
Alexander Neumann
3199b26459
[winpcap] fix build (#34298) 2023-10-10 15:01:19 -07:00
Kai Pastor
00f32b31ed
[netcdf-c] Fix dependency import/export (#34014) 2023-10-03 20:40:26 -07:00
autoantwort
e006ea4f2c
[nanodbc] fix build (#34112) 2023-10-02 20:31:05 -07:00
jtippet
632e432eba
[ndis-driver-library] Add new port at v1.2.0 (#34012)
* [ndis-driver-library] Add new port at v1.2.0

* [ndis-driver-library] Add SPDX tag of license

* [ndis-driver-library] target tags instead of commits

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* [ndis-driver-library] Fix hash

---------

Co-authored-by: Jeffrey Tippet <jtippet@ntdev.microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-09-27 01:29:18 -07:00
Jia Yue Hua
3cc2377d21
[numcpp] udpate to 2.11.0 (#33981)
* [numcpp] udpate to 2.11.0

* fix deps
2023-09-25 23:38:52 -07:00
Taylor Foxhall
7c4925fd59
Fix ntf-core builiding on x86_64 Linux (#33562) 2023-09-13 16:10:25 -07:00
Alexis La Goutte
7fe63d9109
[nghttp3] update to 0.15.0 (#33642) 2023-09-08 00:10:13 -07:00
Alexis La Goutte
8fdd90e72d
[ngtcp2] update to 0.19.1 (#33647) 2023-09-08 00:10:01 -07:00
Alexis La Goutte
4a7bbbe140
[nghttp2]: update to 1.56.0 (#33630) 2023-09-07 15:02:20 -07:00
jim wang
df2550378e
[ngspice] update version to 41 (#33549) 2023-09-05 22:41:54 -07:00
Qingnan Duan
73827e6bfa
[nyan-lang] Add new port nyan-lang (#32250)
* Port v0.1 but it does not compile

* Install the latest version

* Rename to nyan-lang

* Format manifest

* x-add-version

* Use new functions

* Format json

* Fix version

* Update version and handle tools

* Fix version and SHA512

* Fix version

* x-add-version

* Resolve comments

* Declare supported triplets

* Format manifest

* x-add-version

* Add back CMP0074

* x-add-version

* Add patch for UWP

* x-add-version

* Skip UWP builds

* x-add-version

* Apply review comments

* x-add-version
2023-09-01 11:31:34 -07:00
Taylor Foxhall
3f6e8e9c09
[ntf-core] new port (#32855) 2023-08-31 13:53:07 -07:00
Frank
42bd1e8994
[nanopb] Remove python path (#33348)
* [nanopb] Remove python path

* version

* fix tool

* version
2023-08-28 13:25:43 -07:00
Alexander Neumann
de2e526fbc
[ngspice] msbuild (#33160)
* ngspice msbuild

* v db

* Update ports/ngspice/portfile.cmake

* fix install

* v db
2023-08-15 16:45:38 -07:00
Alexander Neumann
628c0143b8
[nmap] msbuild (#33143)
* [nmap] msbuild

* cleanup

* port bump

* v db
2023-08-15 16:41:15 -07:00
Weihang Ding
2ab975eee9
[nanobench] Bump to 4.3.11 (#32925)
* [nanobench] Bump to 4.3.11

* update version database
2023-08-04 06:54:38 -07:00