From 3dd18812ec5debb81f02a83875e9d5882af3967b Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 12 Jul 2003 12:21:31 +0000 Subject: The PDF documentation for the PROJ cartographic projection software. This is being split from the proj package mainly because of its size. (The distfile is 6.6 MB). --- misc/proj-doc/DESCR | 6 ++++++ misc/proj-doc/Makefile | 18 ++++++++++++++++++ misc/proj-doc/PLIST | 6 ++++++ misc/proj-doc/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 misc/proj-doc/DESCR create mode 100644 misc/proj-doc/Makefile create mode 100644 misc/proj-doc/PLIST create mode 100644 misc/proj-doc/distinfo (limited to 'misc') diff --git a/misc/proj-doc/DESCR b/misc/proj-doc/DESCR new file mode 100644 index 00000000000..ebe41066403 --- /dev/null +++ b/misc/proj-doc/DESCR @@ -0,0 +1,6 @@ +PROJ is a collection of programs and a library for performing +cartographic projections. The programs are designed as a standard UNIX +filters to be used with other programs in the generation of maps and +charts, and as map digitizing applications. + +This package contains the PDF documentation for PROJ. diff --git a/misc/proj-doc/Makefile b/misc/proj-doc/Makefile new file mode 100644 index 00000000000..b9f2594f3b4 --- /dev/null +++ b/misc/proj-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/12 12:21:35 jtb Exp $ + +DISTNAME= proj-pdf-docs +PKGNAME= proj-doc-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ + +MAINTAINER= tech-pkg@netbsd.org +HOMEPAGE= http://www.remotesensing.org/proj/ +COMMENT= PDF documentation for the PROJ cartographic projection software + +NO_BUILD= # defined + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/proj + ${INSTALL_DATA} ${WRKDIR}/*.pdf ${PREFIX}/share/doc/proj/ + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/proj-doc/PLIST b/misc/proj-doc/PLIST new file mode 100644 index 00000000000..6761ff9e3be --- /dev/null +++ b/misc/proj-doc/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/12 12:21:31 jtb Exp $ +share/doc/proj/OF90-284.pdf +share/doc/proj/PROJ.4.3.I2.pdf +share/doc/proj/PROJ.4.3.pdf +share/doc/proj/SWISS.pdf +@dirrm share/doc/proj diff --git a/misc/proj-doc/distinfo b/misc/proj-doc/distinfo new file mode 100644 index 00000000000..25b9af52fe0 --- /dev/null +++ b/misc/proj-doc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/12 12:21:31 jtb Exp $ + +SHA1 (proj-pdf-docs.tar.gz) = c83a154ac00058fba5097eb39cfc8d27706be4d8 +Size (proj-pdf-docs.tar.gz) = 6918448 bytes -- cgit v1.2.3