From 60ab9dcbd0d35dccb88d84ebe0f39d3c582b07c7 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 30 Apr 2022 01:38:19 +0000 Subject: textproc/R-fontawesome: import R-fontawesome-0.2.2 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. --- textproc/R-fontawesome/DESCR | 5 +++++ textproc/R-fontawesome/Makefile | 21 +++++++++++++++++++++ textproc/R-fontawesome/distinfo | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 textproc/R-fontawesome/DESCR create mode 100644 textproc/R-fontawesome/Makefile create mode 100644 textproc/R-fontawesome/distinfo (limited to 'textproc') diff --git a/textproc/R-fontawesome/DESCR b/textproc/R-fontawesome/DESCR new file mode 100644 index 00000000000..9a804af83f4 --- /dev/null +++ b/textproc/R-fontawesome/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/textproc/R-fontawesome/Makefile b/textproc/R-fontawesome/Makefile new file mode 100644 index 00000000000..8c303e86d07 --- /dev/null +++ b/textproc/R-fontawesome/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/04/30 01:38:19 mef Exp $ + +R_PKGNAME= fontawesome +R_PKGVER= 0.2.2 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Easily Work with 'Font Awesome' Icons +LICENSE= mit # + file LICENSE + +DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang +DEPENDS+= R-htmltools>=0.5.1.1:../../textproc/R-htmltools + +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +#EST_DEPENDS+= R-rsvg-[0-9]*: + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-fontawesome/distinfo b/textproc/R-fontawesome/distinfo new file mode 100644 index 00000000000..76a85c8f2a4 --- /dev/null +++ b/textproc/R-fontawesome/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/04/30 01:38:19 mef Exp $ + +BLAKE2s (R/fontawesome_0.2.2.tar.gz) = b7a436a6bc044e9a207a60256cececd967af0d978ea1ec20fba35aa75b78fc8a +SHA512 (R/fontawesome_0.2.2.tar.gz) = 29407669ecf0fd797ada9d5ecf925d66f6415158e5cc4b15f0f241f23c3529225a7418ddd03846800c183845eb30a98ed137a46223258cf8f35ef570a586ceeb +Size (R/fontawesome_0.2.2.tar.gz) = 1117463 bytes -- cgit v1.2.3