diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-20 20:38:16 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-20 20:38:16 +0000 |
commit | ed53068286d2a3b8c76e805531fc103e4ffe15fd (patch) | |
tree | 8e26d09e90245a67132e9f1266827e327c8b4098 /misc/proj/distinfo | |
parent | 07e617a9dc73acb43516d3eefe2c03270caf14d2 (diff) | |
download | pkgsrc-ed53068286d2a3b8c76e805531fc103e4ffe15fd.tar.gz |
Updated proj to version 4.4.3.
Rel. 4.4.3 2001/04/20
-------------------------------------------------------------------------
2001-04-20 Frank Warmerdam <warmerdam@pobox.com>
* Don't install test files in /usr/local/share/proj.
* Made WGS84 the default in proj_def.dat
* nad/test27,test83: Use -b flag for diff to avoid differences on
Windows due to CR/LF issues.
* src/makefile.vc: default to building "all".
* src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure
correct handling of def files on DOS based systems.
* Updated for 4.4.3 release (pj_release.c, Makefile.am, etc).
2001-04-05 Frank Warmerdam <warmerdam@pobox.com>
* Introduce proj_api.h as a public include file with projects.h
now intended to be private.
* pj_datums.c: added ntv1_can.dat to list for NAD27 datum.
* nad_init(): added support for loading NTv1 style datum shift files.
* cs2cs.c: use pj_latlong_from_proj()
* pj_init.c: added pj_init_plus().
* pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj()
functions.
* pj_strerror.c: added error -43.
2001-04-04 Frank Warmerdam <warmerdam@pobox.com>
* rewrote 7 param datum shift to match EPSG:9606, now works with
example.
2001-03-20 Frank Warmerdam <warmerdam@pobox.com>
* Added -DPROJ_LIB=\"C:/PROJ/\" in src/makefile.vc to provide for
a default proj data file search directory.
* Added HOWTO-RELEASE document in CVS.
2001-03-15 Frank Warmerdam <warmerdam@pobox.com>
* src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which
would sometimes result in the load function failing because of a
buffer overrun in the grid list string.
2001-03-14 Frank Warmerdam <warmerdam@pobox.com>
* added nad/epsg database of translations between EPSG PCS/GCS
codes and PROJ.4 definitions.
2001-02-24 Frank Warmerdam <warmerdam@pobox.com>
* Include +ellps in proj example as per suggestion from Michael
DeChaine.
2001-02-07 Frank Warmerdam <warmerdam@pobox.com>
* Cleaned up various warnings when compiled with -Wall.
2001-02-03 Frank Warmerdam <warmerdam@pobox.com>
* Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1.
* Added pj_transform docs to pj_init.3.
2001-01-25 Frank Warmerdam <warmerdam@pobox.com>
* Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep.
2000-12-15 Frank Warmerdam <warmerdam@pobox.com>
* src/makefile.vc: only delete proj.lib if it exists.
2000-12-01 Frank Warmerdam <warmerdam@pobox.com>
* Added proj.def to extra_dist in src/Makefile.am.
2000-11-29 Frank Warmerdam <warmerdam@pobox.com>
* Changed strtod() to proj_strtod() in strtod.c, and make use
of it in dmstor() to avoid having stuff like "5d10" interpreted
as exponential notation on MSVC.
2000-11-18 Frank Warmerdam <warmerda@cs46980-c>
* Patch from Craig Bruce to adjlon.c to avoid wrong results,
and near-hangs when adjusting very large numbers.
http://bugzilla.remotesensing.org/show_bug.cgi?id=27
Rel. 4.4.2 2000/09/22
-------------------------------------------------------------------------
2000-09-22 Frank Warmerdam <warmerda@cs46980-c>
* Fixed src/Makefile.am install-exec-local target, and added
geocent.h, and emess.h. Reissued 4.4.2 distribution files.
* Update version to 4.4.2, in preparation for 4.4.2 release.
* Ensure makefile.vc is distributed, and mention windows building
in README.
* Cast args to freev2() in bch2bps.c, and mk_cheby.c to avoid errors
on the Cray.
2000-09-21 Frank Warmerdam <warmerda@cs46980-c>
* Added "sphere" to pj_ellps.c.
2000-07-06 Frank Warmerdam <warmerda@cs46980-c>
* Fixed bug in nad_init() with path for datum shifting files.
* Implemented cs2cs program for transforming between coordinate systems
including datum shifts.
* Implemented proj=latlong pseudo-projection.
* Implemented pj_transform() to transform from one coordinate system
to another, including applying geocentric datum shifts, and NAD27
grid shifts.
* Implemented 3/7 parameter geocentric datum shift support.
* Added support for +datum, +towgs84, and +nadgrids parameters
when defining PJ's (for pj_init()). Added datum_type, and datum_params
to PJ structure.
2000-07-04 Frank Warmerdam <warmerda@cs46980-c>
* Patched proj.c to handle binary io properly on Windows and DOS.
Patch submitted by Thomas Knudsen <thk@kms.dk>.
2000-04-26 Frank Warmerdam <warmerda@cs46980-c>
* Added #define USE_PROJUV to projects.h to allow apps to
work properly against old and new version.
2000-04-04 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Patch from Craig Bruce (cbruce@cubewerx.com) for PJ_ortho.c
to make INVERSE() work well for points near zero.
2000-03-29 Frank Warmerdam <warmerda@cs46980-c>
* Added hard links for invproj->proj and invgeod->geod in
src/Makefile.{am,in}.
Rel. 4.4.1 2000/03/27
-------------------------------------------------------------------------
2000-03-27 Frank Warmerdam <warmerda@cs46980-c>
* Issued V4.4.1 Release.
* Re-added install target for NADCON data files when available.
* At the suggestion of John Evans, I have rolled the nad conversion
functions into the core library.
* Updated COPYING file to MIT style license. Added man_proj.html
in html directory.
* Add rules to install nad data files in $(prefix)/share/proj.
2000-03-21 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Converted to use libtool.
* Wrote new configure.in, and use automake to generate makefiles.
* Renamed UV to projUV to avoid conflicts on windows.
* Reorganize ChangeLog, and start work on 4.4.
Diffstat (limited to 'misc/proj/distinfo')
-rw-r--r-- | misc/proj/distinfo | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/misc/proj/distinfo b/misc/proj/distinfo index 726c846f4a0..592ab5887d4 100644 --- a/misc/proj/distinfo +++ b/misc/proj/distinfo @@ -1,12 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:52:19 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/04/20 20:38:16 jtb Exp $ -SHA1 (proj-4.3.3/PROJ.4.3.3.tar.gz) = 3ba76974ec470142df89f62afc2689de3dd0615f -Size (proj-4.3.3/PROJ.4.3.3.tar.gz) = 131859 bytes -SHA1 (proj-4.3.3/PROJ.4.3.ps.gz) = 1ef121eba90c34bf54496745860194b73288c031 -Size (proj-4.3.3/PROJ.4.3.ps.gz) = 255063 bytes -SHA1 (proj-4.3.3/OF90-284.ps.gz) = 32959295cb5396e45cda7a5f187f4097198d8267 -Size (proj-4.3.3/OF90-284.ps.gz) = 875193 bytes -SHA1 (proj-4.3.3/SWISS.ps.gz) = b3df5c687fe3e3a3739846ed93b4c871cb856771 -Size (proj-4.3.3/SWISS.ps.gz) = 16747 bytes -SHA1 (patch-aa) = e79752ecd054668f57bf36f1c713a59b102f7523 -SHA1 (patch-ab) = f9899735e46dbe2b76571a80fe1f86c2783975be +SHA1 (proj-4.4.3.tar.gz) = 496d6ec8bd198d5cda6ddd6a406e4f6f4ad85374 +Size (proj-4.4.3.tar.gz) = 282160 bytes +SHA1 (proj-pdf-docs.tar.gz) = c83a154ac00058fba5097eb39cfc8d27706be4d8 +Size (proj-pdf-docs.tar.gz) = 6918448 bytes |