diff options
author | gdt <gdt@pkgsrc.org> | 2009-01-29 02:24:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-01-29 02:24:41 +0000 |
commit | ea2e4ee1806328dbd865a499ede8cd6e494c719c (patch) | |
tree | 623a889166559ff5abb7ab469bab16324fe2f033 | |
parent | 7817f8fa76feb30e2fc997c2562046201f28ccca (diff) | |
download | pkgsrc-ea2e4ee1806328dbd865a499ede8cd6e494c719c.tar.gz |
Update to 4.6.1.
4.6.1 Release Notes
-------------------
o Upgraded to EPSG 6.17 version for nad/epsg. Also corrected the precision
problem introduced in the last version.
o Added logic for tmerc projection to fail rather than return crazy results
if more than 90 degrees away from the central meridian (#5). This change
may only be temporary till a more comprehensive solution is found.
o Fixed handling of extra text in cs2cs.
o Renamed INSTALL to INSTALL.TXT.
o The eqc projection has been generalized to include a latitude of origin.
o Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection,
and gstmerc variation.
o nad/IGNF init catalogue created.
o added the ntf_r93.gsb datum shift file.
o Add /Op in nmake.opt compile options to avoid VC7 optimization bug (#12)
o Fix testvarious test script so it works properly when grid files available
-rw-r--r-- | misc/proj/Makefile | 4 | ||||
-rw-r--r-- | misc/proj/PLIST | 3 | ||||
-rw-r--r-- | misc/proj/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/proj/Makefile b/misc/proj/Makefile index 119cf7b7735..5e2d63b6186 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2008/01/03 13:37:04 gdt Exp $ +# $NetBSD: Makefile,v 1.26 2009/01/29 02:24:41 gdt Exp $ -DISTNAME= proj-4.6.0 +DISTNAME= proj-4.6.1 CATEGORIES= misc geography MASTER_SITES= http://download.osgeo.org/proj/ #MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ diff --git a/misc/proj/PLIST b/misc/proj/PLIST index 3d0888b3a35..7e68933f71e 100644 --- a/misc/proj/PLIST +++ b/misc/proj/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/12/10 02:05:27 gdt Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/01/29 02:24:41 gdt Exp $ bin/cs2cs bin/geod bin/invgeod @@ -18,6 +18,7 @@ man/man1/proj.1 man/man3/pj_init.3 share/proj/FL share/proj/GL27 +share/proj/IGNF share/proj/MD share/proj/TN share/proj/WI diff --git a/misc/proj/distinfo b/misc/proj/distinfo index 0b54312c7b5..26d27059187 100644 --- a/misc/proj/distinfo +++ b/misc/proj/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2008/01/03 13:37:04 gdt Exp $ +$NetBSD: distinfo,v 1.11 2009/01/29 02:24:41 gdt Exp $ -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-4.6.1.tar.gz) = ddfdad6cba28af5f91b14fd6690bd22bbbc79390 +RMD160 (proj-4.6.1.tar.gz) = cfe00371b4013398d6e48b66f3bf1e337ca16647 +Size (proj-4.6.1.tar.gz) = 686045 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 |