Delist proj4 (#37900)

Replaced by port proj a long time ago.
This commit is contained in:
Kai Pastor 2024-04-01 23:25:56 +02:00 committed by GitHub
parent 2bc29ecc20
commit 4044645043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 61 deletions

View File

@ -1 +0,0 @@
SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)

View File

@ -1,56 +0,0 @@
{
"name": "proj4",
"version-semver": "8.9.9",
"port-version": 1,
"description": "A stub package that pulls in proj. Do not depend on this package.",
"license": "MIT",
"dependencies": [
{
"name": "proj",
"default-features": false,
"version>=": "9.0.0"
}
],
"default-features": [
"net",
"tiff"
],
"features": {
"net": {
"description": "Enable network support",
"dependencies": [
{
"name": "proj",
"default-features": false,
"features": [
"net"
]
}
]
},
"tiff": {
"description": "Enable TIFF support to read some grids",
"dependencies": [
{
"name": "proj",
"default-features": false,
"features": [
"tiff"
]
}
]
},
"tools": {
"description": "Build tools",
"dependencies": [
{
"name": "proj",
"default-features": false,
"features": [
"tools"
]
}
]
}
}
}

View File

@ -6932,10 +6932,6 @@
"baseline": "9.4.0",
"port-version": 0
},
"proj4": {
"baseline": "8.9.9",
"port-version": 1
},
"prometheus-cpp": {
"baseline": "1.2.4",
"port-version": 0