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.5.0. Important changes since 4....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b314ab456e3c
branches:  trunk
changeset: 522465:b314ab456e3c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 10 01:27:55 2006 +0000

description:
Update to 4.5.0.  Important changes since 4.4.7:

 o [bug fixes]

 o Upgraded to EPSG 6.11.1 database.

 o Fix Krovak projection (include +czech flag)

 o Added Roussilhe Stereographic projection from libproj4 (proj=rouss).

 o Added experimental +lon_wrap flag for alternate pj_transform() longitude
   wrapping behavior on output.

 o Added the proj=stereoa and proj=geos projections, incorporated from
   Gerald's libproj4.

 o Substantially change pj_datum_transform(), so it and pj_transform() will
   work between coordinate systems with different ellipsoids but no datum
   shift information (assume +towgs84=0,0,0).

 o Improved the accuracy of Geocentric_To_Geodetic() via an iterative
   solution.

diffstat:

 misc/proj/Makefile |   7 +++----
 misc/proj/PLIST    |   5 ++++-
 misc/proj/distinfo |  14 +++++++-------
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (67 lines):

diff -r 50acfcb5a371 -r b314ab456e3c misc/proj/Makefile
--- a/misc/proj/Makefile        Sun Dec 10 01:07:24 2006 +0000
+++ b/misc/proj/Makefile        Sun Dec 10 01:27:55 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2006/10/24 14:24:40 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2006/12/10 01:27:55 gdt Exp $
 
-DISTNAME=              proj-4.4.7
-PKGREVISION=           3
+DISTNAME=              proj-4.5.0
 CATEGORIES=            misc geography
 MASTER_SITES=          ftp://ftp.remotesensing.org/pub/proj/
-DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} proj-nad27-1.1.tar.gz
+DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} proj-nad27-1.2.tar.gz
 
 MAINTAINER=            gdt%NetBSD.org@localhost
 HOMEPAGE=              http://www.remotesensing.org/proj/
diff -r 50acfcb5a371 -r b314ab456e3c misc/proj/PLIST
--- a/misc/proj/PLIST   Sun Dec 10 01:07:24 2006 +0000
+++ b/misc/proj/PLIST   Sun Dec 10 01:27:55 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/03/14 23:36:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/12/10 01:27:55 gdt Exp $
 bin/cs2cs
 bin/geod
 bin/invgeod
@@ -7,6 +7,7 @@
 bin/nad2nad
 bin/proj
 include/nad_list.h
+include/org_proj4_Projections.h
 include/proj_api.h
 include/projects.h
 lib/libproj.la
@@ -25,11 +26,13 @@
 share/proj/conus
 share/proj/epsg
 share/proj/esri
+share/proj/esri.extra
 share/proj/hawaii
 share/proj/nad.lst
 share/proj/nad27
 share/proj/nad83
 share/proj/ntv1_can.dat
+share/proj/other.extra
 share/proj/proj_def.dat
 share/proj/prvi
 share/proj/stgeorge
diff -r 50acfcb5a371 -r b314ab456e3c misc/proj/distinfo
--- a/misc/proj/distinfo        Sun Dec 10 01:07:24 2006 +0000
+++ b/misc/proj/distinfo        Sun Dec 10 01:27:55 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:57 agc Exp $
+$NetBSD: distinfo,v 1.7 2006/12/10 01:27:55 gdt Exp $
 
-SHA1 (proj-4.4.7.tar.gz) = 7da5ec181d29ca2628578738632be7843a567e23
-RMD160 (proj-4.4.7.tar.gz) = b348f4ff7b32e8fcb023642659bbe0a098d43e27
-Size (proj-4.4.7.tar.gz) = 459333 bytes
-SHA1 (proj-nad27-1.1.tar.gz) = 0885c8ca5c9311bbe9c99faf8c2c51ded3b7dd23
-RMD160 (proj-nad27-1.1.tar.gz) = 55c309d975437a8f4301c61ccf56e58c69460a4c
-Size (proj-nad27-1.1.tar.gz) = 1816642 bytes
+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-nad27-1.2.tar.gz) = a474606caf950e359421dff4dadee56b2e504a03
+RMD160 (proj-nad27-1.2.tar.gz) = 79624b4e51ea0e7a85266516a0dca63b62a4ba96
+Size (proj-nad27-1.2.tar.gz) = 1830374 bytes



Home | Main Index | Thread Index | Old Index