View | Details | Raw Unified | Return to bug 66628
Collapse All | Expand All

(-)opera/Makefile (-24 / +34 lines)
Lines 2-31 Link Here
2
# Date created:					November 5th 2000
2
# Date created:					November 5th 2000
3
# Whom:						des
3
# Whom:						des
4
#
4
#
5
# $FreeBSD: ports/www/opera/Makefile,v 1.27 2004/04/15 13:57:01 sf Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	opera
8
PORTNAME=	opera
9
PORTVERSION=	7.23.20031119
9
PORTVERSION=	${OPERA_VER}.${OPERA_DATE}
10
PORTREVISION=	1
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/723/final/en/ \
11
MASTER_SITES=	http://ftp.scarlet.be/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
13
		ftp://sunsite.cnlab-switch.ch/mirror/opera/unix/freebsd/723/final/en/ \
12
		ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
14
		ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/723/final/en/ \
13
		http://www.mehok.uni-miskolc.hu/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
15
		ftp://ftp.ntua.gr/pub/www/Opera/unix/freebsd/723/final/en/ \
14
		ftp://ftp.heanet.ie/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
16
		http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/723/final/en/ \
15
		ftp://opera.nsc.no/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
17
		ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/723/final/en/ \
16
		http://ftp.task.gda.pl/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
18
		ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/723/final/en/ \
17
		ftp://ftp.idilis.ro/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
19
		http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/723/final/en/ \
18
		http://www.fastmirrors.org/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
20
		ftp://ftp.opera.com/pub/opera/unix/freebsd/723/final/en/
19
		http://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
21
20
		ftp://mirror.switch.ch/mirror/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
22
DISTNAME=	${PORTNAME}-${PORTVERSION:S/3./3-/}.1-static-qt.i386.freebsd-en
21
		ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
22
		http://ftp.ankara.edu.tr/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
23
		ftp://files.downloadthat.com/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \
24
		ftp://ftp.opera.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/
