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:
parent
a37e599766
commit
3507424d8c
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
18
devel/R-cran-fontawesome/Makefile
Normal file
18
devel/R-cran-fontawesome/Makefile
Normal 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>
|
3
devel/R-cran-fontawesome/distinfo
Normal file
3
devel/R-cran-fontawesome/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1632444795
|
||||
SHA256 (fontawesome_0.2.2.tar.gz) = 572db64d1b3c9be301935e0ca7baec69f3a6e0aa802e23f1f224b3724259df64
|
||||
SIZE (fontawesome_0.2.2.tar.gz) = 1117463
|
7
devel/R-cran-fontawesome/pkg-descr
Normal file
7
devel/R-cran-fontawesome/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue