Skip to content

Commit

Permalink
math/R-cran-gtable: Update to 0.3.3
Browse files Browse the repository at this point in the history
- Update to 0.3.3
- Update pkg-descr
- Drop maintainership
  • Loading branch information
tota committed May 5, 2023
1 parent d3c2478 commit 4b787a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
14 changes: 10 additions & 4 deletions 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 <bsd.port.mk>
6 changes: 3 additions & 3 deletions 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
6 changes: 5 additions & 1 deletion 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.

0 comments on commit 4b787a2

Please sign in to comment.