From ecb19ff8f48fee8e276e067cf1b6d4e2615f6cbe Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 3 Jan 2008 13:37:04 +0000 Subject: Update to 4.6.0. NOTE ESPECIALLY the behavior change in the first bullet below. 4.6.0 Release Notes ------------------- o MAJOR: Rework pj_transform() to avoid applying ellipsoid to ellipsoid transformations as a datum shift when no datum info is available. o Avoid applying "change of ellipsoid" during datum shifting based on ellipsoids getting changed to spheres for spherical projections. o Upgrade to EPSG 6.13 o Added "900913" "Google Mercator" code in nad/esri.extra. o Avoid some static variable based multi-threading problems. o Improve error recovery if ctable style datum shift grid fails to load. o Support drive letters properly in PROJ_LIB paths for win32. o Fix occasional problem with DMS parsing. o Removed non-functional mpoly projection. o add lonlat, and latlon as aliases for longlat. --- misc/proj/Makefile | 10 +++++----- misc/proj/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/misc/proj/Makefile b/misc/proj/Makefile index 4372c26bb62..119cf7b7735 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2007/08/16 00:18:31 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/01/03 13:37:04 gdt Exp $ -DISTNAME= proj-4.5.0 -PKGREVISION= 1 +DISTNAME= proj-4.6.0 CATEGORIES= misc geography -MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ - http://dl.maptools.org/dl/proj/ +MASTER_SITES= http://download.osgeo.org/proj/ +#MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ +# http://dl.maptools.org/dl/proj/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.3${EXTRACT_SUFX} MAINTAINER= gdt@NetBSD.org diff --git a/misc/proj/distinfo b/misc/proj/distinfo index eac6fb44222..0b54312c7b5 100644 --- a/misc/proj/distinfo +++ b/misc/proj/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2006/12/11 18:23:18 gdt Exp $ +$NetBSD: distinfo,v 1.10 2008/01/03 13:37:04 gdt Exp $ -SHA1 (proj-4.5.0.tar.gz) = 891960e1c15f462fa4b56e4ee778184afec3d39a -RMD160 (proj-4.5.0.tar.gz) = 7bb79f248567287736f63148b63cb5c7e3d3a58c -Size (proj-4.5.0.tar.gz) = 655450 bytes +SHA1 (proj-4.6.0.tar.gz) = 972b74922d764f71fb0c01cd3f69255611291368 +RMD160 (proj-4.6.0.tar.gz) = f7b138634f7a718f035415b28167b65fdd8020f1 +Size (proj-4.6.0.tar.gz) = 674411 bytes SHA1 (proj-datumgrid-1.3.tar.gz) = 78841dcd410e45800656f2325f4bc63c2d5c0ae2 RMD160 (proj-datumgrid-1.3.tar.gz) = fbe226944e9e5caf580d6b50a3add5fa46b4b6d3 Size (proj-datumgrid-1.3.tar.gz) = 2116782 bytes -- cgit v1.2.3