aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-07 16:11:48 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2022-05-07 17:00:00 +0000
commit0279077d041760949511c8f59f596b3438a14b9a (patch)
treeb905204b88835a87f6260f589c59c66b37bd34c0
parentb5f374dcd5054c4a559f043aa7c5437292c88e31 (diff)
downloadports-0279077d041760949511c8f59f596b3438a14b9a.tar.gz
ports-0279077d041760949511c8f59f596b3438a14b9a.zip
graphics/R-cran-latticeExtra: new port
Building on the infrastructure provided by the lattice package, this package provides several new high-level functions and methods, as well as additional utilities such as panel and axis annotation functions. WWW: https://cran.r-project.org/web/packages/latticeExtra/
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-latticeExtra/Makefile20
-rw-r--r--graphics/R-cran-latticeExtra/distinfo3
-rw-r--r--graphics/R-cran-latticeExtra/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 0818434e42f6..1e66fb7f01c5 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -23,6 +23,7 @@
SUBDIR += R-cran-gridBase
SUBDIR += R-cran-gridExtra
SUBDIR += R-cran-jpeg
+ SUBDIR += R-cran-latticeExtra
SUBDIR += R-cran-munsell
SUBDIR += R-cran-pROC
SUBDIR += R-cran-pixmap
diff --git a/graphics/R-cran-latticeExtra/Makefile b/graphics/R-cran-latticeExtra/Makefile
new file mode 100644
index 000000000000..cadb56ab4446
--- /dev/null
+++ b/graphics/R-cran-latticeExtra/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= latticeExtra
+DISTVERSION= 0.6-29
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Extra graphical utilities based on lattice
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+CRAN_DEPENDS= R-cran-png>0:graphics/R-cran-png \
+ R-cran-jpeg>0:graphics/R-cran-jpeg \
+ R-cran-RColorBrewer>0:graphics/R-cran-RColorBrewer
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-latticeExtra/distinfo b/graphics/R-cran-latticeExtra/distinfo
new file mode 100644
index 000000000000..bd5d4fdc64bd
--- /dev/null
+++ b/graphics/R-cran-latticeExtra/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1651939599
+SHA256 (latticeExtra_0.6-29.tar.gz) = 6cadc31d56f73d926e2e8d72e43ae17ac03607a4d1a374719999a4a231e3df11
+SIZE (latticeExtra_0.6-29.tar.gz) = 1292315
diff --git a/graphics/R-cran-latticeExtra/pkg-descr b/graphics/R-cran-latticeExtra/pkg-descr
new file mode 100644
index 000000000000..410b2cab3341
--- /dev/null
+++ b/graphics/R-cran-latticeExtra/pkg-descr
@@ -0,0 +1,5 @@
+Building on the infrastructure provided by the lattice package, this package
+provides several new high-level functions and methods, as well as additional
+utilities such as panel and axis annotation functions.
+
+WWW: https://cran.r-project.org/web/packages/latticeExtra/