head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.2.0.12
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.10
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.8
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.6
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.4
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.2
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.1.0.32
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.30
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.28
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.26
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.24
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.22
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.20
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.18
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.16
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.14
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.12
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.10
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.8
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.6
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.4
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.2
	pkgsrc-2021Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.01.01.14.28.57;	author mef;	state Exp;
branches;
next	1.1;
commitid	RvtymUEWXSXJ4NDF;

1.1
date	2021.02.05.14.39.08;	author mef;	state Exp;
branches;
next	;
commitid	QLxmx7kTbDJ6YwGC;


desc
@@


1.2
log
@(www/R-webshot) Updated 0.5.2 to 0.5.5

webshot 0.5.5
=============

* Fixed #101, #116: When some parameters (like `cliprect` and
  `expand`) were used, it would raise `Warning: 'length(x) = 4 > 1' in
  coercion to 'logical(1)'`. In R 4.3, this warning changed to an
  error. (#117)

webshot 0.5.4
=============

* Fixed #112: handling of Windows paths of the form
  "c:\file\path.html" did not work
  correctly. ([#114](https://github.com/wch/webshot/pull/114))

webshot 0.5.3
=============

* Fixed logic in `install_phantomjs()` when `force=TRUE` is
  used. ([#89](https://github.com/wch/webshot/pull/89))

* Fixed handling of `file://` URLs in Windows, when the URL contains a
  drive letter and colon, such as
  `"file://localhost/C:\\msys64"`. (#110, Thanks to Tomas Kalibera)
@
text
@# $NetBSD: Makefile,v 1.1 2021/02/05 14:39:08 mef Exp $

R_PKGNAME=	webshot
R_PKGVER=	0.5.5
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@@NetBSD.org
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
TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat

TEST_DEPENDS+=	tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+=	tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+=	tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+=	tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@(www/R-webshot) import R-webshot-0.5.2

Takes screenshots of web pages, including Shiny applications and R
Markdown documents.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
a4 1
R_PKGVER=	0.5.2
d19 7
@

