diff options
author | jtb <jtb> | 2003-07-12 12:18:10 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-07-12 12:18:10 +0000 |
commit | 0b74d80e9fc5a714f63405bcbadf4b0e04c21277 (patch) | |
tree | 0c18e1226d49e86f3db99e717badb01cc10146bf /misc/proj/Makefile | |
parent | d882b7e617c9b5ec0901f152f2a77d12b4063bb4 (diff) | |
download | pkgsrc-0b74d80e9fc5a714f63405bcbadf4b0e04c21277.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/Makefile')
-rw-r--r-- | misc/proj/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/misc/proj/Makefile b/misc/proj/Makefile index ec3ac682d5a..9a0203f44b4 100644 --- a/misc/proj/Makefile +++ b/misc/proj/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:18:08 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/12 12:18:10 jtb Exp $ -DISTNAME= proj-4.4.5 +DISTNAME= proj-4.4.7 CATEGORIES= misc MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ -DISTFILES= proj-4.4.5.tar.gz proj-pdf-docs.tar.gz \ - proj-nad27-1.1.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-nad27-1.1.tar.gz MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.remotesensing.org/proj/ COMMENT= Cartographic projection software +USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool NAD27_FILES=FL.lla MD.lla README.NADUS TN.lla WI.lla WO.lla alaska.lla \ conus.lla hawaii.lla ntv1_can.dat prvi.lla stgeorge.lla \ @@ -22,8 +22,4 @@ NAD27_FILES=FL.lla MD.lla README.NADUS TN.lla WI.lla WO.lla alaska.lla \ post-extract: cd ${WRKDIR} && ${LN} ${NAD27_FILES} ${WRKDIR}/${DISTNAME}/nad -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/proj - ${INSTALL_DATA} ${WRKDIR}/*.pdf ${PREFIX}/share/doc/proj/ - .include "../../mk/bsd.pkg.mk" |