the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: proj
Version: 4.8.0
Revision: 2
Maintainer: Kurt Schwehr
# 4.8.0 has an incompatible API change that broke much.
# Breaks libogdi3
Source: http://download.osgeo.org/proj/%n-4.7.0.tar.gz
#Source: http://download.osgeo.org/proj/%n-%v.tar.gz
#Source2: http://download.osgeo.org/proj/%n-datumgrid-1.5.tar.gz
Source2: http://download.osgeo.org/proj/%n-datumgrid-1.5.zip
Source2ExtractDir: %n-%v/nad
Source-MD5: 927d34623b52e0209ba2bfcca18fe8cd
Source2-MD5: f5bf28a2a9c6afe9a3f670f0c0adb783
PatchScript: <<
#!/bin/bash -ev
perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,' configure
# The Google Merc proj should now be EPSG:3857
#echo "# Google Mercator projection" >> nad/epsg
#echo "<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs" >> nad/epsg
<<
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
ConfigureParams: --mandir='${prefix}/share/man'
SetLDFLAGS: -no-undefined
SplitOff: <<
Package: %N-shlibs
Files: lib/libproj.*.dylib
Shlibs: %p/lib/libproj.0.dylib 7.0.0 %n (>= 4.7.0-1)
DocFiles: README COPYING ChangeLog NEWS AUTHORS
<<
DocFiles: README COPYING ChangeLog NEWS AUTHORS
Description: Cartographic projections library
License: BSD
Homepage: http://trac.osgeo.org/proj/
DescDetail: <<
PROJ.4 Cartographic Projections library provides a library and command
line tools to go between different coordinate frames (e.g. geographic
lat/lon and utm). PROJ.4 is in use by GRASS, MapServer, PostGIS,
Thuban, OGDI and OGRCoordinateTransformation and many other programs.
The library was originally written by Gerald Evenden then at the USGS.
Find EPSG Codes: http://spatialreference.org/
<<
DescPort: <<
Please contact the maintainer of Grass before upgrading to a new
version of proj to make sure that there are no incompatibilities.
http://www.sharpgis.net/2007/07/27/TheMicrosoftLiveMapsAndGoogleMapsProjection.aspx
http://crschmidt.net/blog/archives/243/google-projection-900913/
<<