pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-webshot



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Feb  5 14:39:08 UTC 2021

Added Files:
        pkgsrc/www/R-webshot: DESCR Makefile distinfo

Log Message:
(www/R-webshot) import R-webshot-0.5.2

Takes screenshots of web pages, including Shiny applications and R
Markdown documents.


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

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

Added files:

Index: pkgsrc/www/R-webshot/DESCR
diff -u /dev/null pkgsrc/www/R-webshot/DESCR:1.1
--- /dev/null   Fri Feb  5 14:39:08 2021
+++ pkgsrc/www/R-webshot/DESCR  Fri Feb  5 14:39:08 2021
@@ -0,0 +1,2 @@
+Takes screenshots of web pages, including Shiny applications and R
+Markdown documents.
Index: pkgsrc/www/R-webshot/Makefile
diff -u /dev/null pkgsrc/www/R-webshot/Makefile:1.1
--- /dev/null   Fri Feb  5 14:39:08 2021
+++ pkgsrc/www/R-webshot/Makefile       Fri Feb  5 14:39:08 2021
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/02/05 14:39:08 mef Exp $
+
+R_PKGNAME=     webshot
+R_PKGVER=      0.5.2
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Take Screenshots of Web Pages
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-callr>=3.5.1:../../devel/R-callr
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+=      R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-webshot/distinfo
diff -u /dev/null pkgsrc/www/R-webshot/distinfo:1.1
--- /dev/null   Fri Feb  5 14:39:08 2021
+++ pkgsrc/www/R-webshot/distinfo       Fri Feb  5 14:39:08 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/05 14:39:08 mef Exp $
+
+SHA1 (R/webshot_0.5.2.tar.gz) = 46009d1fafcda1fdf058e239fe5304d96535dd0d
+RMD160 (R/webshot_0.5.2.tar.gz) = 50afc73d48414efd6c1eea77299b2482cef009b3
+SHA512 (R/webshot_0.5.2.tar.gz) = fc378cfb53895f4eb1dc063c5b7aac2c213920738fc83af3fe8e474f4a6940f6888b86e09a03a4f00bc4be8d8171f9a0e9f2a1c7951a460337b1fedf9f8e18bb
+Size (R/webshot_0.5.2.tar.gz) = 157837 bytes



Home | Main Index | Thread Index | Old Index