summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-05-13 11:37:50 +0000
committertron <tron@pkgsrc.org>2004-05-13 11:37:50 +0000
commitf7e83645df77612c8ec1eb2fcf70d8f6d80a6a3f (patch)
tree22813f092afeea5acc2e438a016596cb062a1f45
parent08e6814b55cdee21d6915ae29ae9fb80331b46ab (diff)
downloadpkgsrc-f7e83645df77612c8ec1eb2fcf70d8f6d80a6a3f.tar.gz
Remove outdated an insecure packages for Opera 5.x and 6.x.
-rw-r--r--www/Makefile4
-rw-r--r--www/opera/DESCR23
-rw-r--r--www/opera/Makefile65
-rw-r--r--www/opera/PLIST2
-rw-r--r--www/opera/PLIST.SunOS203
-rw-r--r--www/opera/distinfo6
-rw-r--r--www/opera/files/opera.sh7
-rw-r--r--www/opera6/DESCR23
-rw-r--r--www/opera6/Makefile69
-rw-r--r--www/opera6/PLIST3
-rw-r--r--www/opera6/distinfo4
-rw-r--r--www/opera6/files/opera.sh25
12 files changed, 1 insertions, 433 deletions
diff --git a/www/Makefile b/www/Makefile
index 35a382cca54..77da9ce9d32 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2004/05/13 09:23:22 mjl Exp $
+# $NetBSD: Makefile,v 1.322 2004/05/13 11:37:50 tron Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -140,12 +140,10 @@ SUBDIR+= ns-plugger-communicator
SUBDIR+= ns-plugger-navigator
SUBDIR+= ns-remote
SUBDIR+= openacs
-SUBDIR+= opera
SUBDIR+= opera-acroread
SUBDIR+= opera-acroread3
SUBDIR+= opera-acroread5
SUBDIR+= opera-plugins
-SUBDIR+= opera6
SUBDIR+= opera7
SUBDIR+= p5-Apache-ASP
SUBDIR+= p5-Apache-DBILogConfig
diff --git a/www/opera/DESCR b/www/opera/DESCR
deleted file mode 100644
index 0e889c5c12a..00000000000
--- a/www/opera/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-Opera is powerful If you use the web for work or for entertainment. Features:
-* Renders HTML 3.2 and 4.0 Pages
-* Executes most EcmaScript 1.1 (Ecma-262 v.3) programs
-* Renders CSS 1 and 2 extensions
-* Browses FTP Sites
-* Handles cookies
-* Supports HTTP 1.0 and 1.1
-* Displays GIF, PNG and JPEG
-* Hot list, bookmarks and bookmark bar
-* Imports Netscape, Konqueror and IE bookmarks/favorites
-* Support for XML
-* Support for WML (WAP)
-* Proxy server support
-* Communication through SSL and TLS
-* HTTP Authorization
-* Asynchronous DNS with threading
-* Support for browsing local files
-* File transfer
-* File upload support
-* Restore window settings
-* Customizable toolbar icons
-* Keyboard link navigation
-* Printing (PostScript)
diff --git a/www/opera/Makefile b/www/opera/Makefile
deleted file mode 100644
index c8011ac549a..00000000000
--- a/www/opera/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:44 grant Exp $
-
-DISTNAME= opera-5.0.1
-CATEGORIES= www
-MASTER_SITES= http://opera.online.no/${OPERA_DIR}/ \
- ftp://ftp.opera.com/pub/opera/${OPERA_DIR}/ \
- ftp://ftp.tuwien.ac.at/infosys/browsers/opera/${OPERA_DIR}/
-DISTFILES= ${OPERAFILE}
-
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://www.opera.com/
-COMMENT= Small, fast and customizable WWW client
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc
-
-LICENSE= opera-license
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${OPSYS} == NetBSD && ${MACHINE_ARCH} == i386)
-# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common
-DIST_SUBDIR= .
-EXTRACT_ONLY= # empty
-NO_BUILD= YES
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+= suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
-DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng
-DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-
-OPERA_ARCH= ${MACHINE_ARCH}
-OPERA_DIR= linux/500
-OPERAFILE= opera-static-5.0-1.${OPERA_ARCH}.rpm
-RPMFILES= ${OPERAFILE}
-post-install:
- ${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin
-.include "../../emulators/suse_linux/Makefile.application"
-
-.elif (${OPSYS} == NetBSD && ${MACHINE_ARCH} == powerpc)
-DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib
-
-OPERA_ARCH= ppc
-
-.elif (${OPSYS} == SunOS && ${MACHINE_ARCH} == sparc)
-OPERA_ARCH= sparc
-OPERA_DIR= unix/solaris
-OPERAFILE= opera-5.0-b1-20010618.003-static.solaris.sparc.tar.gz
-DISTNAME= opera-5.0b1
-
-PLIST_SRC= PLIST.SunOS
-
-do-build:
- ${SED} -e "s,@PREFIX@,${PREFIX},g" \
- < ${FILESDIR}/opera.sh > ${WRKDIR}/opera
-
-do-install:
- cd ${WRKDIR}/opera-5.0-b1-20010618.003-static.solaris.sparc && \
- ./install.sh --prefix=${PREFIX} --docdir=${PREFIX}/share/doc/opera
- mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera
- ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin
-
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/opera/PLIST b/www/opera/PLIST
deleted file mode 100644
index f17f4a8897e..00000000000
--- a/www/opera/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:17:37 zuntum Exp $
-bin/opera
diff --git a/www/opera/PLIST.SunOS b/www/opera/PLIST.SunOS
deleted file mode 100644
index 99761368787..00000000000
--- a/www/opera/PLIST.SunOS
+++ /dev/null
@@ -1,203 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2002/10/24 10:23:07 bouyer Exp $
-bin/opera
-libexec/opera
-share/doc/opera/LICENSE
-share/opera/buttons/ReadMe.txt
-share/opera/buttons/default/buttons.ini
-share/opera/buttons/default/abc.gif
-share/opera/buttons/default/cascade.gif
-share/opera/buttons/default/compose.gif
-share/opera/buttons/default/copy.gif
-share/opera/buttons/default/delete.gif
-share/opera/buttons/default/doccomp.gif
-share/opera/buttons/default/docerr.gif
-share/opera/buttons/default/dochtlst.gif
-share/opera/buttons/default/docim.gif
-share/opera/buttons/default/docload.gif
-share/opera/buttons/default/docmail.gif
-share/opera/buttons/default/docnews.gif
-share/opera/buttons/default/docprog.gif
-share/opera/buttons/default/docsrch.gif
-share/opera/buttons/default/doctrsf.gif
-share/opera/buttons/default/document.gif
-share/opera/buttons/default/docunkn.gif
-share/opera/buttons/default/docunrd.gif
-share/opera/buttons/default/dropdown.gif
-share/opera/buttons/default/figprog.gif
-share/opera/buttons/default/go.gif
-share/opera/buttons/default/finished.gif
-share/opera/buttons/default/forward.gif
-share/opera/buttons/default/fullscre.gif
-share/opera/buttons/default/hisecu.gif
-share/opera/buttons/default/home.gif
-share/opera/buttons/default/hotlist.gif
-share/opera/buttons/default/hotlstto.gif
-share/opera/buttons/default/im.gif
-share/opera/buttons/default/incl.gif
-share/opera/buttons/default/keyb.gif
-share/opera/buttons/default/load.gif
-share/opera/buttons/default/loading.gif
-share/opera/buttons/default/losecu.gif
-share/opera/buttons/default/maxlist.gif
-share/opera/buttons/default/maxmail.gif
-share/opera/buttons/default/menu.gif
-share/opera/buttons/default/mesecu.gif
-share/opera/buttons/default/moveto.gif
-share/opera/buttons/default/new.gif
-share/opera/buttons/default/newbkmk.gif
-share/opera/buttons/default/newcntct.gif
-share/opera/buttons/default/newfldr.gif
-share/opera/buttons/default/newscatc.gif
-share/opera/buttons/default/newsfoll.gif
-share/opera/buttons/default/url.gif
-share/opera/buttons/default/newsfoll1.gif
-share/opera/buttons/default/newsgrp.gif
-share/opera/buttons/default/newsmrea.gif
-share/opera/buttons/default/newsnext.gif
-share/opera/buttons/default/newsover.gif
-share/opera/buttons/default/newsprev.gif
-share/opera/buttons/default/newssall.gif
-share/opera/buttons/default/newsthr.gif
-share/opera/buttons/default/newsunr.gif
-share/opera/buttons/default/next.gif
-share/opera/buttons/default/noimg.gif
-share/opera/buttons/default/nosecu.gif
-share/opera/buttons/default/open.gif
-share/opera/buttons/default/previous.gif
-share/opera/buttons/default/previous1.gif
-share/opera/buttons/default/print.gif
-share/opera/buttons/default/printact.gif
-share/opera/buttons/default/printall.gif
-share/opera/buttons/default/printscr.gif
-share/opera/buttons/default/printvie.gif
-share/opera/buttons/default/redirect.gif
-share/opera/buttons/default/reload.gif
-share/opera/buttons/default/reply.gif
-share/opera/buttons/default/replyall.gif
-share/opera/buttons/default/save.gif
-share/opera/buttons/default/search.gif
-share/opera/buttons/default/send.gif
-share/opera/buttons/default/send1.gif
-share/opera/buttons/default/sendqd.gif
-share/opera/buttons/default/show.gif
-share/opera/buttons/default/split.gif
-share/opera/buttons/default/stop.gif
-share/opera/buttons/default/stop1.gif
-share/opera/buttons/default/tbsearch.gif
-share/opera/buttons/default/tile.gif
-share/opera/buttons/default/tilevert.gif
-share/opera/buttons/default/update.gif
-share/opera/buttons/default/usermode.gif
-share/opera/buttons/default/websrch.gif
-share/opera/buttons/defsmall/buttons.ini
-share/opera/buttons/defsmall/abc.gif
-share/opera/buttons/defsmall/cascade.gif
-share/opera/buttons/defsmall/compose.gif
-share/opera/buttons/defsmall/copy.gif
-share/opera/buttons/defsmall/delete.gif
-share/opera/buttons/defsmall/dropdown.gif
-share/opera/buttons/defsmall/forward.gif
-share/opera/buttons/defsmall/fullscre.gif
-share/opera/buttons/defsmall/home.gif
-share/opera/buttons/defsmall/hotlist.gif
-share/opera/buttons/defsmall/hotlstto.gif
-share/opera/buttons/defsmall/imsmall.gif
-share/opera/buttons/defsmall/incl.gif
-share/opera/buttons/defsmall/keyb.gif
-share/opera/buttons/defsmall/maxlist.gif
-share/opera/buttons/defsmall/maxmail.gif
-share/opera/buttons/defsmall/menu.gif
-share/opera/buttons/defsmall/moveto.gif
-share/opera/buttons/defsmall/new.gif
-share/opera/buttons/defsmall/newbkmk.gif
-share/opera/buttons/defsmall/newcntct.gif
-share/opera/buttons/defsmall/newfldr.gif
-share/opera/buttons/defsmall/newsgrp.gif
-share/opera/buttons/defsmall/newscatc.gif
-share/opera/buttons/defsmall/newsfoll.gif
-share/opera/buttons/defsmall/newsmrea.gif
-share/opera/buttons/defsmall/newsnext.gif
-share/opera/buttons/defsmall/newsover.gif
-share/opera/buttons/defsmall/newsprev.gif
-share/opera/buttons/defsmall/newssall.gif
-share/opera/buttons/defsmall/newsthr.gif
-share/opera/buttons/defsmall/newsunr.gif
-share/opera/buttons/defsmall/next.gif
-share/opera/buttons/defsmall/open.gif
-share/opera/buttons/defsmall/previous.gif
-share/opera/buttons/defsmall/print.gif
-share/opera/buttons/defsmall/redirect.gif
-share/opera/buttons/defsmall/reload.gif
-share/opera/buttons/defsmall/reply.gif
-share/opera/buttons/defsmall/replyall.gif
-share/opera/buttons/defsmall/save.gif
-share/opera/buttons/defsmall/search.gif
-share/opera/buttons/defsmall/send.gif
-share/opera/buttons/defsmall/sendqd.gif
-share/opera/buttons/defsmall/split.gif
-share/opera/buttons/defsmall/tile.gif
-share/opera/buttons/defsmall/tilevert.gif
-share/opera/buttons/defsmall/update.gif
-share/opera/buttons/defsmall/url.gif
-share/opera/buttons/examples/example_big.ini
-share/opera/buttons/examples/example_small.ini
-share/opera/buttons/examples/opera_22x22.png
-share/opera/buttons/examples/opera_32x32.png
-share/opera/buttons/Default
-share/opera/buttons/DefSmall
-share/opera/help/access.htm
-share/opera/help/alpha.htm
-share/opera/help/bookmark.htm
-share/opera/help/contact.htm
-share/opera/help/dialogs.htm
-share/opera/help/features.htm
-share/opera/help/helphelp.htm
-share/opera/help/index.htm
-share/opera/help/keyboard.htm
-share/opera/help/link_up.gif
-share/opera/help/menus.htm
-share/opera/help/opera5.css
-share/opera/help/prefmenu.htm
-share/opera/help/reg_form.txt
-share/opera/help/security.htm
-share/opera/help/starter.htm
-share/opera/help/terms.htm
-share/opera/help/trouble.htm
-share/opera/images/background.gif
-share/opera/images/blank.gif
-share/opera/images/drive.gif
-share/opera/images/file.gif
-share/opera/images/folder.gif
-share/opera/images/link.gif
-share/opera/images/operabanner.png
-share/opera/styles/OPF.CSS
-share/opera/styles/about.css
-share/opera/styles/cache.css
-share/opera/styles/csr.css
-share/opera/styles/dir.css
-share/opera/styles/drives.css
-share/opera/styles/email.css
-share/opera/styles/history.css
-share/opera/styles/im.css
-share/opera/styles/mime.css
-share/opera/styles/mimehead.css
-share/opera/styles/plugins.css
-share/opera/styles/wml.css
-share/opera/opera.xpm
-share/opera/opera.wmconfig
-share/opera/opera.desktop
-share/opera/opera_16x16.png
-share/opera/opera_22x22.png
-share/opera/opera_32x32.png
-share/opera/opera_48x48.png
-share/opera/opera.adr
-
-@dirrm share/doc/opera
-@dirrm share/opera/buttons/default
-@dirrm share/opera/buttons/defsmall
-@dirrm share/opera/buttons/examples
-@dirrm share/opera/buttons
-@dirrm share/opera/help
-@dirrm share/opera/images
-@dirrm share/opera/styles
-@dirrm share/opera
diff --git a/www/opera/distinfo b/www/opera/distinfo
deleted file mode 100644
index d103a1c3b48..00000000000
--- a/www/opera/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2002/10/24 10:23:08 bouyer Exp $
-
-SHA1 (./opera-static-5.0-1.i386.rpm) = dbaf27b7afe43eba996bdbbe970d50bb7d58cf7c
-Size (./opera-static-5.0-1.i386.rpm) = 2801119 bytes
-SHA1 (opera-5.0-b1-20010618.003-static.solaris.sparc.tar.gz) = 24f285bcd40d9d222aa6648b738f92607a0febe0
-Size (opera-5.0-b1-20010618.003-static.solaris.sparc.tar.gz) = 3760625 bytes
diff --git a/www/opera/files/opera.sh b/www/opera/files/opera.sh
deleted file mode 100644
index 8f2104985e2..00000000000
--- a/www/opera/files/opera.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-OPERA_DIR=@PREFIX@/share/opera
-export OPERA_DIR
-LD_LIBRARY_PATH=/usr/openwin/lib
-export LD_LIBRARY_PATH
-exec @PREFIX@/libexec/opera
diff --git a/www/opera6/DESCR b/www/opera6/DESCR
deleted file mode 100644
index 0e889c5c12a..00000000000
--- a/www/opera6/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-Opera is powerful If you use the web for work or for entertainment. Features:
-* Renders HTML 3.2 and 4.0 Pages
-* Executes most EcmaScript 1.1 (Ecma-262 v.3) programs
-* Renders CSS 1 and 2 extensions
-* Browses FTP Sites
-* Handles cookies
-* Supports HTTP 1.0 and 1.1
-* Displays GIF, PNG and JPEG
-* Hot list, bookmarks and bookmark bar
-* Imports Netscape, Konqueror and IE bookmarks/favorites
-* Support for XML
-* Support for WML (WAP)
-* Proxy server support
-* Communication through SSL and TLS
-* HTTP Authorization
-* Asynchronous DNS with threading
-* Support for browsing local files
-* File transfer
-* File upload support
-* Restore window settings
-* Customizable toolbar icons
-* Keyboard link navigation
-* Printing (PostScript)
diff --git a/www/opera6/Makefile b/www/opera6/Makefile
deleted file mode 100644
index 019f493a3e2..00000000000
--- a/www/opera6/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2004/04/30 05:26:00 snj Exp $
-
-DISTNAME= opera-${OPERA_PKG_VERSION}
-CATEGORIES= www
-MASTER_SITES= http://www.panix.com/opera/files/linux/${OPERA_DIR}/ \
- ftp://ftp.hu-berlin.de/pub/www/opera/linux/${OPERA_DIR}/ \
- http://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_DIR}/ \
- http://ftp.opera.com/pub/opera/linux/${OPERA_DIR}/ \
- http://opera.online.no/linux/${OPERA_DIR}/ \
- ftp://ftp.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_DIR}/ \
- ftp://ftp.opera.com/pub/opera/linux/
-EXTRACT_SUFX= .rpm
-DISTFILES= opera-${OPERA_DIST_VERSION}.${OPERA_ARCH}${EXTRACT_SUFX}
-
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://www.opera.com/
-COMMENT= Small, fast and customizable WWW client
-
-ONLY_FOR_PLATFORM= NetBSD-*-i386
-
-LICENSE= opera-license
-
-# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common
-DIST_SUBDIR= .
-EXTRACT_ONLY= # empty
-PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-
-USE_BUILDLINK3= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-# A default so lintpkgsrc is happy
-OPERA_PKG_VERSION= 6.12
-
-.if (${MACHINE_ARCH} == i386)
-DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+= suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
-DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng
-DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-
-OPERA_ARCH= i386
-OPERA_PKG_VERSION= 6.12
-OPERA_DIR= ${OPERA_PKG_VERSION:S/.//}/final/en/i386/static
-OPERA_DIST_VERSION= ${OPERA_PKG_VERSION}-20030305.1-static-qt
-.endif
-
-RPMFILES= ${DISTFILES}
-
-do-build:
- ${SED} -e 's#@EMULDIR@#${EMULDIR}#g' ${FILESDIR}/opera.sh > \
- ${WRKDIR}/opera
-
-post-install: post-install-manpage
- ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin
-
-.include "../../emulators/suse_linux/Makefile.application"
-
-post-install-manpage:
-# The SuSE common makefile defines "MANCOMPRESSED".
-.if defined(MANCOMPRESSED)
- ${GZIP_CMD} ${EMULDIR}/usr/share/man/man1/opera.1
- ${LN} -fs ../../${EMULSUBDIR}/usr/share/man/man1/opera.1.gz \
- ${PREFIX}/man/man1
-.else
- ${LN} -fs ../../${EMULSUBDIR}/usr/share/man/man1/opera \
- ${PREFIX}/man/man1
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/opera6/PLIST b/www/opera6/PLIST
deleted file mode 100644
index 9a06bde4e09..00000000000
--- a/www/opera6/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/22 22:22:21 tron Exp $
-bin/opera
-man/man1/opera.1
diff --git a/www/opera6/distinfo b/www/opera6/distinfo
deleted file mode 100644
index 9c489d315f0..00000000000
--- a/www/opera6/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.12 2003/03/27 00:00:42 jdolecek Exp $
-
-SHA1 (./opera-6.12-20030305.1-static-qt.i386.rpm) = 9f02dd65bd3975e0d254cb0c538f22d7c1af0793
-Size (./opera-6.12-20030305.1-static-qt.i386.rpm) = 4992305 bytes
diff --git a/www/opera6/files/opera.sh b/www/opera6/files/opera.sh
deleted file mode 100644
index e804d1b5f7f..00000000000
--- a/www/opera6/files/opera.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-LINUX_KERN_OSREL=`/sbin/sysctl -n emul.linux.kern.osrelease 2>/dev/null`
-if [ -z "$LINUX_KERN_OSREL" -o "$LINUX_KERN_OSREL" = "2.0.38" ]
-then
- OPERADIR=$HOME/.opera
- mkdir -p $OPERADIR || exit 1
- for FILE in $OPERADIR/opera6.ini $OPERADIR/opera.ini
- do
- if [ -e ${FILE} ]
- then
- if grep -q '^Synchronous DNS Lookup=0$' ${FILE}
- then
- cp -p ${FILE} ${FILE}.patch
- sed -e 's#^\(Synchronous DNS Lookup\)=0$#\1=1#' ${FILE}.patch >${FILE}
- rm -f ${FILE}.patch
- fi
- else
- echo >${FILE} "[Performance]"
- echo >>${FILE} "Synchronous DNS Lookup=1"
- fi
- done
-fi
-
-unset LD_LIBRARY_PATH
-exec @EMULDIR@/bin/bash /usr/bin/opera "$@"