From 22a7f5802a69afd2fadddfe8d348e52f72e5d577 Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 28 Jul 2007 11:09:48 +0000 Subject: New package for epsg documentation, split from epsg. Package provided by Brook Milligan. --- geography/epsg-docs/DESCR | 12 ++++++++++++ geography/epsg-docs/Makefile | 31 +++++++++++++++++++++++++++++++ geography/epsg-docs/PLIST | 4 ++++ geography/epsg-docs/distinfo | 8 ++++++++ 4 files changed, 55 insertions(+) create mode 100644 geography/epsg-docs/DESCR create mode 100644 geography/epsg-docs/Makefile create mode 100644 geography/epsg-docs/PLIST create mode 100644 geography/epsg-docs/distinfo (limited to 'geography/epsg-docs') diff --git a/geography/epsg-docs/DESCR b/geography/epsg-docs/DESCR new file mode 100644 index 00000000000..68d938a0a48 --- /dev/null +++ b/geography/epsg-docs/DESCR @@ -0,0 +1,12 @@ +EPSG Geodetic Parameters + +The OGP Surveying and Positioning Committee, through its geodesy +sub-committee, maintains and publishes a dataset of parameters for +coordinate reference system and coordinate transformation description. +The EPSG Geodetic Parameter Dataset has been included as reference +data in UKOOA and SEG positioning data exchange formats, the GeoTIFF +interchange format for georeferenced raster imagery, the IHS Energy +Iris21, PPDM and POSC Epicentre data models. The dataset is +distributed in an MS Access relational database and SQL script files. + +This package includes the technical documentation for the EPSG database. diff --git a/geography/epsg-docs/Makefile b/geography/epsg-docs/Makefile new file mode 100644 index 00000000000..3262402b9e9 --- /dev/null +++ b/geography/epsg-docs/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 11:09:48 gdt Exp $ +# + +DISTNAME= G7-1 +PKGNAME= epsg-docs-${VERS} +VERS= 20070716 +CATEGORIES= geography databases +MASTER_SITES= http://www.epsg.org/guides/docs/ +DISTFILES= G7-1.pdf G7-2.pdf +DIST_SUBDIR= epsg-docs-${VERS} + +MAINTAINER= cngo@nmsu.edu +HOMEPAGE= http://www.epsg.org/ +COMMENT= EPSG geodetic parameters database documentation + +LICENSE= epsg-license + +# Docs were included in geography/epsg up to 6.11.2, but are released +# separately and hence now packaged separately. +CONFLICTS+= epsg<6.13 + +WRKSRC= ${WRKDIR} +NO_BUILD= yes +DOCDIR= ${PREFIX}/share/doc/epsg + +do-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/G7-1.pdf ${DOCDIR:Q} + ${INSTALL_DATA} ${WRKSRC}/G7-2.pdf ${DOCDIR:Q} + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/epsg-docs/PLIST b/geography/epsg-docs/PLIST new file mode 100644 index 00000000000..75f2e6d896b --- /dev/null +++ b/geography/epsg-docs/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 11:09:48 gdt Exp $ +share/doc/epsg/G7-1.pdf +share/doc/epsg/G7-2.pdf +@dirrm share/doc/epsg diff --git a/geography/epsg-docs/distinfo b/geography/epsg-docs/distinfo new file mode 100644 index 00000000000..05c365425f3 --- /dev/null +++ b/geography/epsg-docs/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/07/28 11:09:48 gdt Exp $ + +SHA1 (epsg-docs-20070716/G7-1.pdf) = 6ac73a59fe5f8266984fc8ec9fcc42df327e9494 +RMD160 (epsg-docs-20070716/G7-1.pdf) = 304f3ca3d3dcce49dafc46103ea3e7e141c5852c +Size (epsg-docs-20070716/G7-1.pdf) = 677244 bytes +SHA1 (epsg-docs-20070716/G7-2.pdf) = 0779b21765901fb06da5855891d01fa0dd9f215b +RMD160 (epsg-docs-20070716/G7-2.pdf) = cd3ed06925894324b5dcabced4ed2c13761a1ae2 +Size (epsg-docs-20070716/G7-2.pdf) = 1080777 bytes -- cgit v1.2.3