Port details |
- selenium Selenium Standalone Server, allows browser testing
- 4.26.0 www
=3 4.26.0Version of this port present on the latest quarterly branch. - Maintainer: daniel@blodan.se
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2005-09-15 21:09:01
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: libevent, py39-simpy, pure-ftpd, sash
- Also Listed In: devel java
- License: APACHE20
- WWW:
- https://www.seleniumhq.org
- Description:
- Selenium Standalone Server allows browser testing. It automates browsers.
Selenium tests run directly in a browsers, just as real users do.
What you do with that power is entirely up to you.
Primarily, it is for automating web applications for testing purposes,
but is certainly not limited to just that.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/selenium/ && make install clean
- To add the package, run one of these commands:
- pkg install www/selenium
- pkg install selenium
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: selenium
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731376689
SHA256 (selenium-server-4.26.0.jar) = 19138985733452abe00339350fd74571a43d11ef8aad55a29c18d33f326ccf0a
SIZE (selenium-server-4.26.0.jar) = 42632726
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_selenium
- USES:
- cpe java
- pkg-message:
- For install:
- To automate browsers you need one or more of these ports:
www/firefox
www/chromium
With one or more of these complementary ports:
www/geckodriver
x11-servers/xorg-server@xvfb
x11-fonts/xorg-fonts
x11-fonts/webfonts
x11/xauth
x11/xkeyboard-config
x11/xkbcomp
Clients can also be found:
www/rubygem-selenium-webdriver
www/py-selenium
devel/p5-Test-WWW-Selenium
NOTE!
If using an older firefox version, you might want to use this in rc.conf
selenium_args="-enablePassThrough false"
Please look it up in the documentation if you are experiencing wierdness
together with firefox
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.26.0 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
4.26.0 14 Nov 2024 08:43:25
![commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f](/images/git.png) ![commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f](/images/codeberg.svg) ![commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f commit hash: 8834e9f7f77c926b76391da78c7c2079251d0a3f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Robert Clausecker (fuz) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: King John |
www/selenium: update 4.8.3 -> 4.26.0
Changelog: https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG#L355
PR: 282706
Approved by: daniel@blodan.se (maintainer) |
4.8.3 04 Apr 2023 18:10:53
![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/git.png) ![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/codeberg.svg) ![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
4.8.3 30 Mar 2023 06:19:09
![commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8](/images/git.png) ![commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8](/images/codeberg.svg) ![commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Kurt Jaeger (pi) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: update 4.1.3 -> 4.8.3
PR: 270522
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Changes: https://github.com/SeleniumHQ/selenium/releases/ |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.3_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.3_1 07 Sep 2022 10:26:41
![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/git.png) ![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/codeberg.svg) ![commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
cleanup: remove trailing whitepaces |
4.1.3_1 02 Aug 2022 07:26:03
![commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e](/images/git.png) ![commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e](/images/codeberg.svg) ![commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Baptiste Daroussin (bapt) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
xorg: upgrade to 21.1.4
Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others (Only the first 15 lines of the commit message are shown above ) |
4.1.3 20 Jun 2022 20:47:59
![commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018](/images/git.png) ![commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018](/images/codeberg.svg) ![commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Fernando Apesteguía (fernape) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Einar Bjarni Halldórsson |
www/selenium: Update to 4.1.3
ChangeLog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.1.0
Add UPDATING note to warn about parameter change in rc.conf
PR: 263081
Reported by: einar@isnic.is
Approved by: daniel@blodan.se (maintainer) |
3.141.59 21 Sep 2021 12:58:12
![commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d](/images/git.png) ![commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d](/images/codeberg.svg) ![commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: Add CPE information
Approved by: portmgr (blanket) |
3.141.59 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.141.59 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
3.141.59 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.141.59 14 Aug 2019 12:25:09
![Revision:508913 Revision:508913](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to UCL & cleanup pkg-message (categories w) |
3.141.59 19 Jul 2019 13:39:01
![Revision:506929 Revision:506929](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: Update to 3.141.59
PR: 239287
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
3.13.0 28 Jul 2018 11:15:21
![Revision:475521 Revision:475521](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
joneum ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: Update to 3.13.0
Changelog:
https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG
PR: 230016
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: maintainer |
3.8.1 20 Dec 2017 20:15:07
![Revision:456851 Revision:456851](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
madpilot ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update selenium to 3.8.1
- Add note to pkg-message for firefox users.
PR: 224487
Submitted by: Daniel Ylitalo <daniel@blodan.se> |
3.5.3 04 Sep 2017 21:29:00
![Revision:449262 Revision:449262](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cpm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: update to 3.5.3
Changelog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-3.5.3
PR: 222049
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
3.5.2 03 Sep 2017 15:47:29
![Revision:449206 Revision:449206](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: update 3.4.0 to 3.5.2
- submitter becomes maintainer
PR: 221558
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: kaworu@users.sourceforge.jp (maintainer timeout) |
3.4.0 14 Aug 2017 18:53:52
![Revision:447957 Revision:447957](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/selenium: update 0.6.1 -> 3.4.0
PR: 219031
Relnotes: https://github.com/SeleniumHQ/selenium/releases
Submitted by: Daniel Ylitalo <daniel@blodan.se>
Approved by: kaworu@users.sourceforge.jp (maintainer timeout) |
0.6.1 30 Jul 2015 06:54:59
![Revision:393220 Revision:393220](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.6.1 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.6.1 21 Sep 2014 15:04:48
![Revision:368766 Revision:368766](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow staging as a regular user
Reduce patching |
0.6.1 02 Jul 2014 13:55:20
![Revision:360191 Revision:360191](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stagify.
Approved by: portmgr@ (blanket approval) |
0.6.1 20 Sep 2013 23:36:54
![Revision:327776 Revision:327776](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.6.1 24 Oct 2011 04:17:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.6.1 19 Mar 2011 12:38:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.6.1 24 Jan 2006 03:14:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.6.1 13 Nov 2005 00:28:44
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.6.1
PR: ports/88892
Submitted by: kaworu <kaworu@users.sourceforge.jp> (maintainer) |
0.5.0 15 Sep 2005 21:08:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Selenium is a test tool for web applications. Selenium tests run
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.
PR: ports/84687
Submitted by: kaworu <kaworu@users.sourceforge.jp> |