git: 0279077d0417 - main - graphics/R-cran-latticeExtra: new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 17:00:16 UTC
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0279077d041760949511c8f59f596b3438a14b9a
commit 0279077d041760949511c8f59f596b3438a14b9a
Author: Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2022-05-07 16:11:48 +0000
Commit: Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2022-05-07 17:00:00 +0000
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/
---
graphics/Makefile | 1 +
graphics/R-cran-latticeExtra/Makefile | 20 ++++++++++++++++++++
graphics/R-cran-latticeExtra/distinfo | 3 +++
graphics/R-cran-latticeExtra/pkg-descr | 5 +++++
4 files changed, 29 insertions(+)
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/