NOTICE: This package has been removed from pkgsrc

./misc/proj, Cartographic projection software

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.7.0, Package name: proj-4.7.0, Maintainer: gdt

PROJ is a collection of programs and a library for performing
cartographic projections. The programs are designed as a standard UNIX
filters to be used with other programs in the generation of maps and
charts, and as map digitizing applications.


Required to build:
[devel/gmake] [devel/libtool-base]

Master sites:

SHA1: bfe59b8dc1ea0c57e1426c37ff2b238fea66acd7
RMD160: cd96c09906b99d2ad205cc087e2863910d1124e1
Filesize: 668.87 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-14 17:33:06 by Thomas Klausner | Files touched by this commit (21) | Package removed
Log message:
Remove packages that were reimported to geography/
   2010-03-04 02:42:19 by Greg Troxel | Files touched by this commit (1)
Log message:
homepage moved to osgeo
   2010-01-18 09:56:02 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 4.7.0:
* Added in memory caching of init file search results for substantial
  acceleration in some application environments (like MapServer).
* Regenerated nad/epsg init file with EPSG 7.1 database, including new
  support for Google Mercator (EPSG:3857).
* Various thread safety improvements, including preliminary support for
  a mutex lock around some operations, like grid loading.
   2009-06-14 20:07:32 by Joerg Sonnenberger | Files touched by this commit (129)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-01-29 03:24:41 by Greg Troxel | Files touched by this commit (3)
Log message:
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
   2008-01-03 14:37:04 by Greg Troxel | Files touched by this commit (2)
Log message:
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.
   2007-08-16 02:18:31 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Supports DESTDIR.