git: 3507424d8cca - main - devel/R-cran-fontawesome: Add new port

TAKATSU Tomonari tota at FreeBSD.org
Sat Sep 25 07:06:04 UTC 2021


The branch main has been updated by tota:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3507424d8cca80b9173f273a10db0722ef13dea0

commit 3507424d8cca80b9173f273a10db0722ef13dea0
Author:     TAKATSU Tomonari <tota at FreeBSD.org>
AuthorDate: 2021-09-24 01:05:08 +0000
Commit:     TAKATSU Tomonari <tota at FreeBSD.org>
CommitDate: 2021-09-25 07:04:52 +0000

    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(+)

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 at 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/


More information about the dev-commits-ports-main mailing list