pkgsrc-WIP-changes archive

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

(www/p5-Selenium-Remote-Driver) update DESCR, correction to PKG_NAME



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Fri May 8 15:20:26 2026 +0900
Changeset:	d90bc266fcb6ed3f8cd798b87d6cbdbd6338fb00

Modified Files:
	p5-Selenium-Remote-Driver/DESCR
	p5-Selenium-Remote-Driver/Makefile

Log Message:
(www/p5-Selenium-Remote-Driver) update DESCR, correction to PKG_NAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d90bc266fcb6ed3f8cd798b87d6cbdbd6338fb00

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

diffstat:
 p5-Selenium-Remote-Driver/DESCR    | 16 +++++++++++++++-
 p5-Selenium-Remote-Driver/Makefile |  1 +
 2 files changed, 16 insertions(+), 1 deletion(-)

diffs:
diff --git a/p5-Selenium-Remote-Driver/DESCR b/p5-Selenium-Remote-Driver/DESCR
index cc78bb7bb6..004d074874 100644
--- a/p5-Selenium-Remote-Driver/DESCR
+++ b/p5-Selenium-Remote-Driver/DESCR
@@ -1 +1,15 @@
-Selenium test flit
+Selenium is a test tool that allows you to write automated web
+application UI tests in any programming language against any HTTP
+website using any mainstream JavaScript-enabled browser. This module
+is an implementation of the client for the Remote driver that Selenium
+provides. You can find bindings for other languages at this location:
+
+https://www.seleniumhq.org/download/
+
+This module sends commands directly to the Server using HTTP. Using
+this module together with the Selenium Server, you can automatically
+control any supported browser. To use this module, you need to have
+already downloaded and started the Selenium Server (Selenium Server is
+a Java application).
+
+See Selenium/Remote/driver-example.pl in installed files.
diff --git a/p5-Selenium-Remote-Driver/Makefile b/p5-Selenium-Remote-Driver/Makefile
index af936942b7..4fb45e56ff 100644
--- a/p5-Selenium-Remote-Driver/Makefile
+++ b/p5-Selenium-Remote-Driver/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	Selenium-Remote-Driver-1.50
+PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www
 MASTER_SITES=	http://cpan.metacpan.org/authors/id/T/TE/TEODESIAN/
 


Home | Main Index | Thread Index | Old Index