25
DISTNAME=	${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.1-static-qt.i386.freebsd-en
23
26
24
MAINTAINER=	avleeuwen@piwebs.com
27
MAINTAINER=	avleeuwen@piwebs.com
25
COMMENT=	A blazingly fast, full-featured, standards-compliant browser
28
COMMENT=	A blazingly fast, full-featured, standards-compliant browser
26
29
30
OPERA_VER=	7.50
31
OPERA_REL=	final
32
OPERA_DATE=	20040511
33
27
CONFLICTS=	linux-opera-*
34
CONFLICTS=	linux-opera-*
28
35
36
DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
37
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
38
29
USE_BZIP2=	yes
39
USE_BZIP2=	yes
30
USE_X_PREFIX=	yes
40
USE_X_PREFIX=	yes
31
USE_REINPLACE=	yes
41
USE_REINPLACE=	yes
Lines 41-73 Link Here
41
.endif
51
.endif
42
52
43
.if exists(/etc/X11/applnk)
53
.if exists(/etc/X11/applnk)
44
PLIST_SUB+=	APPLNK:=""
54
PLIST_SUB+=	APPLNK=""
45
.else
55
.else
46
PLIST_SUB+=	APPLNK:="@comment "
56
PLIST_SUB+=	APPLNK="@comment "
47
.endif
57
.endif
48
58
49
.if exists(${X11BASE}/share/gnome)
59
.if exists(${X11BASE}/share/gnome)
50
PLIST_SUB+=	GNOME:=""
60
PLIST_SUB+=	GNOME=""
51
.else
61
.else
52
PLIST_SUB+=	GNOME:="@comment "
62
PLIST_SUB+=	GNOME="@comment "
53
.endif
63
.endif
54
64
55
.if exists(${X11BASE}/share/applnk/Internet)
65
.if exists(${X11BASE}/share/applnk/Internet)
56
PLIST_SUB+=	KDE:=""
66
PLIST_SUB+=	KDE=""
57
.else
67
.else
58
PLIST_SUB+=	KDE:="@comment "
68
PLIST_SUB+=	KDE="@comment "
59
.endif
69
.endif
60
70
61
.if exists(${X11BASE}/share/applnk/Networking)
71
.if exists(${X11BASE}/share/applnk/Networking)
62
PLIST_SUB+=	KDE2:=""
72
PLIST_SUB+=	KDE2=""
63
.else
73
.else
64
PLIST_SUB+=	KDE2:="@comment "
74
PLIST_SUB+=	KDE2="@comment "
65
.endif
75
.endif
66
76
67
.if exists(${X11BASE}/share/gnome/apps)
77
.if exists(${X11BASE}/share/gnome/apps)
68
PLIST_SUB+=	GNOMELNK:=""
78
PLIST_SUB+=	GNOMELNK=""
69
.else
79
.else
70
PLIST_SUB+=	GNOMELNK:="@comment "
80
PLIST_SUB+=	GNOMELNK="@comment "
71
.endif
81
.endif
72
82
73
post-patch:
83
post-patch:
(-)opera/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (opera-7.23-20031119.1-static-qt.i386.freebsd-en.tar.bz2) = cb838b40b70e42481ee0c159539d10c7
1
MD5 (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.bz2) = 1438a8708cfc8cda9ae9e14c1fc72dd9
2
SIZE (opera-7.23-20031119.1-static-qt.i386.freebsd-en.tar.bz2) = 4732147
2
SIZE (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.bz2) = 4754897
(-)opera/pkg-message (+5 lines)
Lines 4-8 Link Here
4
first time. This can be done from the command line using 
4
first time. This can be done from the command line using 
5
"mv ~/.opera ~/.opera-mybackup".
5
"mv ~/.opera ~/.opera-mybackup".
6
6
7
If you have installed the www/opera-devel port before, and you'd like to keep
8
the settings and bookmarks you used in opera-devel, move the opera-devel 
9
personal directory like this:
10
"mv ~/.opera-devel ~/.opera"
11
7
If you are running FreeBSD 5.x and are experiencing a core dump when starting
12
If you are running FreeBSD 5.x and are experiencing a core dump when starting
8
Opera, try updating the compat4x port.
13
Opera, try updating the compat4x port.
(-)opera/pkg-plist (-11 / +16 lines)
Lines 1-15 Link Here
1
@comment $FreeBSD$
1
bin/opera
2
bin/opera
2
%%DOCSDIR%%/LICENSE
3
%%DOCSDIR%%/LICENSE
3
%%DOCSDIR%%/help
4
%%DOCSDIR%%/help
4
%%DATADIR%%/bin/m2.so
5
%%DATADIR%%/bin/missingsyms.so
5
%%DATADIR%%/bin/missingsyms.so
6
%%DATADIR%%/bin/opera
6
%%DATADIR%%/bin/opera
7
%%DATADIR%%/bin/spellcheck.so
7
%%DATADIR%%/bin/works
8
%%DATADIR%%/bin/works
8
%%DATADIR%%/chartables.bin
9
%%DATADIR%%/chartables.bin
9
%%DATADIR%%/config/opera6rc
10
%%DATADIR%%/config/opera6rc
10
%%DATADIR%%/config/opera6rc.fixed
11
%%DATADIR%%/config/opera6rc.fixed
11
%%DATADIR%%/help/advertising.html
12
%%DATADIR%%/help/advertising.html
12
%%DATADIR%%/help/background.png
13
%%DATADIR%%/help/background.png
14
%%DATADIR%%/help/chat.html
13
%%DATADIR%%/help/dialogs.html
15
%%DATADIR%%/help/dialogs.html
14
%%DATADIR%%/help/filetypes.html
16
%%DATADIR%%/help/filetypes.html
15
%%DATADIR%%/help/fonts.html
17
%%DATADIR%%/help/fonts.html
Lines 30-35 Link Here
30
%%DATADIR%%/help/multimedia.html
32
%%DATADIR%%/help/multimedia.html
31
%%DATADIR%%/help/network.html
33
%%DATADIR%%/help/network.html
32
%%DATADIR%%/help/page.html
34
%%DATADIR%%/help/page.html
35
%%DATADIR%%/help/panels.html
33
%%DATADIR%%/help/paths.html
36
%%DATADIR%%/help/paths.html
34
%%DATADIR%%/help/personal.html
37
%%DATADIR%%/help/personal.html
35
%%DATADIR%%/help/preferences.html
38
%%DATADIR%%/help/preferences.html
Lines 42-47 Link Here
42
%%DATADIR%%/help/toc.html
45
%%DATADIR%%/help/toc.html
43
%%DATADIR%%/help/toolbars.html
46
%%DATADIR%%/help/toolbars.html
44
%%DATADIR%%/help/windows.html
47
%%DATADIR%%/help/windows.html
48
%%DATADIR%%/hhd.ssr
45
%%DATADIR%%/images/background.gif
49
%%DATADIR%%/images/background.gif
46
%%DATADIR%%/images/blank.gif
50
%%DATADIR%%/images/blank.gif
47
%%DATADIR%%/images/drive.gif
51
%%DATADIR%%/images/drive.gif
Lines 60-66 Link Here
60
%%DATADIR%%/images/startup2.png
64
%%DATADIR%%/images/startup2.png
61
%%DATADIR%%/ini/dialog.ini
65
%%DATADIR%%/ini/dialog.ini
62
%%DATADIR%%/ini/fastforward.ini
66
%%DATADIR%%/ini/fastforward.ini
63
%%DATADIR%%/ini/minimal_toolbar.ini
67
%%DATADIR%%/ini/filehandler.ini
68
%%DATADIR%%/ini/pluginpath.ini
69
%%DATADIR%%/ini/spellcheck.ini
64
%%DATADIR%%/ini/standard_keyboard.ini
70
%%DATADIR%%/ini/standard_keyboard.ini
65
%%DATADIR%%/ini/standard_menu.ini
71
%%DATADIR%%/ini/standard_menu.ini
66
%%DATADIR%%/ini/standard_mouse.ini
72
%%DATADIR%%/ini/standard_mouse.ini
Lines 70-78 Link Here
70
%%DATADIR%%/java/opera.policy
76
%%DATADIR%%/java/opera.policy
71
%%DATADIR%%/jsconsole.html
77
%%DATADIR%%/jsconsole.html
72
%%DATADIR%%/lngcode.txt
78
%%DATADIR%%/lngcode.txt
73
%%DATADIR%%/locale/english.lng
74
%%DATADIR%%/locale/en/default.adr
79
%%DATADIR%%/locale/en/default.adr
80
%%DATADIR%%/locale/en/lngcode.txt
75
%%DATADIR%%/locale/en/search.ini
81
%%DATADIR%%/locale/en/search.ini
82
%%DATADIR%%/locale/english.lng
76
%%DATADIR%%/opera6.adr
83
%%DATADIR%%/opera6.adr
77
%%DATADIR%%/plugins/libnpp.so
84
%%DATADIR%%/plugins/libnpp.so
78
%%DATADIR%%/plugins/operamotifwrapper
85
%%DATADIR%%/plugins/operamotifwrapper
Lines 107-113 Link Here
107
%%DATADIR%%/styles/user/textonly.css
114
%%DATADIR%%/styles/user/textonly.css
108
%%DATADIR%%/styles/user/userstyle.ini
115
%%DATADIR%%/styles/user/userstyle.ini
109
%%DATADIR%%/styles/wml.css
116
%%DATADIR%%/styles/wml.css
110
%%DATADIR%%/hhd.ssr
111
@dirrm %%DATADIR%%/styles/user
117
@dirrm %%DATADIR%%/styles/user
112
@dirrm %%DATADIR%%/styles
118
@dirrm %%DATADIR%%/styles
113
@dirrm %%DATADIR%%/skin
119
@dirrm %%DATADIR%%/skin
Lines 122-131 Link Here
122
@dirrm %%DATADIR%%/bin
128
@dirrm %%DATADIR%%/bin
123
@dirrm %%DATADIR%%
129
@dirrm %%DATADIR%%
124
@dirrm %%DOCSDIR%%
130
@dirrm %%DOCSDIR%%
125
131
%%KDE%%share/applnk/Internet/opera.desktop
126
%%KDE:%%share/applnk/Internet/opera.desktop
132
%%KDE2%%share/applnk/Networking/WWW/opera.desktop
127
%%KDE2:%%share/applnk/Networking/WWW/opera.desktop
133
%%GNOMELNK%%share/gnome/apps/Internet/opera.desktop
128
%%GNOMELNK:%%share/gnome/apps/Internet/opera.desktop
134
%%GNOME%%share/gnome/pixmaps/opera.xpm
129
%%GNOME:%%share/gnome/pixmaps/opera.xpm
135
%%KDE2%%@dirrm share/applnk/Networking/WWW
130
%%KDE2:%%@dirrm share/applnk/Networking/WWW
136
%%APPLNK%%applnk/Internet/opera.desktop
131
%%APPLNK:%%applnk/Internet/opera.desktop

Return to bug 66628