diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile index 558be9e5ee1fe..e63a1ae97c3df 100644 --- a/math/R-cran-gtable/Makefile +++ b/math/R-cran-gtable/Makefile @@ -1,15 +1,21 @@ PORTNAME= gtable -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Arrange grobs in tables WWW= https://cran.r-project.org/web/packages/gtable/ LICENSE= MIT -USES= cran:auto-plist +CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-glue>0:devel/R-cran-glue \ + R-cran-lifecycle>0:devel/R-cran-lifecycle \ + R-cran-rlang>=1.1.0:devel/R-cran-rlang +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist .include diff --git a/math/R-cran-gtable/distinfo b/math/R-cran-gtable/distinfo index 361be2ab39949..0778fc3137509 100644 --- a/math/R-cran-gtable/distinfo +++ b/math/R-cran-gtable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662860127 -SHA256 (gtable_0.3.1.tar.gz) = 8bd62c5722d5188914d667cabab12991c555f657f4f5ce7b547571ae3aec7cb5 -SIZE (gtable_0.3.1.tar.gz) = 92733 +TIMESTAMP = 1682473910 +SHA256 (gtable_0.3.3.tar.gz) = 2f9a58d978e2a487b7fd8841539ea33cf948e55ddf6f7a9bd2dd3362600a7b3a +SIZE (gtable_0.3.3.tar.gz) = 130057 diff --git a/math/R-cran-gtable/pkg-descr b/math/R-cran-gtable/pkg-descr index 13d21295c449e..fc7ebd36f7312 100644 --- a/math/R-cran-gtable/pkg-descr +++ b/math/R-cran-gtable/pkg-descr @@ -1 +1,5 @@ -Tools to make it easier to work with "tables" of grobs. +Tools to make it easier to work with "tables" of 'grobs'. The +'gtable' package defines a 'gtable' grob class that specifies a +grid along with a list of grobs and their placement in the grid. +Further the package makes it easy to manipulate and combine 'gtable' +objects so that complex compositions can be built up sequentially.