diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-12 12:18:10 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-12 12:18:10 +0000 |
commit | 30907b9de2eca6435211178b4a38aed7695f5487 (patch) | |
tree | 0c18e1226d49e86f3db99e717badb01cc10146bf /misc/proj/PLIST | |
parent | a0a36b9373205838c63776ce9a0b1b28cde994ed (diff) | |
download | pkgsrc-30907b9de2eca6435211178b4a38aed7695f5487.tar.gz |
Update to 4.4.7. The documentation is being split into a
separate package.
4.4.7 Release Notes
-------------------
o Added NTv2 (.gsb) grid shift file support.
o Modified datum shift support so that data file data is only loaded if
needed. Also added 'null' grid as a fallback option, and support for
making grids optional (prefix with '@' in +nadgrids).
o Regenerated nad/epsg file with towgs84 parameters for non-greenwich prime
meridians.
o Updated nad/esri file with better generated form from Paul Ramsey.
o Various bug fixes.
4.4.6 Release Notes
-------------------
o Incorporated new lcca (Lambert Conformal Conic Alternate) projection from
Gerald.
o Updated 'espg' translation file for EPSG 6.2.2 with better support for
prime meridians.
o Added Prime Meridians via +pm command switch to cs2cs (and pj_transform).
o Fixed bug with 7 parameter transforms.
o Added 'esri' pseudo-epsg coordinate system file.
o Cleanup so that PROJ.4 compiles clean as C++ code.
o Added pj_get_def() to expand definitions of stuff like +init clauses.
o Added a Krovak implementation (proj=krov). Note this may change again
in the next release.
Diffstat (limited to 'misc/proj/PLIST')
-rw-r--r-- | misc/proj/PLIST | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/misc/proj/PLIST b/misc/proj/PLIST index d82bb7dd7aa..74773341bbd 100644 --- a/misc/proj/PLIST +++ b/misc/proj/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/05/03 22:20:06 jtb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/12 12:18:10 jtb Exp $ bin/cs2cs bin/geod bin/invgeod @@ -12,17 +12,13 @@ include/projects.h lib/libproj.a lib/libproj.la lib/libproj.so -lib/libproj.so.3 -lib/libproj.so.3.1 +lib/libproj.so.4 +lib/libproj.so.4.1 man/man1/cs2cs.1 man/man1/geod.1 man/man1/nad2nad.1 man/man1/proj.1 man/man3/pj_init.3 -share/doc/proj/OF90-284.pdf -share/doc/proj/PROJ.4.3.I2.pdf -share/doc/proj/PROJ.4.3.pdf -share/doc/proj/SWISS.pdf share/proj/FL share/proj/GL27 share/proj/MD @@ -32,6 +28,7 @@ share/proj/WO share/proj/alaska share/proj/conus share/proj/epsg +share/proj/esri share/proj/hawaii share/proj/nad.lst share/proj/nad27 @@ -44,4 +41,3 @@ share/proj/stlrnc share/proj/stpaul share/proj/world @dirrm share/doc/proj -@dirrm share/proj |