mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
new port: www/R-cran-webshot: Take Screenshots of Web Pages
Approved by: lwhsu
This commit is contained in:
parent
83f9ccd655
commit
e28713390f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564648
@ -17,6 +17,7 @@
|
||||
SUBDIR += R-cran-selectr
|
||||
SUBDIR += R-cran-servr
|
||||
SUBDIR += R-cran-shiny
|
||||
SUBDIR += R-cran-webshot
|
||||
SUBDIR += Stikked
|
||||
SUBDIR += UniversalFeedCreator
|
||||
SUBDIR += adguardhome
|
||||
|
24
www/R-cran-webshot/Makefile
Normal file
24
www/R-cran-webshot/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webshot
|
||||
DISTVERSION= 0.5.2
|
||||
CATEGORIES= www
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Take Screenshots of Web Pages
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
||||
R-cran-callr>0:devel/R-cran-callr \
|
||||
R-cran-magrittr>0:devel/R-cran-magrittr
|
||||
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||
R-cran-httpuv>0:www/R-cran-httpuv \
|
||||
R-cran-shiny>0:www/R-cran-shiny
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/R-cran-webshot/distinfo
Normal file
3
www/R-cran-webshot/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1612632316
|
||||
SHA256 (webshot_0.5.2.tar.gz) = f183dc970157075b51ac543550a7a48fa3428b9c6838abb72fe987c21982043f
|
||||
SIZE (webshot_0.5.2.tar.gz) = 157837
|
4
www/R-cran-webshot/pkg-descr
Normal file
4
www/R-cran-webshot/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Takes screenshots of web pages, including Shiny applications and R Markdown
|
||||
documents.
|
||||
|
||||
WWW: https://github.com/wch/webshot/
|
Loading…
Reference in New Issue
Block a user