pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/R-fontawesome



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 30 01:38:19 UTC 2022

Added Files:
        pkgsrc/textproc/R-fontawesome: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-fontawesome/DESCR \
    pkgsrc/textproc/R-fontawesome/Makefile \
    pkgsrc/textproc/R-fontawesome/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/R-fontawesome/DESCR
diff -u /dev/null pkgsrc/textproc/R-fontawesome/DESCR:1.1
--- /dev/null   Sat Apr 30 01:38:19 2022
+++ pkgsrc/textproc/R-fontawesome/DESCR Sat Apr 30 01:38:19 2022
@@ -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.
Index: pkgsrc/textproc/R-fontawesome/Makefile
diff -u /dev/null pkgsrc/textproc/R-fontawesome/Makefile:1.1
--- /dev/null   Sat Apr 30 01:38:19 2022
+++ pkgsrc/textproc/R-fontawesome/Makefile      Sat Apr 30 01:38:19 2022
@@ -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"
Index: pkgsrc/textproc/R-fontawesome/distinfo
diff -u /dev/null pkgsrc/textproc/R-fontawesome/distinfo:1.1
--- /dev/null   Sat Apr 30 01:38:19 2022
+++ pkgsrc/textproc/R-fontawesome/distinfo      Sat Apr 30 01:38:19 2022
@@ -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