Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-maps: import R-maps-3.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35134bbed71a
branches:  trunk
changeset: 436628:35134bbed71a
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 01:33:30 2020 +0000

description:
geography/R-maps: import R-maps-3.3.0

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

diffstat:

 geography/Makefile                             |   3 ++-
 geography/R-maps/DESCR                         |   2 ++
 geography/R-maps/Makefile                      |  15 +++++++++++++++
 geography/R-maps/distinfo                      |   7 +++++++
 geography/R-maps/patches/patch-src_Makefile.in |  23 +++++++++++++++++++++++
 5 files changed, 49 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r fdbc9b853ba9 -r 35134bbed71a geography/Makefile
--- a/geography/Makefile        Fri Aug 07 00:26:07 2020 +0000
+++ b/geography/Makefile        Fri Aug 07 01:33:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/08/07 00:25:49 brook Exp $
+# $NetBSD: Makefile,v 1.83 2020/08/07 01:33:30 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -6,6 +6,7 @@
 SUBDIR+=       R-countrycode
 SUBDIR+=       R-deldir
 SUBDIR+=       R-geosphere
+SUBDIR+=       R-maps
 SUBDIR+=       R-maptools
 SUBDIR+=       cm2gpx
 SUBDIR+=       cmconvert
diff -r fdbc9b853ba9 -r 35134bbed71a geography/R-maps/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-maps/DESCR    Fri Aug 07 01:33:30 2020 +0000
@@ -0,0 +1,2 @@
+Display of maps.  Projection code and larger maps are in separate
+packages ('mapproj' and 'mapdata').
diff -r fdbc9b853ba9 -r 35134bbed71a geography/R-maps/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-maps/Makefile Fri Aug 07 01:33:30 2020 +0000
@@ -0,0 +1,15 @@
+# $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@localhost
+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"
diff -r fdbc9b853ba9 -r 35134bbed71a geography/R-maps/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-maps/distinfo Fri Aug 07 01:33:30 2020 +0000
@@ -0,0 +1,7 @@
+$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
diff -r fdbc9b853ba9 -r 35134bbed71a geography/R-maps/patches/patch-src_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-maps/patches/patch-src_Makefile.in    Fri Aug 07 01:33:30 2020 +0000
@@ -0,0 +1,23 @@
+$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



Home | Main Index | Thread Index | Old Index