Path to this page:
./
geography/proj,
Cartographic projection software
Branch: CURRENT,
Version: 9.5.1,
Package name: proj-9.5.1,
Maintainer: gdtPROJ is a collection of programs and a library for performing
cartographic projections. The programs are designed as a standard UNIX
filters to be used with other programs in the generation of maps and
charts, and as map digitizing applications.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 5568.639 KB
Version history: (Expand)
- (2024-12-02) Updated to version: proj-9.5.1
- (2024-11-15) Updated to version: proj-9.5.0nb3
- (2024-11-01) Updated to version: proj-9.5.0nb2
- (2024-11-01) Updated to version: proj-9.5.0nb1
- (2024-09-15) Updated to version: proj-9.5.0
- (2024-09-01) Updated to version: proj-9.4.1
CVS history: (Expand)
2024-12-02 00:29:17 by Greg Troxel | Files touched by this commit (3) | |
Log message:
geography/proj: Update to 9.5.1
Upstream NEWS, less housekeeping, bugfixes, minor improvements
follows.
* Database: update to EPSG v11.021 (#4254, #4275, #4297)
* Speed-up dramatically proj.db build time (#4280)
* Database: ingest deprecated ESRI names to be able to better import old WKT \
ESRI (#4282)
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-09-15 14:53:31 by Greg Troxel | Files touched by this commit (4) | |
Log message:
geography/proj: Update to 9.5.0
packaging changes: Drop hunk (as fixed uptream) in CMakeLists.txt
Upstream NEWS:
* Database: add constraint for unicity of CRS and operation names (#4071)
* Added EPSG:9656 "Cartesian Grid Offsets" operation method, and \
imported related records (#4094)
* Add a `WKTParser::grammarErrorList()` method so that `proj_create_from_wkt()` \
can behave as documented (#4108)
* Add `proj_context_set_user_writable_directory()` to public API (#4144)
* Add `toWGS84AutocorrectWrongValues()` method and use it in PROJ.4 and WKT1 CRS \
import (#4172)
* WKT import: add support for Oracle WKT "Albers_Conical_Equal_Area" \
spelling (#4181)
* Database: update to EPSG 11.016 (#4241)
* Add SEA Inverse projection (#4211)
* projinfo: Add 2 args equivalent to usage of `-s` and `-t` (#4218)
* Add new Conversion "Local Orthographic" (#4228, #4229)
* Add data/ITRF2020 with ITRF2020 to ITRFother, and ITRF2020 plate motion models \
(#4235)
|
2024-09-04 19:12:00 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/proj: Fix build with gcc7
proj's cmake files add a newish warning flag without checking if the
compiler is ok with it. That works on gcc10 and fails on gcc7. Patch
out the warning. Reported upstream, who says they fixed this for the
upcoming 9.5, and that their CI no longer tests with gcc7.
|
2024-09-02 00:28:58 by Greg Troxel | Files touched by this commit (1) | |
Log message:
geography/proj: Fix buildlink path (from wip update)
|
2024-09-01 16:56:36 by Greg Troxel | Files touched by this commit (30) | |
Log message:
*: revbump for proj update
less gdal, postgis, due to in-flight updates, to be handled separately
|