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:           Tue Sep  9 13:01:03 UTC 2025

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

Log Message:
geography/proj-doc: Fix pkglint and add comment

This package could build docs instead of using a downloaded pdf.  Note
that, and also the lack of present motivation to spiff it up.

NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/proj-doc/Makefile

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.10 pkgsrc/geography/proj-doc/Makefile:1.11
--- pkgsrc/geography/proj-doc/Makefile:1.10     Mon Sep  8 22:37:59 2025
+++ pkgsrc/geography/proj-doc/Makefile  Tue Sep  9 13:01:03 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2025/09/08 22:37:59 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/09 13:01:03 gdt Exp $
 
 # https://proj.org/_/downloads/en/9.6/pdf/
 VERSION=               9.6
 DISTNAME=              proj-doc-${VERSION}
 CATEGORIES=            geography
 MASTER_SITES=          -https://proj.org/_/downloads/en/${VERSION}/pdf/
-# Hack around assumption that it is an archive. 
+# Hack around assumption that it is an archive.
 EXTRACT_SUFX=          .pdf
 
 MAINTAINER=            gdt%NetBSD.org@localhost
@@ -13,11 +13,15 @@ HOMEPAGE=           https://proj.org/
 COMMENT=               PDF documentation for the PROJ cartographic projection software
 LICENSE=               mit
 
+# \todo Consider building the docs with sphinx and latex from the
+# distribution tarball, and perhaps installing HTML too.  OTOH I am
+# not sure if anyone really uses this package, and the current
+# situation is good enough for operating offline.
 NO_BUILD=              yes
 INSTALLATION_DIRS+=    share/doc/proj
 
 # Hack around extract thinking it must be an archive.
-EXTRACT_CMD=           ${CP} ${DOWNLOADED_DISTFILE} .
+EXTRACT_CMD=           ${CP} $$extract_file .
 
 do-install:
        ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} ${DESTDIR}${PREFIX}/share/doc/proj/



Home | Main Index | Thread Index | Old Index