Fri Aug 7 01:33:30 2020 UTC ()
geography/R-maps: import R-maps-3.3.0

Display of maps.  Projection code and larger maps are in separate
packages ('mapproj' and 'mapdata').


(brook)
diff -r1.82 -r1.83 pkgsrc/geography/Makefile
diff -r0 -r1.1 pkgsrc/geography/R-maps/DESCR
diff -r0 -r1.1 pkgsrc/geography/R-maps/Makefile
diff -r0 -r1.1 pkgsrc/geography/R-maps/distinfo
diff -r0 -r1.1 pkgsrc/geography/R-maps/patches/patch-src_Makefile.in

cvs diff -r1.82 -r1.83 pkgsrc/geography/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/Makefile 2020/08/07 00:25:49 1.82
+++ pkgsrc/geography/Makefile 2020/08/07 01:33:30 1.83
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.82 2020/08/07 00:25:49 brook Exp $ 1# $NetBSD: Makefile,v 1.83 2020/08/07 01:33:30 brook Exp $
2# 2#
3 3
4COMMENT= Software for geographical-related uses 4COMMENT= Software for geographical-related uses
5 5
6SUBDIR+= R-countrycode 6SUBDIR+= R-countrycode
7SUBDIR+= R-deldir 7SUBDIR+= R-deldir
8SUBDIR+= R-geosphere 8SUBDIR+= R-geosphere
 9SUBDIR+= R-maps
9SUBDIR+= R-maptools 10SUBDIR+= R-maptools
10SUBDIR+= cm2gpx 11SUBDIR+= cm2gpx
11SUBDIR+= cmconvert 12SUBDIR+= cmconvert
12SUBDIR+= epsg 13SUBDIR+= epsg
13SUBDIR+= epsg-docs 14SUBDIR+= epsg-docs
14SUBDIR+= gama 15SUBDIR+= gama
15SUBDIR+= garmin-utils 16SUBDIR+= garmin-utils
16SUBDIR+= garmintools 17SUBDIR+= garmintools
17SUBDIR+= gdal-lib 18SUBDIR+= gdal-lib
18SUBDIR+= geoclue 19SUBDIR+= geoclue
19SUBDIR+= geos 20SUBDIR+= geos
20SUBDIR+= gipfel 21SUBDIR+= gipfel
21SUBDIR+= gpsbabel 22SUBDIR+= gpsbabel

File Added: pkgsrc/geography/R-maps/DESCR
Display of maps.  Projection code and larger maps are in separate
packages ('mapproj' and 'mapdata').

File Added: pkgsrc/geography/R-maps/Makefile
# $NetBSD: Makefile,v 1.1 2020/08/07 01:33:30 brook Exp $

CATEGORIES=	geography
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/maps/
COMMENT=	Draw Geographical Maps
LICENSE=	gnu-gpl-v2

R_PKGNAME=	maps
R_PKGVER=	3.3.0

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/geography/R-maps/distinfo
$NetBSD: distinfo,v 1.1 2020/08/07 01:33:30 brook Exp $

SHA1 (R/maps_3.3.0.tar.gz) = a691cc1a4b3e57b52d202c587c7ef80ad0978ed6
RMD160 (R/maps_3.3.0.tar.gz) = c4249d4f907742c8174a3e34034bc9b41b2e37ab
SHA512 (R/maps_3.3.0.tar.gz) = 4310748976ab262f818de589d63d5a5b49bc356c5df0651b123124152701e4c2003387a5cb9b5e8b7fbd0ecc8bbe010c707fc86461f152d544451f1fa65ac647
Size (R/maps_3.3.0.tar.gz) = 2493744 bytes
SHA1 (patch-src_Makefile.in) = 84a1fb6a431878a567b53a7f7e5b8c4cdc40b00b

File Added: pkgsrc/geography/R-maps/patches/Attic/patch-src_Makefile.in
$NetBSD: patch-src_Makefile.in,v 1.1 2020/08/07 01:33:30 brook Exp $

Makeconf does not have implicit rules for making programs directly.  Instead,
use implicit make rules to compile object files and an explicit rule to build
programs.

--- src/Makefile.in.orig	2018-04-03 07:33:40.000000000 +0000
+++ src/Makefile.in
@@ -52,10 +52,12 @@ ndata: world2
 	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile $(NDATA)
 
 lmake:
-	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile Lmake
+	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile Lmake.o
+	$(CC) $(CFLAGS) -o Lmake Lmake.o
 
 gmake:
-	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile Gmake
+	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile Gmake.o
+	$(CC) $(CFLAGS) -o Gmake Gmake.o
 
 world2:
 	$(MAKE) -f "$(R_HOME)/etc$(R_ARCH)/Makeconf" -f Makefile world2.line