pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj-doc



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Apr 21 19:38:07 UTC 2021

Modified Files:
        pkgsrc/geography/proj-doc: Makefile PLIST distinfo

Log Message:
proj-doc: Update to 8.0

This is now simply the pdf corresponding to Proj 8.  That doesn't
match the proj that is in pkgsrc, but it's vastly more useful than the
older docs, whose download location is now broken.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/proj-doc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/geography/proj-doc/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/proj-doc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/proj-doc/Makefile
diff -u pkgsrc/geography/proj-doc/Makefile:1.5 pkgsrc/geography/proj-doc/Makefile:1.6
--- pkgsrc/geography/proj-doc/Makefile:1.5      Wed Apr 21 15:32:54 2021
+++ pkgsrc/geography/proj-doc/Makefile  Wed Apr 21 19:38:07 2021
@@ -1,21 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2021/04/21 15:32:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/21 19:38:07 gdt Exp $
 
-DISTNAME=              proj-pdf-docs
-PKGNAME=               proj-doc-1.1
-PKGREVISION=           1
+DISTNAME=              proj-gh-pages
+PKGNAME=               proj-doc-8.0
 CATEGORIES=            geography
-MASTER_SITES+=         http://dl.maptools.org/dl/proj/
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=OSGeo/}
+#MASTER_SITES=         https://github.com/OSGeo/PROJ/blob//
+GITHUB_PROJECT=                proj
+GITHUB_TAG=            1f33284734c33ec14286914673ec02fd40fe3982
 
 MAINTAINER=            gdt%NetBSD.org@localhost
-#HOMEPAGE=             http://www.remotesensing.org/proj/
+HOMEPAGE=              https://proj.org/
 COMMENT=               PDF documentation for the PROJ cartographic projection software
+LICENSE=               mit
 
 NO_BUILD=              yes
-
+WRKSRC=                        ${WRKDIR}/PROJ-1f33284734c33ec14286914673ec02fd40fe3982
+INSTALLATION_DIRS+=    share/doc/proj
 PREV_PKGPATH=          misc/proj-doc
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proj
-       ${INSTALL_DATA} ${WRKDIR}/*.pdf ${DESTDIR}${PREFIX}/share/doc/proj/
+       ${INSTALL_DATA} ${WRKSRC}/proj.pdf ${DESTDIR}${PREFIX}/share/doc/proj/
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/proj-doc/PLIST
diff -u pkgsrc/geography/proj-doc/PLIST:1.1.1.1 pkgsrc/geography/proj-doc/PLIST:1.2
--- pkgsrc/geography/proj-doc/PLIST:1.1.1.1     Sun Mar 14 16:26:22 2010
+++ pkgsrc/geography/proj-doc/PLIST     Wed Apr 21 19:38:07 2021
@@ -1,5 +1,2 @@
-@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
+@comment $NetBSD: PLIST,v 1.2 2021/04/21 19:38:07 gdt Exp $
+share/doc/proj/proj.pdf

Index: pkgsrc/geography/proj-doc/distinfo
diff -u pkgsrc/geography/proj-doc/distinfo:1.2 pkgsrc/geography/proj-doc/distinfo:1.3
--- pkgsrc/geography/proj-doc/distinfo:1.2      Tue Nov  3 00:08:44 2015
+++ pkgsrc/geography/proj-doc/distinfo  Wed Apr 21 19:38:07 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 00:08:44 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/04/21 19:38:07 gdt Exp $
 
-SHA1 (proj-pdf-docs.tar.gz) = c83a154ac00058fba5097eb39cfc8d27706be4d8
-RMD160 (proj-pdf-docs.tar.gz) = 9424d98c27690b089ad083c03f5134c2598cf09a
-SHA512 (proj-pdf-docs.tar.gz) = 51d998163701ad5a23a94f940809c7e4bddad30178be6100c18248b07c492be549b15369e8b82718b9d252d9880eeb3a74be333a3d470773294389dca8b96f05
-Size (proj-pdf-docs.tar.gz) = 6918448 bytes
+SHA1 (proj-gh-pages-1f33284734c33ec14286914673ec02fd40fe3982.tar.gz) = b8d3850282624d5b745dda15779aface1c82e5f9
+RMD160 (proj-gh-pages-1f33284734c33ec14286914673ec02fd40fe3982.tar.gz) = e38022c4aaeffa49ad26536a120cf3722a802fd8
+SHA512 (proj-gh-pages-1f33284734c33ec14286914673ec02fd40fe3982.tar.gz) = 
8d40cd0c7225dcca53920b0bd0211f0b5a0dd20e8fcf8dfc0dcc48f12d3e51e00b62923b9fdd1d939f5cf4fee9b7205f121d245ef30ac809134ee86a88ed7e5e
+Size (proj-gh-pages-1f33284734c33ec14286914673ec02fd40fe3982.tar.gz) = 60966201 bytes



Home | Main Index | Thread Index | Old Index