diff options
author | gdt <gdt@pkgsrc.org> | 2012-12-07 02:19:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-12-07 02:19:58 +0000 |
commit | b9a802ed145bb2d07077beb814f0909ae7b56ab7 (patch) | |
tree | f9918c34fd884b8d86c4e047c36bc7ec34b37fdd /geography | |
parent | 6e3297effa40f57141ab1d12876d7fd5ab789047 (diff) | |
download | pkgsrc-b9a802ed145bb2d07077beb814f0909ae7b56ab7.tar.gz |
Update to 8.1.
Upstream does not provide a NEWS file, but says of 8.1:
Version 8.1 of the EPSG Geodetic Parameter Dataset comprises of data
corrections and updates to the v8.0 release of August 2012.
Changes as documented in Change Records through 2012.093, but with
actions still remaining on some change requests.
New data for Brazil, Tonga and the Arctic.
Significant revisions to data for Brunei and Mayotte.
Minor revisions to data for Europe, former Soviet Union and New Zealand.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/epsg/Makefile | 14 | ||||
-rw-r--r-- | geography/epsg/distinfo | 14 |
2 files changed, 17 insertions, 11 deletions
diff --git a/geography/epsg/Makefile b/geography/epsg/Makefile index 2a7ab73b817..1ebd6b6d39c 100644 --- a/geography/epsg/Makefile +++ b/geography/epsg/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2012/10/04 09:19:16 asau Exp $ +# $NetBSD: Makefile,v 1.14 2012/12/07 02:19:58 gdt Exp $ # DISTNAME= epsg-v${VERS}sql-PostgreSQL -PKGNAME= epsg-7.4.1 -VERS= 7_4_1 -VERS_README= 7_4 +PKGNAME= epsg-8.1 +VERS= 8_1 +VERS_README= 8.1 CATEGORIES= geography databases MASTER_SITES+= http://www.epsg.org/databases/ \ http://www.epsg.org/databases/Arc/${VERS}/ @@ -30,6 +30,9 @@ INSTALLATION_DIRS= ${BINDIR} ${DOCDIR} ${EPSGDIR} MESSAGE_SUBST+= BINDIR=${BINDIR:Q} MESSAGE_SUBST+= EPSGDIR=${EPSGDIR:Q} +# Sometimes (8.0), pgsql files are in epsg-v${VERS}sql-PostgreSQL/, +# with mysql files in epsg-v${VERS}sql-mySQL/. +# Sometimes (8.1), they appear in the working directory itself. DATAFILES.pgsql+= EPSG_v${VERS}.mdb_Data_PostgreSQL.sql DATAFILES.pgsql+= EPSG_v${VERS}.mdb_FKeys_PostgreSQL.sql DATAFILES.pgsql+= EPSG_v${VERS}.mdb_Tables_PostgreSQL.sql @@ -47,6 +50,9 @@ SUBST_MESSAGE.epsg= Fixing EPSG example script PLIST_SUBST+= VERS=${VERS} PLIST_SUBST+= VERS_README=${VERS_README} +# Note that the doc files are unpacked twice, once for PostgeSQL and +# once for mySQL. We assume that they are the same and ignore the +# issue. post-extract: ${CP} ${FILESDIR}/epsg-load ${WRKSRC} diff --git a/geography/epsg/distinfo b/geography/epsg/distinfo index c462d7c76e3..f9af8da9c33 100644 --- a/geography/epsg/distinfo +++ b/geography/epsg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2010/03/04 01:48:39 gdt Exp $ +$NetBSD: distinfo,v 1.7 2012/12/07 02:19:58 gdt Exp $ -SHA1 (epsg-7_4_1/epsg-v7_4_1sql-PostgreSQL.zip) = 9e1e41991932eaf2fd54f0e4bfcb6af6a474e5db -RMD160 (epsg-7_4_1/epsg-v7_4_1sql-PostgreSQL.zip) = c7bac54170fd1cc851e658398325a8eca5dec7a3 -Size (epsg-7_4_1/epsg-v7_4_1sql-PostgreSQL.zip) = 1033731 bytes -SHA1 (epsg-7_4_1/epsg-v7_4_1sql-mySQL.zip) = 19c5226b49948acfb4f60db48b08ffaf4d5ede88 -RMD160 (epsg-7_4_1/epsg-v7_4_1sql-mySQL.zip) = a126dce2a3ae926eb9cc8bba3cb3f082deb32c13 -Size (epsg-7_4_1/epsg-v7_4_1sql-mySQL.zip) = 1033939 bytes +SHA1 (epsg-8_1/epsg-v8_1sql-PostgreSQL.zip) = 712ba645e6941021025bc96539176190d8c8c83e +RMD160 (epsg-8_1/epsg-v8_1sql-PostgreSQL.zip) = d1191057a2a0be416dea1f6a6e699f5a644829e3 +Size (epsg-8_1/epsg-v8_1sql-PostgreSQL.zip) = 1276166 bytes +SHA1 (epsg-8_1/epsg-v8_1sql-mySQL.zip) = 6bfb486ffa7de3fdb07ad64bdf51e70bb92fa99f +RMD160 (epsg-8_1/epsg-v8_1sql-mySQL.zip) = 6cc0e79f39d8423d2f15a03e0504dfaf8c9ee823 +Size (epsg-8_1/epsg-v8_1sql-mySQL.zip) = 1276307 bytes |