aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2021-09-24 01:05:08 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2021-09-25 07:04:52 +0000
commit3507424d8cca80b9173f273a10db0722ef13dea0 (patch)
treef092cee82e5eb18a0ae891965be0dd0cae3dd348
parenta37e59976667e0fe9f2455bcda5301324ded6ae4 (diff)
downloadports-3507424d8cca80b9173f273a10db0722ef13dea0.tar.gz
ports-3507424d8cca80b9173f273a10db0722ef13dea0.zip
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/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-fontawesome/Makefile18
-rw-r--r--devel/R-cran-fontawesome/distinfo3
-rw-r--r--devel/R-cran-fontawesome/pkg-descr7
4 files changed, 29 insertions, 0 deletions
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 <bsd.port.mk>
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/