math/R-cran-gtable: Update to 0.3.3

- Update to 0.3.3
- Update pkg-descr
- Drop maintainership
This commit is contained in:
TAKATSU Tomonari 2023-04-26 01:56:53 +00:00
parent d3c24788d7
commit 4b787a23e3
3 changed files with 18 additions and 8 deletions

View file

@ -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 <bsd.port.mk>

View file

@ -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

View file

@ -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.