pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Playwright



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Mar  8 15:35:04 UTC 2023

Added Files:
        pkgsrc/www/p5-Playwright: DESCR Makefile distinfo

Log Message:
Add p5-Playwright, a Perl client for Playwright.

Playwright enables reliable end-to-end testing for modern web apps:

- All modern rendering engines including Chromium, WebKit, and Firefox.

- Test on Windows, Linux, and macOS, locally or on CI, headless
  or headed.

- Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.

- Native mobile emulation of Google Chrome for Android and Mobile
  Safari. The same rendering engine works on your Desktop and in
  the Cloud.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-Playwright/DESCR \
    pkgsrc/www/p5-Playwright/Makefile pkgsrc/www/p5-Playwright/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/p5-Playwright/DESCR
diff -u /dev/null pkgsrc/www/p5-Playwright/DESCR:1.1
--- /dev/null   Wed Mar  8 15:35:04 2023
+++ pkgsrc/www/p5-Playwright/DESCR      Wed Mar  8 15:35:04 2023
@@ -0,0 +1,12 @@
+Playwright enables reliable end-to-end testing for modern web apps:
+
+- All modern rendering engines including Chromium, WebKit, and Firefox.
+
+- Test on Windows, Linux, and macOS, locally or on CI, headless
+  or headed.
+
+- Use the Playwright API in TypeScript, JavaScript, Python, .NET, Java.
+
+- Native mobile emulation of Google Chrome for Android and Mobile
+  Safari. The same rendering engine works on your Desktop and in
+  the Cloud.
Index: pkgsrc/www/p5-Playwright/Makefile
diff -u /dev/null pkgsrc/www/p5-Playwright/Makefile:1.1
--- /dev/null   Wed Mar  8 15:35:04 2023
+++ pkgsrc/www/p5-Playwright/Makefile   Wed Mar  8 15:35:04 2023
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2023/03/08 15:35:04 schmonz Exp $
+
+DISTNAME=      Playwright-1.291
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEODESIAN/}
+
+MAINTAINER=    schmonz%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Playwright
+COMMENT=       Perl client for Playwright
+LICENSE=       mit
+
+DEPENDS+=      p5-Capture-Tiny>=0:../../devel/p5-Capture-Tiny
+DEPENDS+=      p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
+DEPENDS+=      p5-File-Which>=0:../../devel/p5-File-Which
+DEPENDS+=      p5-JSON>=0:../../converters/p5-JSON
+DEPENDS+=      p5-JSON-MaybeXS>=0:../../converters/p5-JSON-MaybeXS
+DEPENDS+=      p5-Proc-ProcessTable>=0:../../devel/p5-Proc-ProcessTable
+DEPENDS+=      p5-Sereal-Decoder>=0:../../converters/p5-Sereal-Decoder
+DEPENDS+=      p5-Sereal-Encoder>=0:../../converters/p5-Sereal-Encoder
+DEPENDS+=      p5-Sub-Install>=0:../../devel/p5-Sub-Install
+DEPENDS+=      p5-Test-TCP>=0:../../net/p5-Test-TCP
+
+PERL5_PACKLIST=        auto/Playwright/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/p5-Playwright/distinfo
diff -u /dev/null pkgsrc/www/p5-Playwright/distinfo:1.1
--- /dev/null   Wed Mar  8 15:35:04 2023
+++ pkgsrc/www/p5-Playwright/distinfo   Wed Mar  8 15:35:04 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/08 15:35:04 schmonz Exp $
+
+BLAKE2s (Playwright-1.291.tar.gz) = f7166abc1a4d956e852652fdeef0c9d48b31aafeb3e024bdbc20363aaa4f294f
+SHA512 (Playwright-1.291.tar.gz) = 9b82e7125f16bb56f50928d3ac99e48446884f939c63fb063968aff248a753c9577226c88c72cfe2979cd0e29c87b21f12d36262177d6cc02b74be218b7f40b6
+Size (Playwright-1.291.tar.gz) = 297736 bytes



Home | Main Index | Thread Index | Old Index