pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-fontawesome textproc/R-fontawesome: import ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ebf9ad59232
branches: trunk
changeset: 378175:5ebf9ad59232
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 30 01:38:19 2022 +0000
description:
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.
diffstat:
textproc/R-fontawesome/DESCR | 5 +++++
textproc/R-fontawesome/Makefile | 21 +++++++++++++++++++++
textproc/R-fontawesome/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r fd3bb6aabb9a -r 5ebf9ad59232 textproc/R-fontawesome/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-fontawesome/DESCR Sat Apr 30 01:38:19 2022 +0000
@@ -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 -r fd3bb6aabb9a -r 5ebf9ad59232 textproc/R-fontawesome/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-fontawesome/Makefile Sat Apr 30 01:38:19 2022 +0000
@@ -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@localhost
+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 -r fd3bb6aabb9a -r 5ebf9ad59232 textproc/R-fontawesome/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-fontawesome/distinfo Sat Apr 30 01:38:19 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index