pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/proj Update to 4.6.0. NOTE ESPECIALLY the behavi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/090091a998d0
branches:  trunk
changeset: 537072:090091a998d0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jan 03 13:37:04 2008 +0000

description:
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.

diffstat:

 misc/proj/Makefile |  10 +++++-----
 misc/proj/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (35 lines):

diff -r 182c490e7f24 -r 090091a998d0 misc/proj/Makefile
--- a/misc/proj/Makefile        Thu Jan 03 13:36:47 2008 +0000
+++ b/misc/proj/Makefile        Thu Jan 03 13:37:04 2008 +0000
@@ -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@localhost
diff -r 182c490e7f24 -r 090091a998d0 misc/proj/distinfo
--- a/misc/proj/distinfo        Thu Jan 03 13:36:47 2008 +0000
+++ b/misc/proj/distinfo        Thu Jan 03 13:37:04 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index