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

(-)opera/Makefile (-3 / +3 lines)
Lines 28-37 Link Here
28
MAINTAINER=	avleeuwen@piwebs.com
28
MAINTAINER=	avleeuwen@piwebs.com
29
COMMENT=	A blazingly fast, full-featured, standards-compliant browser
29
COMMENT=	A blazingly fast, full-featured, standards-compliant browser
30
30
31
OPERA_VER=	7.54
31
OPERA_VER=	8.0
32
OPERA_MINVER=	u2
32
OPERA_MINVER=	0
33
OPERA_REL=	final
33
OPERA_REL=	final
34
OPERA_DATE=	20050131
34
OPERA_DATE=	20050415
35
35
36
DATADIR=	${PREFIX}/share/${PORTNAME}
36
DATADIR=	${PREFIX}/share/${PORTNAME}
37
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
37
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
(-)opera/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = cef4983bc4e91913027b6c5d830492a8
1
MD5 (opera-8.0-20050415.1-static-qt.i386.freebsd-en.tar.bz2) = 1b4a940f03bad7af148a0418c8087b62
2
SIZE (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 4782908
2
SIZE (opera-8.0-20050415.1-static-qt.i386.freebsd-en.tar.bz2) = 5099452
(-)opera/files/patch-ini::pluginpath.ini (-3 / +7 lines)
Lines 1-6 Link Here
1
--- ini/pluginpath.ini.orig	Thu Dec 16 05:03:15 2004
1
--- ini/pluginpath.ini.orig	Fri Dec  3 11:21:10 2004
2
+++ ini/pluginpath.ini	Thu Dec 16 05:01:12 2004
2
+++ ini/pluginpath.ini	Fri Dec  3 22:55:00 2004
3
@@ -3,36 +3,14 @@
3
@@ -3,40 +3,15 @@
4
 ; This file is stored in UTF-8 encoding
4
 ; This file is stored in UTF-8 encoding
5
 
5
 
6
 [Paths]
6
 [Paths]
Lines 43-46 Link Here
43
-/usr/local/netscape/plugins=1
43
-/usr/local/netscape/plugins=1
44
-/usr/local/lib/netscape/plugins=1
44
-/usr/local/lib/netscape/plugins=1
45
-$HOME/.kde/.konqueror/nsplugins=1
45
-$HOME/.kde/.konqueror/nsplugins=1
46
-
47
-[KDE]
48
-plugins=$HOME/.kde/share/config/kcmnspluginrc
46
+%%LOCALBASE%%/lib/netscape-linux/plugins=1
49
+%%LOCALBASE%%/lib/netscape-linux/plugins=1
50
 
(-)opera/files/patch-install.sh (-45 / +152 lines)
Lines 1-5 Link Here
1
--- install.sh.orig	Mon Jan 31 16:21:15 2005
1
--- install.sh.orig	Fri Feb 25 14:36:52 2005
2
+++ install.sh	Wed Feb  9 12:32:04 2005
2
+++ install.sh	Wed Mar  2 12:43:44 2005
3
@@ -108,8 +108,8 @@
4
 
5
     if test ${os} = 'FreeBSD' -o ${os} = 'OpenBSD'; then
6
         wrapper_dir="${prefix}/bin"
7
-        doc_dir="${prefix}/share/doc/opera"
8
-        share_dir="${prefix}/share/opera"
9
+        doc_dir="${prefix}/share/doc/opera"
10
+        share_dir="${prefix}/share/opera"
11
         exec_dir="${share_dir}/bin"
12
         plugin_dir="${share_dir}/plugins"
13
     else
3
@@ -373,7 +373,7 @@
14
@@ -373,7 +373,7 @@
4
 	    mvv=''    # SunOS mv (no -v verbose option)
15
 	    mvv=''    # SunOS mv (no -v verbose option)
5
 	;;
16
 	;;
Lines 9-15 Link Here
9
 		cpf='-f'
20
 		cpf='-f'
10
 		if test "$verbose" -gt '1'; then
21
 		if test "$verbose" -gt '1'; then
11
 		    chmodv='-v'
22
 		    chmodv='-v'
12
@@ -873,52 +873,13 @@
23
@@ -759,7 +759,7 @@
24
     debug_msg 0 "in generate_wrapper()"
25
 
26
     case "${machine}:${os}" in
27
-	i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
28
+	i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
29
 	    wrapper_ibmjava="
30
 	    IBMJava2-142/jre \\
31
 	    IBMJava2-141/jre \\
32
@@ -794,7 +794,7 @@
33
 		error 'os'
34
 	;;
35
     esac
36
-    wrapper_file="${wrapper_dir}/opera"
37
+    wrapper_file="${wrapper_dir}/opera"
38
     
39
     wrapper_contain="#!/bin/sh
40
 
41
@@ -850,6 +850,9 @@
42
 OPERA_LD_PRELOAD=\"\${LD_PRELOAD}\"
43
 export OPERA_LD_PRELOAD
44
 
45
+OPERA_PERSONALDIR=\${HOME}/.opera
46
+export OPERA_PERSONALDIR
47
+
48
 # Native Java enviroment
49
 if test -f \"\${OPERA_PERSONALDIR}/javapath.txt\"; then
50
     INIJAVA=\`cat \${OPERA_PERSONALDIR}/javapath.txt\`
51
@@ -873,53 +876,12 @@
13
 
52
 
14
 if test ! \"\${OPERA_JAVA_DIR}\"; then
53
 if test ! \"\${OPERA_JAVA_DIR}\"; then
15
 
54
 
Lines 23-29 Link Here
23
 
62
 
24
     for SUNJAVA in \\
63
     for SUNJAVA in \\
25
-	jre1.5.0_01 \\
64
-	jre1.5.0_01 \\
26
 	jdk1.5.0_01/jre \\
65
-	jdk1.5.0_01/jre \\
27
-	j2re1.4.2_06 \\
66
-	j2re1.4.2_06 \\
28
-	j2sdk1.4.2_06/jre \\
67
-	j2sdk1.4.2_06/jre \\
29
-	j2re1.4.2_04 \\
68
-	j2re1.4.2_04 \\
Lines 48-53 Link Here
48
-	j2se/1.3/jre \\
87
-	j2se/1.3/jre \\
49
-	j2se/jre \\
88
-	j2se/jre \\
50
-	jre1.3.1_15 \\
89
-	jre1.3.1_15 \\
90
-	jre1.3.1_04 \\
51
-	jre1.3.1_02 \\
91
-	jre1.3.1_02 \\
52
-	jre1.3.1_01 \\
92
-	jre1.3.1_01 \\
53
-	j2re1.3.1 \\
93
-	j2re1.3.1 \\
Lines 65-71 Link Here
65
 	; do
105
 	; do
66
 	for PREFIX in \${PREFIXES}; do
106
 	for PREFIX in \${PREFIXES}; do
67
 	    if test -f \"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}/libjava.so\"; then OPERA_JAVA_DIR=\"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}\" && break; fi
107
 	    if test -f \"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}/libjava.so\"; then OPERA_JAVA_DIR=\"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}\" && break; fi
68
@@ -967,11 +928,8 @@
108
@@ -970,11 +932,8 @@
69
 
109
 
70
 # Acrobat Reader
110
 # Acrobat Reader
71
 for BINDIR in \\
111
 for BINDIR in \\
Lines 79-85 Link Here
79
     ; do
119
     ; do
80
     if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi
120
     if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi
81
 done
121
 done
82
@@ -1285,36 +1243,13 @@
122
@@ -985,12 +944,13 @@
123
 LD_LIBRARY_PATH=\"\${OPERA_BINARYDIR}:\${LD_LIBRARY_PATH}\"
124
 export LD_LIBRARY_PATH
125
 
126
-# Spellchecker needs to find libaspell.so.15 
127
+# Spellchecker needs to find libaspell.so.16 
128
 for LIBASPELL_DIR in \\
129
+    %%LOCALBASE%%/lib \\
130
     /usr/local/lib \\
131
     /opkg/lib \\
132
 ; do
133
-    if test -f \"\${LIBASPELL_DIR}/libaspell.so.15\"; then
134
+    if test -f \"\${LIBASPELL_DIR}/libaspell.so.16\"; then
135
         LD_LIBRARY_PATH=\"\${LD_LIBRARY_PATH}:\${LIBASPELL_DIR}\"
136
     fi
137
 done
138
@@ -1080,7 +1040,7 @@
139
     chop "${OPERADESTDIR}" "str_localdirshare"
140
     chop "${OPERADESTDIR}" "str_localdirplugin"
141
 
142
-    backup ${wrapper_dir}/opera opera
143
+    #backup ${wrapper_dir}/opera opera
144
 
145
     # Executable
146
 	debug_msg 1 "Executable"
147
@@ -1115,7 +1075,7 @@
148
 
149
 	#cp $cpv $cpf wrapper.sh $wrapper_dir/opera
150
 	generate_wrapper
151
-        chmod $chmodv 755 $wrapper_dir/opera
152
+        chmod $chmodv 755 $wrapper_file
153
 
154
     # Documentation
155
 	debug_msg 1 "Documentation"
156
@@ -1288,36 +1248,13 @@
83
 
157
 
84
 	if test -z "${OPERADESTDIR}"; then
158
 	if test -z "${OPERADESTDIR}"; then
85
 
159
 
Lines 120-126 Link Here
120
 
194
 
121
 	fi # OPERADESTDIR
195
 	fi # OPERADESTDIR
122
 
196
 
123
@@ -1443,72 +1378,36 @@
197
@@ -1345,13 +1282,13 @@
198
 {
199
     # arg1 = location
200
 
201
-    wmconfig_file="${1}/opera"
202
+    wmconfig_file="${1}/opera"
203
 
204
-    wmconfig_contain='opera name "Opera"
205
+    wmconfig_contain='opera name "Opera"
206
 opera description "Opera Web Browser"
207
 opera icon "opera.xpm"
208
 opera mini-icon "opera.xpm"
209
-opera exec "opera &"
210
+opera exec "opera &"
211
 opera group "Internet"'
212
 
213
     echo "${wmconfig_contain}" > ${wmconfig_file}
214
@@ -1362,12 +1299,12 @@
215
 {
216
     # arg1 = location
217
 
218
-    desktop_file="${1}/opera.desktop"
219
+    desktop_file="${1}/opera.desktop"
220
 
221
     desktop_contain='[Desktop Entry]
222
-Name=Opera
223
+Name=Opera
224
 Comment=Web Browser
225
-Exec=opera
226
+Exec=opera
227
 Icon=opera.xpm
228
 Terminal=0
229
 Type=Application'
230
@@ -1446,72 +1383,36 @@
124
 
231
 
125
     debug_msg 1 "in gnome()"
232
     debug_msg 1 "in gnome()"
126
 
233
 
Lines 128-221 Link Here
128
-
235
-
129
-      # /opt/gnome share
236
-      # /opt/gnome share
130
-      if test -d /opt/gnome/share; then
237
-      if test -d /opt/gnome/share; then
131
-
238
+    if test -d %%X11BASE%%/share/gnome/; then
239
 
132
-        # /opt/gnome icon
240
-        # /opt/gnome icon
133
-        if test ! -d /opt/gnome/share/pixmaps/; then
241
-        if test ! -d /opt/gnome/share/pixmaps/; then
134
-	  if test -w /opt/gnome/share; then
242
-	  if test -w /opt/gnome/share; then
135
-	    mkdir $mkdirv $mkdirp /opt/gnome/share/pixmaps/
243
-	    mkdir $mkdirv $mkdirp /opt/gnome/share/pixmaps/
136
-	    chmod $chmodv 755 /opt/gnome/share/pixmaps
244
-	    chmod $chmodv 755 /opt/gnome/share/pixmaps
137
-	    cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm
245
-	    cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm
138
-	  fi
246
+        # %%X11BASE%%/share/gnome icon
247
+        if test ! -d %%X11BASE%%/share/gnome/pixmaps/; then
248
+	  if test -w %%X11BASE%%/share/gnome; then
249
+	    mkdir $mkdirv $mkdirp %%X11BASE%%/share/gnome/pixmaps/
250
+	    chmod $chmodv 755 %%X11BASE%%/share/gnome/pixmaps
251
+	    cp $cpv $share_dir/images/opera.xpm %%X11BASE%%/share/gnome/pixmaps/opera.xpm
252
 	  fi
139
-	elif test -w /opt/gnome/share/pixmaps; then cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm
253
-	elif test -w /opt/gnome/share/pixmaps; then cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm
140
-	fi
254
+	elif test -w %%X11BASE%%/share/gnome/pixmaps; then cp $cpv $share_dir/images/opera.xpm %%X11BASE%%/share/gnome/pixmaps/opera.xpm
255
 	fi
141
-	# end /opt/gnome icon
256
-	# end /opt/gnome icon
142
-
257
+	# end %%X11BASE%%/share/gnome icon
258
 
143
-	# /opt/gnome link
259
-	# /opt/gnome link
144
-	if test -d /opt/gnome/share/gnome/apps/; then
260
-	if test -d /opt/gnome/share/gnome/apps/; then
145
-          if test -d /opt/gnome/share/gnome/apps/Internet/; then
261
-          if test -d /opt/gnome/share/gnome/apps/Internet/; then
146
-            if test -w /opt/gnome/share/gnome/apps/Internet; then
262
-            if test -w /opt/gnome/share/gnome/apps/Internet; then
147
-              generate_desktop /opt/gnome/share/gnome/apps/Internet
263
-              generate_desktop /opt/gnome/share/gnome/apps/Internet
148
-	    fi
264
+	# %%X11BASE%%/share/gnome link
265
+	if test -d %%X11BASE%%/share/gnome/apps/; then
266
+          if test -d %%X11BASE%%/share/gnome/apps/Internet/; then
267
+            if test -w %%X11BASE%%/share/gnome/apps/Internet; then
268
+              generate_desktop %%X11BASE%%/share/gnome/apps/Internet
269
 	    fi
149
-          elif test -d /opt/gnome/share/gnome/apps/Networking/WWW/; then
270
-          elif test -d /opt/gnome/share/gnome/apps/Networking/WWW/; then
150
-            if test -w /opt/gnome/share/gnome/apps/Networking/WWW; then
271
-            if test -w /opt/gnome/share/gnome/apps/Networking/WWW; then
151
-	      generate_desktop /opt/gnome/share/gnome/apps/Networking/WWW
272
-	      generate_desktop /opt/gnome/share/gnome/apps/Networking/WWW
152
-	    fi
273
+          elif test -d %%X11BASE%%/share/gnome/apps/Networking/WWW/; then
274
+            if test -w %%X11BASE%%/share/gnome/apps/Networking/WWW; then
275
+	     generate_desktop %%X11BASE%%/share/gnome/apps/Networking/WWW
276
 	    fi
153
-	  elif test -w /opt/gnome/share/gnome/apps; then
277
-	  elif test -w /opt/gnome/share/gnome/apps; then
154
-	    mkdir $mkdirv $mkdirp /opt/gnome/share/gnome/apps/Internet/
278
-	    mkdir $mkdirv $mkdirp /opt/gnome/share/gnome/apps/Internet/
155
-	    chmod $chmodv 755 /opt/gnome/share/gnome/apps/Internet
279
-	    chmod $chmodv 755 /opt/gnome/share/gnome/apps/Internet
156
-            generate_desktop /opt/gnome/share/gnome/apps/Internet
280
-            generate_desktop /opt/gnome/share/gnome/apps/Internet
157
-          fi
281
+	  elif test -w %%X11BASE%%/share/gnome/apps; then
158
-	fi
282
+	    mkdir $mkdirv $mkdirp %%X11BASE%%/share/gnome/apps/Internet/
283
+	    chmod $chmodv 755 %%X11BASE%%/share/gnome/apps/Internet
284
+            generate_desktop %%X11BASE%%/share/gnome/apps/Internet
285
           fi
286
 	fi
159
-	# end /opt/gnome link
287
-	# end /opt/gnome link
160
-      fi
288
-      fi
161
-      # end /opt/gnome share
289
-      # end /opt/gnome share
162
-
290
-
163
-    elif test -d /usr/share/gnome/; then
291
-    elif test -d /usr/share/gnome/; then
164
+    if test -d %%X11BASE%%/share/gnome/; then
292
-
165
 
166
-        # /usr/share/gnome icon
293
-        # /usr/share/gnome icon
167
-        if test ! -d /usr/share/gnome/pixmaps/; then
294
-        if test ! -d /usr/share/gnome/pixmaps/; then
168
-	  if test -w /usr/share/gnome; then
295
-	  if test -w /usr/share/gnome; then
169
-	    mkdir $mkdirv $mkdirp /usr/share/gnome/pixmaps/
296
-	    mkdir $mkdirv $mkdirp /usr/share/gnome/pixmaps/
170
-	    chmod $chmodv 755 /usr/share/gnome/pixmaps
297
-	    chmod $chmodv 755 /usr/share/gnome/pixmaps
171
-	    cp $cpv $share_dir/images/opera.xpm /usr/share/gnome/pixmaps/opera.xpm
298
-	    cp $cpv $share_dir/images/opera.xpm /usr/share/gnome/pixmaps/opera.xpm
172
+        # %%X11BASE%%/share/gnome icon
299
-	  fi
173
+        if test ! -d %%X11BASE%%/share/gnome/pixmaps/; then
174
+	  if test -w %%X11BASE%%/share/gnome; then
175
+	    mkdir $mkdirv $mkdirp %%X11BASE%%/share/gnome/pixmaps/
176
+	    chmod $chmodv 755 %%X11BASE%%/share/gnome/pixmaps
177
+	    cp $cpv $share_dir/images/opera.xpm %%X11BASE%%/share/gnome/pixmaps/opera.xpm
178
 	  fi
179
-	elif test -w /usr/share/gnome/pixmaps; then cp $cpv $share_dir/images/opera.xpm /usr/share/gnome/pixmaps/opera.xpm
300
-	elif test -w /usr/share/gnome/pixmaps; then cp $cpv $share_dir/images/opera.xpm /usr/share/gnome/pixmaps/opera.xpm
180
+	elif test -w %%X11BASE%%/share/gnome/pixmaps; then cp $cpv $share_dir/images/opera.xpm %%X11BASE%%/share/gnome/pixmaps/opera.xpm
301
-	fi
181
 	fi
182
-	# end /usr/share/gnome icon
302
-	# end /usr/share/gnome icon
183
+	# end %%X11BASE%%/share/gnome icon
303
-
184
 
185
-	# /usr/share/gnome link
304
-	# /usr/share/gnome link
186
-	if test -d /usr/share/gnome/apps/; then
305
-	if test -d /usr/share/gnome/apps/; then
187
-          if test -d /usr/share/gnome/apps/Internet/; then
306
-          if test -d /usr/share/gnome/apps/Internet/; then
188
-            if test -w /usr/share/gnome/apps/Internet; then
307
-            if test -w /usr/share/gnome/apps/Internet; then
189
-              generate_desktop /usr/share/gnome/apps/Internet
308
-              generate_desktop /usr/share/gnome/apps/Internet
190
+	# %%X11BASE%%/share/gnome link
309
-	    fi
191
+	if test -d %%X11BASE%%/share/gnome/apps/; then
192
+          if test -d %%X11BASE%%/share/gnome/apps/Internet/; then
193
+            if test -w %%X11BASE%%/share/gnome/apps/Internet; then
194
+              generate_desktop %%X11BASE%%/share/gnome/apps/Internet
195
 	    fi
196
-          elif test -d /usr/share/gnome/apps/Networking/WWW/; then
310
-          elif test -d /usr/share/gnome/apps/Networking/WWW/; then
197
-            if test -w /usr/share/gnome/apps/Networking/WWW; then
311
-            if test -w /usr/share/gnome/apps/Networking/WWW; then
198
-	     generate_desktop /usr/share/gnome/apps/Networking/WWW
312
-	     generate_desktop /usr/share/gnome/apps/Networking/WWW
199
+          elif test -d %%X11BASE%%/share/gnome/apps/Networking/WWW/; then
313
-	    fi
200
+            if test -w %%X11BASE%%/share/gnome/apps/Networking/WWW; then
201
+	     generate_desktop %%X11BASE%%/share/gnome/apps/Networking/WWW
202
 	    fi
203
-	  elif test -w /usr/share/gnome/apps; then
314
-	  elif test -w /usr/share/gnome/apps; then
204
-	    mkdir $mkdirv $mkdirp /usr/share/gnome/apps/Internet/
315
-	    mkdir $mkdirv $mkdirp /usr/share/gnome/apps/Internet/
205
-	    chmod $chmodv 755 /usr/share/gnome/apps/Internet
316
-	    chmod $chmodv 755 /usr/share/gnome/apps/Internet
206
-            generate_desktop /usr/share/gnome/apps/Internet
317
-            generate_desktop /usr/share/gnome/apps/Internet
207
+	  elif test -w %%X11BASE%%/share/gnome/apps; then
318
-          fi
208
+	    mkdir $mkdirv $mkdirp %%X11BASE%%/share/gnome/apps/Internet/
319
-	fi
209
+	    chmod $chmodv 755 %%X11BASE%%/share/gnome/apps/Internet
210
+            generate_desktop %%X11BASE%%/share/gnome/apps/Internet
211
           fi
212
 	fi
213
-	# end /usr/share/gnome link
320
-	# end /usr/share/gnome link
214
+	# end %%X11BASE%%/share/gnome link
321
+	# end %%X11BASE%%/share/gnome link
215
    fi
322
    fi
216
    # Add ximian here
323
    # Add ximian here
217
 }
324
 }
218
@@ -1519,39 +1418,31 @@
325
@@ -1522,39 +1423,31 @@
219
 
326
 
220
     debug_msg 1 "in kde()"
327
     debug_msg 1 "in kde()"
221
 
328
 
(-)opera/files/patch-locale::en::search.ini (-264 / +10 lines)
Lines 1-9 Link Here
1
--- locale/en/search.ini.orig	Wed Aug  4 21:46:59 2004
1
--- locale/en/search.ini.orig	Fri Apr 15 14:21:52 2005
2
+++ locale/en/search.ini	Wed Aug  4 21:47:32 2004
2
+++ locale/en/search.ini	Wed Apr 20 13:21:46 2005
3
@@ -32,8 +32,8 @@
3
@@ -422,8 +422,8 @@
4
 Nameid=0
4
 Nameid=0
5
 
5
 
6
 [Search Engine 3]
6
 [Search Engine 33]
7
-Name=Google Linu&x
7
-Name=Google Linu&x
8
-URL=http://www.google.com/linux?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
8
-URL=http://www.google.com/linux?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
9
+Name=Google &BSD
9
+Name=Google &BSD
Lines 11-20 Link Here
11
 Query=
11
 Query=
12
 Key=x
12
 Key=x
13
 Is post=0
13
 Is post=0
14
@@ -45,6 +45,32 @@
14
@@ -433,3 +433,30 @@
15
 Verbtext=17063
16
 Position=-1
15
 Nameid=0
17
 Nameid=0
16
 
18
+
17
 [Search Engine 4]
19
+[Search Engine 34]
18
+Name=FreeBSD &PRs
20
+Name=FreeBSD &PRs
19
+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
21
+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
20
+Query=
22
+Query=
Lines 27-33 Link Here
27
+Position=-1
29
+Position=-1
28
+Nameid=0
30
+Nameid=0
29
+
31
+
30
+[Search Engine 5]
32
+[Search Engine 35]
31
+Name=FreshP&orts
33
+Name=FreshP&orts
32
+URL=http://www.freshports.org/search.php?query=%s
34
+URL=http://www.freshports.org/search.php?query=%s
33
+Query=
35
+Query=
Lines 40-298 Link Here
40
+Position=-1
42
+Position=-1
41
+Nameid=0
43
+Nameid=0
42
+
44
+
43
+[Search Engine 6]
44
 Name=&Ebay.com
45
 URL=http://adfarm.mediaplex.com/ad/ck/711-1751-2978-58?loc=http%3A//www.qksrv.net/interactive%3FMfcISAPICommand%3DGetResult%26ht%3D1%26SortProperty%3DMetaEndSort%26query%3D%s%26pid%3D1458483%26url%3Dhttp%3A//search.ebay.com/search/search.dll%26aid%3D5319893
46
 Query=
47
@@ -57,7 +83,7 @@
48
 Position=-1
49
 Nameid=0
50
 
51
-[Search Engine 5]
52
+[Search Engine 7]
53
 Name=Price &Comparison
54
 URL=http://www.dealtime.com/GS2/GS2StatReDirect/?bParent=on&nFormID=0&nParentFormID=0&linkin_id=3005961&uid=1738108048&keyword=%s&submit=Search
55
 Query=
56
@@ -70,7 +96,7 @@
57
 Position=14
58
 Nameid=0
59
 
60
-[Search Engine 6]
61
+[Search Engine 8]
62
 Name=Do&wnload.com
63
 URL=http://download.com.com/3120-20-0.html?qt=%s&tg=dl-2001&part=opera&subj=windows&tag=search
64
 Query=
65
@@ -83,7 +109,7 @@
66
 Position=-1
67
 Nameid=0
68
 
69
-[Search Engine 7]
70
+[Search Engine 9]
71
 Name=Google g&roups
72
 URL=http://groups.google.com/groups?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
73
 Query=
74
@@ -96,7 +122,7 @@
75
 Position=-1
76
 Nameid=0
77
 
78
-[Search Engine 8]
79
+[Search Engine 10]
80
 Name=Google &News
81
 URL=http://news.google.com/news?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
82
 Query=
83
@@ -109,7 +135,7 @@
84
 Position=-1
85
 Nameid=0
86
 
87
-[Search Engine 9]
88
+[Search Engine 11]
89
 Name=&Opera support
90
 URL=http://www.opera.com/support/supsearch/supsearch.cgi?options=complete&maxhits=0&platform=&name=%s
91
 Query=
92
@@ -122,7 +148,7 @@
93
 Position=-1
94
 Nameid=0
95
 
96
-[Search Engine 10]
97
+[Search Engine 12]
98
 Name=&Find in page
99
 URL=
100
 Query=
101
@@ -135,7 +161,7 @@
102
 Position=-1
103
 Nameid=0
104
 
105
-[Search Engine 11]
106
+[Search Engine 13]
107
 Name=Dictionary
108
 URL=http://opera.infoplease.com/search.php3?in=dictionary&query=%s
109
 Query=
110
@@ -148,7 +174,7 @@
111
 Position=-1
112
 Nameid=0
113
 
114
-[Search Engine 12]
115
+[Search Engine 14]
116
 Name=Encyclopedia
117
 URL=http://opera.infoplease.com/search.php3?in=encyclopedia&query=%s
118
 Query=
119
@@ -161,7 +187,7 @@
120
 Position=-1
121
 Nameid=0
122
 
123
-[Search Engine 13]
124
+[Search Engine 15]
125
 Name=Currency
126
 URL=http://ekit.lycos.com/ekit/Currency/?amount=%s&fromCurrency=%s&toCurrency=%s&action_convert.x=0&action_convert.y=0
127
 Query=
128
@@ -174,7 +200,7 @@
129
 Position=-1
130
 Nameid=0
131
 
132
-[Search Engine 14]
133
+[Search Engine 16]
134
 Name=Translation
135
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_fr&partner=demo-Lycos2-en
136
 Query=
137
@@ -187,7 +213,7 @@
138
 Position=-1
139
 Nameid=0
140
 
141
-[Search Engine 15]
142
+[Search Engine 17]
143
 Name=Translation
144
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_de&partner=demo-Lycos2-en
145
 Query=
146
@@ -200,7 +226,7 @@
147
 Position=-1
148
 Nameid=0
149
 
150
-[Search Engine 16]
151
+[Search Engine 18]
152
 Name=Translation
153
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_it&partner=demo-Lycos2-en
154
 Query=
155
@@ -213,7 +239,7 @@
156
 Position=-1
157
 Nameid=0
158
 
159
-[Search Engine 17]
160
+[Search Engine 19]
161
 Name=Translation
162
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_pt&partner=demo-Lycos2-en
163
 Query=
164
@@ -226,7 +252,7 @@
165
 Position=-1
166
 Nameid=0
167
 
168
-[Search Engine 18]
169
+[Search Engine 20]
170
 Name=Translation
171
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_es&partner=demo-Lycos2-en
172
 Query=
173
@@ -239,7 +265,7 @@
174
 Position=-1
175
 Nameid=0
176
 
177
-[Search Engine 19]
178
+[Search Engine 21]
179
 Name=Translation
180
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_en&partner=demo-Lycos2-en
181
 Query=
182
@@ -252,7 +278,7 @@
183
 Position=-1
184
 Nameid=0
185
 
186
-[Search Engine 20]
187
+[Search Engine 22]
188
 Name=Translation
189
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_de&partner=demo-Lycos2-en
190
 Query=
191
@@ -265,7 +291,7 @@
192
 Position=-1
193
 Nameid=0
194
 
195
-[Search Engine 21]
196
+[Search Engine 23]
197
 Name=Translation
198
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_it&partner=demo-Lycos2-en
199
 Query=
200
@@ -278,7 +304,7 @@
201
 Position=-1
202
 Nameid=0
203
 
204
-[Search Engine 22]
205
+[Search Engine 24]
206
 Name=Translation
207
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_pt&partner=demo-Lycos2-en
208
 Query=
209
@@ -291,7 +317,7 @@
210
 Position=-1
211
 Nameid=0
212
 
213
-[Search Engine 23]
214
+[Search Engine 25]
215
 Name=Translation
216
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_es&partner=demo-Lycos2-en
217
 Query=
218
@@ -304,7 +330,7 @@
219
 Position=-1
220
 Nameid=0
221
 
222
-[Search Engine 24]
223
+[Search Engine 26]
224
 Name=Translation
225
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=de_en&partner=demo-Lycos2-en
226
 Query=
227
@@ -317,7 +343,7 @@
228
 Position=-1
229
 Nameid=0
230
 
231
-[Search Engine 25]
232
+[Search Engine 27]
233
 Name=Translation
234
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=de_fr&partner=demo-Lycos2-en
235
 Query=
236
@@ -330,7 +356,7 @@
237
 Position=-1
238
 Nameid=0
239
 
240
-[Search Engine 26]
241
+[Search Engine 28]
242
 Name=Translation
243
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=it_en&partner=demo-Lycos2-en
244
 Query=
245
@@ -343,7 +369,7 @@
246
 Position=-1
247
 Nameid=0
248
 
249
-[Search Engine 27]
250
+[Search Engine 29]
251
 Name=Translation
252
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=it_fr&partner=demo-Lycos2-en
253
 Query=
254
@@ -356,7 +382,7 @@
255
 Position=-1
256
 Nameid=0
257
 
258
-[Search Engine 28]
259
+[Search Engine 30]
260
 Name=Translation
261
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=pt_en&partner=demo-Lycos2-en
262
 Query=
263
@@ -369,7 +395,7 @@
264
 Position=-1
265
 Nameid=0
266
 
267
-[Search Engine 29]
268
+[Search Engine 31]
269
 Name=Translation
270
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=es_en&partner=demo-Lycos2-en
271
 Query=
272
@@ -382,7 +408,7 @@
273
 Position=-1
274
 Nameid=0
275
 
276
-[Search Engine 30]
277
+[Search Engine 32]
278
 Name=Translation
279
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=es_fr&partner=demo-Lycos2-en
280
 Query=
281
@@ -395,7 +421,7 @@
282
 Position=-1
283
 Nameid=0
284
 
285
-[Search Engine 31]
286
+[Search Engine 33]
287
 Name=Translation
288
 URL=http://www.infoseek.co.jp/Honyaku?tain=%s&to=EJ&svp=OPER&pg=honyaku_t_inout.html
289
 Query=
290
@@ -408,7 +434,7 @@
291
 Position=-1
292
 Nameid=0
293
 
294
-[Search Engine 32]
295
+[Search Engine 34]
296
 Name=Translation
297
 URL=http://www.infoseek.co.jp/Honyaku?tain=%s&to=JE&svp=OPER&pg=honyaku_t_inout.html
298
 Query=
(-)opera/files/patch-search.ini (-264 / +10 lines)
Lines 1-9 Link Here
1
--- search.ini.orig	Wed Aug  4 21:45:31 2004
1
--- search.ini.orig	Fri Apr 15 14:21:52 2005
2
+++ search.ini	Wed Aug  4 21:46:17 2004
2
+++ search.ini	Wed Apr 20 13:23:33 2005
3
@@ -32,8 +32,8 @@
3
@@ -422,8 +422,8 @@
4
 Nameid=0
4
 Nameid=0
5
 
5
 
6
 [Search Engine 3]
6
 [Search Engine 33]
7
-Name=Google Linu&x
7
-Name=Google Linu&x
8
-URL=http://www.google.com/linux?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
8
-URL=http://www.google.com/linux?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
9
+Name=Google &BSD
9
+Name=Google &BSD
Lines 11-20 Link Here
11
 Query=
11
 Query=
12
 Key=x
12
 Key=x
13
 Is post=0
13
 Is post=0
14
@@ -45,6 +45,32 @@
14
@@ -433,3 +433,30 @@
15
 Verbtext=17063
16
 Position=-1
15
 Nameid=0
17
 Nameid=0
16
 
18
+
17
 [Search Engine 4]
19
+[Search Engine 34]
18
+Name=FreeBSD &PRs
20
+Name=FreeBSD &PRs
19
+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
21
+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
20
+Query=
22
+Query=
Lines 27-33 Link Here
27
+Position=-1
29
+Position=-1
28
+Nameid=0
30
+Nameid=0
29
+
31
+
30
+[Search Engine 5]
32
+[Search Engine 35]
31
+Name=FreshP&orts
33
+Name=FreshP&orts
32
+URL=http://www.freshports.org/search.php?query=%s
34
+URL=http://www.freshports.org/search.php?query=%s
33
+Query=
35
+Query=
Lines 40-298 Link Here
40
+Position=-1
42
+Position=-1
41
+Nameid=0
43
+Nameid=0
42
+
44
+
43
+[Search Engine 6]
44
 Name=&Ebay.com
45
 URL=http://adfarm.mediaplex.com/ad/ck/711-1751-2978-58?loc=http%3A//www.qksrv.net/interactive%3FMfcISAPICommand%3DGetResult%26ht%3D1%26SortProperty%3DMetaEndSort%26query%3D%s%26pid%3D1458483%26url%3Dhttp%3A//search.ebay.com/search/search.dll%26aid%3D5319893
46
 Query=
47
@@ -57,7 +83,7 @@
48
 Position=-1
49
 Nameid=0
50
 
51
-[Search Engine 5]
52
+[Search Engine 7]
53
 Name=Price &Comparison
54
 URL=http://www.dealtime.com/GS2/GS2StatReDirect/?bParent=on&nFormID=0&nParentFormID=0&linkin_id=3005961&uid=1738108048&keyword=%s&submit=Search
55
 Query=
56
@@ -70,7 +96,7 @@
57
 Position=14
58
 Nameid=0
59
 
60
-[Search Engine 6]
61
+[Search Engine 8]
62
 Name=Do&wnload.com
63
 URL=http://download.com.com/3120-20-0.html?qt=%s&tg=dl-2001&part=opera&subj=windows&tag=search
64
 Query=
65
@@ -83,7 +109,7 @@
66
 Position=-1
67
 Nameid=0
68
 
69
-[Search Engine 7]
70
+[Search Engine 9]
71
 Name=Google g&roups
72
 URL=http://groups.google.com/groups?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
73
 Query=
74
@@ -96,7 +122,7 @@
75
 Position=-1
76
 Nameid=0
77
 
78
-[Search Engine 8]
79
+[Search Engine 10]
80
 Name=Google &News
81
 URL=http://news.google.com/news?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
82
 Query=
83
@@ -109,7 +135,7 @@
84
 Position=-1
85
 Nameid=0
86
 
87
-[Search Engine 9]
88
+[Search Engine 11]
89
 Name=&Opera support
90
 URL=http://www.opera.com/support/supsearch/supsearch.cgi?options=complete&maxhits=0&platform=&name=%s
91
 Query=
92
@@ -122,7 +148,7 @@
93
 Position=-1
94
 Nameid=0
95
 
96
-[Search Engine 10]
97
+[Search Engine 12]
98
 Name=&Find in page
99
 URL=
100
 Query=
101
@@ -135,7 +161,7 @@
102
 Position=-1
103
 Nameid=0
104
 
105
-[Search Engine 11]
106
+[Search Engine 13]
107
 Name=Dictionary
108
 URL=http://opera.infoplease.com/search.php3?in=dictionary&query=%s
109
 Query=
110
@@ -148,7 +174,7 @@
111
 Position=-1
112
 Nameid=0
113
 
114
-[Search Engine 12]
115
+[Search Engine 14]
116
 Name=Encyclopedia
117
 URL=http://opera.infoplease.com/search.php3?in=encyclopedia&query=%s
118
 Query=
119
@@ -161,7 +187,7 @@
120
 Position=-1
121
 Nameid=0
122
 
123
-[Search Engine 13]
124
+[Search Engine 15]
125
 Name=Currency
126
 URL=http://ekit.lycos.com/ekit/Currency/?amount=%s&fromCurrency=%s&toCurrency=%s&action_convert.x=0&action_convert.y=0
127
 Query=
128
@@ -174,7 +200,7 @@
129
 Position=-1
130
 Nameid=0
131
 
132
-[Search Engine 14]
133
+[Search Engine 16]
134
 Name=Translation
135
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_fr&partner=demo-Lycos2-en
136
 Query=
137
@@ -187,7 +213,7 @@
138
 Position=-1
139
 Nameid=0
140
 
141
-[Search Engine 15]
142
+[Search Engine 17]
143
 Name=Translation
144
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_de&partner=demo-Lycos2-en
145
 Query=
146
@@ -200,7 +226,7 @@
147
 Position=-1
148
 Nameid=0
149
 
150
-[Search Engine 16]
151
+[Search Engine 18]
152
 Name=Translation
153
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_it&partner=demo-Lycos2-en
154
 Query=
155
@@ -213,7 +239,7 @@
156
 Position=-1
157
 Nameid=0
158
 
159
-[Search Engine 17]
160
+[Search Engine 19]
161
 Name=Translation
162
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_pt&partner=demo-Lycos2-en
163
 Query=
164
@@ -226,7 +252,7 @@
165
 Position=-1
166
 Nameid=0
167
 
168
-[Search Engine 18]
169
+[Search Engine 20]
170
 Name=Translation
171
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=en_es&partner=demo-Lycos2-en
172
 Query=
173
@@ -239,7 +265,7 @@
174
 Position=-1
175
 Nameid=0
176
 
177
-[Search Engine 19]
178
+[Search Engine 21]
179
 Name=Translation
180
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_en&partner=demo-Lycos2-en
181
 Query=
182
@@ -252,7 +278,7 @@
183
 Position=-1
184
 Nameid=0
185
 
186
-[Search Engine 20]
187
+[Search Engine 22]
188
 Name=Translation
189
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_de&partner=demo-Lycos2-en
190
 Query=
191
@@ -265,7 +291,7 @@
192
 Position=-1
193
 Nameid=0
194
 
195
-[Search Engine 21]
196
+[Search Engine 23]
197
 Name=Translation
198
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_it&partner=demo-Lycos2-en
199
 Query=
200
@@ -278,7 +304,7 @@
201
 Position=-1
202
 Nameid=0
203
 
204
-[Search Engine 22]
205
+[Search Engine 24]
206
 Name=Translation
207
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_pt&partner=demo-Lycos2-en
208
 Query=
209
@@ -291,7 +317,7 @@
210
 Position=-1
211
 Nameid=0
212
 
213
-[Search Engine 23]
214
+[Search Engine 25]
215
 Name=Translation
216
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=fr_es&partner=demo-Lycos2-en
217
 Query=
218
@@ -304,7 +330,7 @@
219
 Position=-1
220
 Nameid=0
221
 
222
-[Search Engine 24]
223
+[Search Engine 26]
224
 Name=Translation
225
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=de_en&partner=demo-Lycos2-en
226
 Query=
227
@@ -317,7 +343,7 @@
228
 Position=-1
229
 Nameid=0
230
 
231
-[Search Engine 25]
232
+[Search Engine 27]
233
 Name=Translation
234
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=de_fr&partner=demo-Lycos2-en
235
 Query=
236
@@ -330,7 +356,7 @@
237
 Position=-1
238
 Nameid=0
239
 
240
-[Search Engine 26]
241
+[Search Engine 28]
242
 Name=Translation
243
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=it_en&partner=demo-Lycos2-en
244
 Query=
245
@@ -343,7 +369,7 @@
246
 Position=-1
247
 Nameid=0
248
 
249
-[Search Engine 27]
250
+[Search Engine 29]
251
 Name=Translation
252
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=it_fr&partner=demo-Lycos2-en
253
 Query=
254
@@ -356,7 +382,7 @@
255
 Position=-1
256
 Nameid=0
257
 
258
-[Search Engine 28]
259
+[Search Engine 30]
260
 Name=Translation
261
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=pt_en&partner=demo-Lycos2-en
262
 Query=
263
@@ -369,7 +395,7 @@
264
 Position=-1
265
 Nameid=0
266
 
267
-[Search Engine 29]
268
+[Search Engine 31]
269
 Name=Translation
270
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=es_en&partner=demo-Lycos2-en
271
 Query=
272
@@ -382,7 +408,7 @@
273
 Position=-1
274
 Nameid=0
275
 
276
-[Search Engine 30]
277
+[Search Engine 32]
278
 Name=Translation
279
 URL=http://r.lycos.com/r/opipreftrans/http://translation.lycos.com/lycos?urltext=%s&systran_lp=es_fr&partner=demo-Lycos2-en
280
 Query=
281
@@ -395,7 +421,7 @@
282
 Position=-1
283
 Nameid=0
284
 
285
-[Search Engine 31]
286
+[Search Engine 33]
287
 Name=Translation
288
 URL=http://www.infoseek.co.jp/Honyaku?tain=%s&to=EJ&svp=OPER&pg=honyaku_t_inout.html
289
 Query=
290
@@ -408,7 +434,7 @@
291
 Position=-1
292
 Nameid=0
293
 
294
-[Search Engine 32]
295
+[Search Engine 34]
296
 Name=Translation
297
 URL=http://www.infoseek.co.jp/Honyaku?tain=%s&to=JE&svp=OPER&pg=honyaku_t_inout.html
298
 Query=
(-)opera/pkg-plist (-43 / +11 lines)
Lines 1-7 Link Here
1
@comment $FreeBSD: ports/www/opera/pkg-plist,v 1.21 2004/12/15 20:13:24 sf Exp $
1
@comment $FreeBSD$
2
bin/opera
2
bin/opera
3
%%DOCSDIR%%/LICENSE
3
%%DOCSDIR%%/LICENSE
4
%%DOCSDIR%%/help
5
%%DATADIR%%/bin/missingsyms.so
4
%%DATADIR%%/bin/missingsyms.so
6
%%DATADIR%%/bin/opera
5
%%DATADIR%%/bin/opera
7
%%DATADIR%%/bin/spellcheck.so
6
%%DATADIR%%/bin/spellcheck.so
Lines 9-52 Link Here
9
%%DATADIR%%/chartables.bin
8
%%DATADIR%%/chartables.bin
10
%%DATADIR%%/config/opera6rc
9
%%DATADIR%%/config/opera6rc
11
%%DATADIR%%/config/opera6rc.fixed
10
%%DATADIR%%/config/opera6rc.fixed
12
%%DATADIR%%/help/advertising.html
13
%%DATADIR%%/help/background.png
14
%%DATADIR%%/help/chat.html
15
%%DATADIR%%/help/dialogs.html
16
%%DATADIR%%/help/filetypes.html
17
%%DATADIR%%/help/fonts.html
18
%%DATADIR%%/help/glossary.html
19
%%DATADIR%%/help/help.css
20
%%DATADIR%%/help/history.html
21
%%DATADIR%%/help/index.html
22
%%DATADIR%%/help/input.html
23
%%DATADIR%%/help/keyboard.html
24
%%DATADIR%%/help/languages.html
25
%%DATADIR%%/help/layout.html
26
%%DATADIR%%/help/license.txt
27
%%DATADIR%%/help/m2.html
28
%%DATADIR%%/help/mail.html
29
%%DATADIR%%/help/menus.html
30
%%DATADIR%%/help/mouse.html
31
%%DATADIR%%/help/multimedia.html
32
%%DATADIR%%/help/network.html
33
%%DATADIR%%/help/page.html
34
%%DATADIR%%/help/panels.html
35
%%DATADIR%%/help/paths.html
36
%%DATADIR%%/help/personal.html
37
%%DATADIR%%/help/preferences.html
38
%%DATADIR%%/help/privacy.html
39
%%DATADIR%%/help/search.html
40
%%DATADIR%%/help/security.html
41
%%DATADIR%%/help/skin.html
42
%%DATADIR%%/help/sounds.html
43
%%DATADIR%%/help/start.html
44
%%DATADIR%%/help/toc.html
45
%%DATADIR%%/help/toolbars.html
46
%%DATADIR%%/help/windows.html
47
%%DATADIR%%/hhd.ssr
11
%%DATADIR%%/hhd.ssr
48
%%DATADIR%%/html40_entities.dtd
12
%%DATADIR%%/html40_entities.dtd
49
%%DATADIR%%/images/background.gif
50
%%DATADIR%%/images/blank.gif
13
%%DATADIR%%/images/blank.gif
51
%%DATADIR%%/images/drive.gif
14
%%DATADIR%%/images/drive.gif
52
%%DATADIR%%/images/file.gif
15
%%DATADIR%%/images/file.gif
Lines 58-67 Link Here
58
%%DATADIR%%/images/opera_32x32.png
21
%%DATADIR%%/images/opera_32x32.png
59
%%DATADIR%%/images/opera_48x48.png
22
%%DATADIR%%/images/opera_48x48.png
60
%%DATADIR%%/images/operabanner.png
23
%%DATADIR%%/images/operabanner.png
61
%%DATADIR%%/images/shared.gif
62
%%DATADIR%%/images/splash.png
63
%%DATADIR%%/images/startup1.png
64
%%DATADIR%%/images/startup2.png
65
%%DATADIR%%/ini/dialog.ini
24
%%DATADIR%%/ini/dialog.ini
66
%%DATADIR%%/ini/fastforward.ini
25
%%DATADIR%%/ini/fastforward.ini
67
%%DATADIR%%/ini/filehandler.ini
26
%%DATADIR%%/ini/filehandler.ini
Lines 78-89 Link Here
78
%%DATADIR%%/lngcode.txt
37
%%DATADIR%%/lngcode.txt
79
%%DATADIR%%/locale/en/default.adr
38
%%DATADIR%%/locale/en/default.adr
80
%%DATADIR%%/locale/en/lngcode.txt
39
%%DATADIR%%/locale/en/lngcode.txt
40
%%DATADIR%%/locale/en/license.txt
81
%%DATADIR%%/locale/en/search.ini
41
%%DATADIR%%/locale/en/search.ini
82
%%DATADIR%%/locale/english.lng
42
%%DATADIR%%/locale/english.lng
83
%%DATADIR%%/opera6.adr
43
%%DATADIR%%/opera6.adr
84
%%DATADIR%%/plugins/libnpp.so
44
%%DATADIR%%/plugins/libnpp.so
85
%%DATADIR%%/plugins/operamotifwrapper-1
45
%%DATADIR%%/plugins/operamotifwrapper-1
86
%%DATADIR%%/plugins/operamotifwrapper-2
46
%%DATADIR%%/plugins/operamotifwrapper-2
47
%%DATADIR%%/plugins/operamotifwrapper-3
87
%%DATADIR%%/plugins/operaplugincleaner
48
%%DATADIR%%/plugins/operaplugincleaner
88
%%DATADIR%%/search.ini
49
%%DATADIR%%/search.ini
89
%%DATADIR%%/skin/standard_skin.zip
50
%%DATADIR%%/skin/standard_skin.zip
Lines 91-96 Link Here
91
%%DATADIR%%/styles/OPF.css
52
%%DATADIR%%/styles/OPF.css
92
%%DATADIR%%/styles/about.css
53
%%DATADIR%%/styles/about.css
93
%%DATADIR%%/styles/cache.css
54
%%DATADIR%%/styles/cache.css
55
%%DATADIR%%/styles/certinfo.css
94
%%DATADIR%%/styles/csr.css
56
%%DATADIR%%/styles/csr.css
95
%%DATADIR%%/styles/dir.css
57
%%DATADIR%%/styles/dir.css
96
%%DATADIR%%/styles/drives.css
58
%%DATADIR%%/styles/drives.css
Lines 115-120 Link Here
115
%%DATADIR%%/styles/user/textonly.css
77
%%DATADIR%%/styles/user/textonly.css
116
%%DATADIR%%/styles/user/userstyle.ini
78
%%DATADIR%%/styles/user/userstyle.ini
117
%%DATADIR%%/styles/wml.css
79
%%DATADIR%%/styles/wml.css
80
%%DATADIR%%/svg-sebd.dat
81
%%DATADIR%%/svg-se.dat
82
%%DATADIR%%/svg-sabd.dat
83
%%DATADIR%%/svg-sa.dat
84
%%DATADIR%%/svg-mobd.dat
85
%%DATADIR%%/svg-mo.dat
86
118
%%GNOME%%share/gnome/apps/Internet/opera.desktop
87
%%GNOME%%share/gnome/apps/Internet/opera.desktop
119
%%GNOME%%share/gnome/pixmaps/opera.xpm
88
%%GNOME%%share/gnome/pixmaps/opera.xpm
120
@dirrm %%DATADIR%%/styles/user
89
@dirrm %%DATADIR%%/styles/user
Lines 126-132 Link Here
126
@dirrm %%DATADIR%%/java
95
@dirrm %%DATADIR%%/java
127
@dirrm %%DATADIR%%/ini
96
@dirrm %%DATADIR%%/ini
128
@dirrm %%DATADIR%%/images
97
@dirrm %%DATADIR%%/images
129
@dirrm %%DATADIR%%/help
130
@dirrm %%DATADIR%%/config
98
@dirrm %%DATADIR%%/config
131
@dirrm %%DATADIR%%/bin
99
@dirrm %%DATADIR%%/bin
132
@dirrm %%DATADIR%%
100
@dirrm %%DATADIR%%

Return to bug 80142