devel/R-cran-fontawesome: Add new port

Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML
content through inline 'SVG' tags or 'i' tags. There is also a
utility function for exporting 'Font Awesome' icons as 'PNG' images
for those situations where raster graphics are needed.

WWW: https://cran.r-project.org/web/packages/fontawesome/
This commit is contained in:
TAKATSU Tomonari 2021-09-24 01:05:08 +00:00
parent a37e599766
commit 3507424d8c
4 changed files with 29 additions and 0 deletions

View file

@ -41,6 +41,7 @@
SUBDIR += R-cran-evaluate
SUBDIR += R-cran-fansi
SUBDIR += R-cran-filelock
SUBDIR += R-cran-fontawesome
SUBDIR += R-cran-foreach
SUBDIR += R-cran-future
SUBDIR += R-cran-future.apply

View file

@ -0,0 +1,18 @@
PORTNAME= fontawesome
PORTVERSION= 0.2.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Easily Work with 'Font Awesome' Icons
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>=0.4.10:devel/R-cran-rlang \
R-cran-htmltools>=0.5.1.1:textproc/R-cran-htmltools
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1632444795
SHA256 (fontawesome_0.2.2.tar.gz) = 572db64d1b3c9be301935e0ca7baec69f3a6e0aa802e23f1f224b3724259df64
SIZE (fontawesome_0.2.2.tar.gz) = 1117463

View file

@ -0,0 +1,7 @@
Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML
content through inline 'SVG' tags or 'i' tags. There is also a
utility function for exporting 'Font Awesome' icons as 'PNG' images
for those situations where raster graphics are needed.
WWW: https://cran.r-project.org/web/packages/fontawesome/