From 3507424d8cca80b9173f273a10db0722ef13dea0 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Fri, 24 Sep 2021 01:05:08 +0000 Subject: 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/ --- devel/Makefile | 1 + devel/R-cran-fontawesome/Makefile | 18 ++++++++++++++++++ devel/R-cran-fontawesome/distinfo | 3 +++ devel/R-cran-fontawesome/pkg-descr | 7 +++++++ 4 files changed, 29 insertions(+) create mode 100644 devel/R-cran-fontawesome/Makefile create mode 100644 devel/R-cran-fontawesome/distinfo create mode 100644 devel/R-cran-fontawesome/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index a94ad53d72d7..105d0382d571 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/R-cran-fontawesome/Makefile b/devel/R-cran-fontawesome/Makefile new file mode 100644 index 000000000000..2f1ca07f82f9 --- /dev/null +++ b/devel/R-cran-fontawesome/Makefile @@ -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 diff --git a/devel/R-cran-fontawesome/distinfo b/devel/R-cran-fontawesome/distinfo new file mode 100644 index 000000000000..38f17c3b5afc --- /dev/null +++ b/devel/R-cran-fontawesome/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632444795 +SHA256 (fontawesome_0.2.2.tar.gz) = 572db64d1b3c9be301935e0ca7baec69f3a6e0aa802e23f1f224b3724259df64 +SIZE (fontawesome_0.2.2.tar.gz) = 1117463 diff --git a/devel/R-cran-fontawesome/pkg-descr b/devel/R-cran-fontawesome/pkg-descr new file mode 100644 index 000000000000..a4606a6a600a --- /dev/null +++ b/devel/R-cran-fontawesome/pkg-descr @@ -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/ -- cgit v1.2.3