View | Details | Raw Unified | Return to bug 221558 | Differences between
and this patch

Collapse All | Expand All

(-)UIDs (-1 / +1 lines)
Lines 771-777 Link Here
771
dotlrn:*:821:821::0:0:.LRN Daemon User:/nonexistent:/usr/sbin/nologin
771
dotlrn:*:821:821::0:0:.LRN Daemon User:/nonexistent:/usr/sbin/nologin
772
titus:*:822:65533::0:0:Titus Daemon User:/nonexistent:/usr/sbin/nologin
772
titus:*:822:65533::0:0:Titus Daemon User:/nonexistent:/usr/sbin/nologin
773
titus-keys:*:823:65533::0:0:Titus Keyserver User:/nonexistent:/usr/sbin/nologin
773
titus-keys:*:823:65533::0:0:Titus Keyserver User:/nonexistent:/usr/sbin/nologin
774
# free: 824
774
selenium:*:824:824::0:0:Selenium Daemon User:/usr/local/selenium:/bin/sh
775
polw:*:825:825::0:0:Policyd-weight Cache Owner:/nonexistent:/sbin/nologin
775
polw:*:825:825::0:0:Policyd-weight Cache Owner:/nonexistent:/sbin/nologin
776
statsd:*:826:826::0:0:Statsd Daemon:/nonexistent:/sbin/nologin
776
statsd:*:826:826::0:0:Statsd Daemon:/nonexistent:/sbin/nologin
777
# free: 827
777
# free: 827
(-)GIDs (-1 / +1 lines)
Lines 765-771 Link Here
765
dotlrn:*:821:
765
dotlrn:*:821:
766
# free: 822
766
# free: 822
767
# free: 823
767
# free: 823
768
# free: 824
768
selenium:*:824:
769
polw:*:825:
769
polw:*:825:
770
statsd:*:826:
770
statsd:*:826:
771
# free: 827
771
# free: 827
(-)www/selenium/Makefile (-3 / +3 lines)
Lines 1-14 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	selenium
3
PORTNAME=	selenium
4
PORTVERSION=	3.4.0
4
PORTVERSION=	3.5.0
5
CATEGORIES=	www devel java
5
CATEGORIES=	www devel java
6
MASTER_SITES=	http://selenium-release.storage.googleapis.com/3.4/
6
MASTER_SITES=	http://selenium-release.storage.googleapis.com/3.5/
7
DISTNAME=	selenium-server-standalone-${PORTVERSION}
7
DISTNAME=	selenium-server-standalone-${PORTVERSION}
8
EXTRACT_SUFX=	.jar
8
EXTRACT_SUFX=	.jar
9
EXTRACT_ONLY=
9
EXTRACT_ONLY=
10
10
11
MAINTAINER=	kaworu@users.sourceforge.jp
11
MAINTAINER=	daniel@blodan.se
12
COMMENT=	Selenium Standalone Server, allows browser testing
12
COMMENT=	Selenium Standalone Server, allows browser testing
13
13
14
LICENSE=	APACHE20
14
LICENSE=	APACHE20
(-)www/selenium/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1493730833
1
TIMESTAMP = 1502797590
2
SHA256 (selenium-server-standalone-3.4.0.jar) = 21cbbd775678821b6b72c208b8d59664a4c7381b3c50b008b331914d2834ec8d
2
SHA256 (selenium-server-standalone-3.5.0.jar) = b0b6d2fb154c9d210379a5c6497d0ab7760f71d99507d092bd02d8ff97e71e39
3
SIZE (selenium-server-standalone-3.4.0.jar) = 21763199
3
SIZE (selenium-server-standalone-3.5.0.jar) = 22380610
(-)www/selenium/files/pkg-message.in (-32 lines)
Lines 1-32 Link Here
1
selenium
2
========
3
4
Edit your apache configuration file.
5
6
	% vi %%LOCALBASE%%/etc/apache*/httpd.conf
7
8
Add the following line.
9
10
	Alias   /selenium/      "%%PREFIX%%/www/selenium"
11
12
Run selenium.
13
14
	http://localhost/selenium/
15
16
Documentation.
17
18
	http://localhost/selenium/doc/
19
20
To automate browsers you need one or more of these ports:
21
www/firefox
22
www/chromium
23
24
With one or more of these complementary ports:
25
www/geckodriver
26
x11-servers/xorg-vfbserver
27
x11-fonts/xorg-fonts
28
x11-fonts/webfonts
29
x11/xauth
30
x11/xkeyboard-config
31
x11/xkbcomp
32
(-)www/selenium/pkg-message (+17 lines)
Line 0 Link Here
1
To automate browsers you need one or more of these ports:
2
www/firefox
3
www/chromium
4
5
With one or more of these complementary ports:
6
www/geckodriver
7
x11-servers/xorg-vfbserver
8
x11-fonts/xorg-fonts
9
x11-fonts/webfonts
10
x11/xauth
11
x11/xkeyboard-config
12
x11/xkbcomp
13
14
Clients can also be found:
15
www/rubygem-selenium-webdriver
16
www/py-selenium
17
devel/p5-Test-WWW-Selenium

Return to bug 221558