diff options
author | wiz <wiz> | 2010-03-14 16:26:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-03-14 16:26:22 +0000 |
commit | 07e2d8c1494be4bc07ae4d07f00b9dd15641001d (patch) | |
tree | 3c4abb8b1ef60801afa8cc6ba6f1af7ee6f4becb /geography/proj-doc | |
parent | 53fd1b00972f65ed8017063e2b430444dc3b3a23 (diff) | |
download | pkgsrc-07e2d8c1494be4bc07ae4d07f00b9dd15641001d.tar.gz |
Reimport some packages from misc into a better fitting category.
Packages found by Timothy E. Larson (mail to pkgsrc-users).
PREV_PKGPATH is set for tools that need to follow this move.
Diffstat (limited to 'geography/proj-doc')
-rw-r--r-- | geography/proj-doc/DESCR | 6 | ||||
-rw-r--r-- | geography/proj-doc/Makefile | 24 | ||||
-rw-r--r-- | geography/proj-doc/PLIST | 5 | ||||
-rw-r--r-- | geography/proj-doc/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/geography/proj-doc/DESCR b/geography/proj-doc/DESCR new file mode 100644 index 00000000000..ebe41066403 --- /dev/null +++ b/geography/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/geography/proj-doc/Makefile b/geography/proj-doc/Makefile new file mode 100644 index 00000000000..f5f2e2d2bc6 --- /dev/null +++ b/geography/proj-doc/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +DISTNAME= proj-pdf-docs +PKGNAME= proj-doc-1.1 +PKGREVISION= 1 +CATEGORIES= geography +MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \ + http://dl.maptools.org/dl/proj/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.remotesensing.org/proj/ +COMMENT= PDF documentation for the PROJ cartographic projection software + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_BUILD= yes + +PREV_PKGPATH= misc/proj-doc + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proj + ${INSTALL_DATA} ${WRKDIR}/*.pdf ${DESTDIR}${PREFIX}/share/doc/proj/ + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/proj-doc/PLIST b/geography/proj-doc/PLIST new file mode 100644 index 00000000000..5110e3525a5 --- /dev/null +++ b/geography/proj-doc/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/14 16:26:22 wiz 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 diff --git a/geography/proj-doc/distinfo b/geography/proj-doc/distinfo new file mode 100644 index 00000000000..f8a7b5cd023 --- /dev/null +++ b/geography/proj-doc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $ + +SHA1 (proj-pdf-docs.tar.gz) = c83a154ac00058fba5097eb39cfc8d27706be4d8 +RMD160 (proj-pdf-docs.tar.gz) = 9424d98c27690b089ad083c03f5134c2598cf09a +Size (proj-pdf-docs.tar.gz) = 6918448 bytes |