pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/epsg-docs New package for epsg documentation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b99ae87f9f1
branches:  trunk
changeset: 531332:8b99ae87f9f1
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Jul 28 11:09:48 2007 +0000

description:
New package for epsg documentation, split from epsg.
Package provided by Brook Milligan.

diffstat:

 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(+), 0 deletions(-)

diffs (71 lines):

diff -r e3f100332091 -r 8b99ae87f9f1 geography/epsg-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/epsg-docs/DESCR Sat Jul 28 11:09:48 2007 +0000
@@ -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 -r e3f100332091 -r 8b99ae87f9f1 geography/epsg-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/epsg-docs/Makefile      Sat Jul 28 11:09:48 2007 +0000
@@ -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@localhost
+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 -r e3f100332091 -r 8b99ae87f9f1 geography/epsg-docs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/epsg-docs/PLIST Sat Jul 28 11:09:48 2007 +0000
@@ -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 -r e3f100332091 -r 8b99ae87f9f1 geography/epsg-docs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/epsg-docs/distinfo      Sat Jul 28 11:09:48 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index