Port details |
- selenium Selenium Standalone Server, allows browser testing
- 4.26.0 www =3 4.8.3Version of this port present on the latest quarterly branch.
- Maintainer: daniel@blodan.se
- Port Added: 2005-09-15 21:09:01
- Last Update: 2024-11-14 08:43:25
- Commit Hash: 8834e9f
- 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.
- ¦ ¦ ¦ ¦
- 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
- 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 14 Nov 2024 08:43:25 |
Robert Clausecker (fuz) 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 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
Kurt Jaeger (pi) |
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 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
4.1.3_1 02 Aug 2022 07:26:03 |
Baptiste Daroussin (bapt) |
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 |
Fernando Apesteguía (fernape) 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 |
Bernhard Froehlich (decke) |
www/selenium: Add CPE information
Approved by: portmgr (blanket) |
3.141.59 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.141.59 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.141.59 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.141.59 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
3.141.59 19 Jul 2019 13:39:01 |
swills |
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 |
joneum |
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 |
madpilot |
- 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 |
cpm |
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 |
pi |
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 |
pi |
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 |
amdmi3 |
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.6.1 14 May 2015 10:15:09 |
mat |
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 |
antoine |
Allow staging as a regular user
Reduce patching |
0.6.1 02 Jul 2014 13:55:20 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
0.6.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.6.1 24 Oct 2011 04:17:38 |
dougb |
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 |
miwi |
- Get Rid MD5 support |
0.6.1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.1 13 Nov 2005 00:28:44 |
pav |
- 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 |
pav |
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> |