summaryrefslogtreecommitdiff
path: root/www/linux-opera-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/linux-opera-devel')
-rw-r--r--www/linux-opera-devel/Makefile65
-rw-r--r--www/linux-opera-devel/distinfo3
-rw-r--r--www/linux-opera-devel/files/patch-install.sh415
-rw-r--r--www/linux-opera-devel/files/patch-pluginpath.ini82
-rw-r--r--www/linux-opera-devel/files/patch-search.ini160
-rw-r--r--www/linux-opera-devel/pkg-descr7
-rw-r--r--www/linux-opera-devel/pkg-plist297
7 files changed, 0 insertions, 1029 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile
deleted file mode 100644
index 7490e33a5ea1..000000000000
--- a/www/linux-opera-devel/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# New ports collection makefile for: linux-opera
-# Date created: December 6th 2000
-# Whom: des
-#
-# $FreeBSD$
-#
-
-PORTNAME= opera
-PORTVERSION= ${OPERA_VER}
-CATEGORIES= www linux
-MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://sunsite.cnlab-switch.ch/mirror/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://ftp.tiscali.nl/pub/mirrors/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://ftp.ntua.gr/pub/www/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- http://mirrors.pmmf.hu/mirror/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://ftp.task.gda.pl/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ftp://ftp.planetmirror.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- http://gd.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/&,}
-PKGNAMEPREFIX= linux-
-DISTNAME= ${PORTNAME}-${OPERA_VER}.gcc4-static-qt3.i386
-
-MAINTAINER= mezz@FreeBSD.org
-COMMENT= A blazingly fast, full-featured, standards-compliant browser
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/.gcc/-${OPERA_BUILD}.gcc/}
-USE_BZIP2= yes
-USE_LINUX= yes
-USE_LINUX_APPS= aspell xorglibs
-ONLY_FOR_ARCHS= i386 amd64
-
-NO_BUILD= yes
-
-OPERA_VER= 9.64
-OPERA_BUILD= 2480
-DATADIR= ${PREFIX}/share/${UNIQUENAME}
-DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
-
-MAN1= linux-opera.1
-
-post-extract:
- @${MV} ${WRKSRC}/usr/share/man/man1/opera.1 \
- ${WRKSRC}/usr/share/man/man1/${UNIQUENAME}.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%LINUXBASE%%|${LINUXBASE}|g' \
- ${WRKSRC}/install.sh \
- ${WRKSRC}/usr/share/opera/ini/pluginpath.ini
- @${REINPLACE_CMD} -e 's|man1/opera.1|man1/${UNIQUENAME}.1|g' \
- ${WRKSRC}/Manifest.md5
- @${FIND} ${WRKSRC} -name '*.orig' -delete
- @${FIND} ${WRKSRC} -name '*.bak' -delete
-
-do-install:
- @(cd ${WRKSRC} && ./install.sh \
- --prefix=${PREFIX} \
- --docdir=${DOCSDIR} \
- --sharedir=${DATADIR} \
- --exec_prefix=${DATADIR}/bin \
- --plugindir=${DATADIR}/plugins)
-
-.include <bsd.port.mk>
diff --git a/www/linux-opera-devel/distinfo b/www/linux-opera-devel/distinfo
deleted file mode 100644
index 76342246e9c7..000000000000
--- a/www/linux-opera-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (opera-9.64.gcc4-static-qt3.i386.tar.bz2) = c8de130608f10a0afb569547e473fe9c
-SHA256 (opera-9.64.gcc4-static-qt3.i386.tar.bz2) = 056f3983497438878741c45ceade285387cd393d0b3469f0a8971223c1364dbf
-SIZE (opera-9.64.gcc4-static-qt3.i386.tar.bz2) = 9273212
diff --git a/www/linux-opera-devel/files/patch-install.sh b/www/linux-opera-devel/files/patch-install.sh
deleted file mode 100644
index 666235619dd2..000000000000
--- a/www/linux-opera-devel/files/patch-install.sh
+++ /dev/null
@@ -1,415 +0,0 @@
---- install.sh.orig 2008-06-11 15:33:00.000000000 -0500
-+++ install.sh 2008-07-02 22:49:18.000000000 -0500
-@@ -832,10 +832,9 @@
- case "${machine}:${os}" in
- x86:Linux|x86_64:Linux|x86:AnyBSD|x86_64:AnyBSD|x86:OpenBSD|x86:QNX)
- wrapper_ibmjava="
-- IBMJava2-142/jre \\
-- IBMJava2-141/jre \\
-- IBMJava2-14/jre \\
-- IBMJava2-131/jre \\"
-+ linux-ibm-jdk1.3.1/jre \\
-+ linux-ibm-jdk1.4.0/jre \\
-+ linux-ibm-jdk1.4.1/jre \\"
- wrapper_sunjava_machine="i386"
- ;;
-
-@@ -865,10 +864,19 @@
- error 'os'
- ;;
- esac
-- wrapper_file="${wrapper_dir}/opera"
-+ wrapper_file="${wrapper_dir}/linux-opera"
-
- wrapper_contain="#!/bin/sh
-
-+# Required to check on shm_allow_removed if it is disable then set the
-+# OPERA_NUM_XSHM to 0 or it will causing Opera to halt or/and give strange
-+# behavior.
-+if [ \`/sbin/sysctl -n kern.ipc.shm_allow_removed\` -eq 0 ]; then
-+ OPERA_NUM_XSHM=\"0\"
-+ export OPERA_NUM_XSHM
-+ echo \"shm_allow_removed is disable, set OPERA_NUM_XSHM to 0 to disable shared memory.\"
-+fi
-+
- # Required for Session Management
- case \$0 in /*) OPERA_SCRIPT_PATH=\$0;; *) OPERA_SCRIPT_PATH=`/bin/pwd`/\$0;; esac
- export OPERA_SCRIPT_PATH
-@@ -928,8 +936,12 @@
- OPERA_LD_PRELOAD=\"\${LD_PRELOAD}\"
- export OPERA_LD_PRELOAD
-
-+# ~/.linux-opera
-+OPERA_PERSONALDIR=\${HOME}/.linux-opera
-+export OPERA_PERSONALDIR
-+
- # Native Java enviroment
--for d in \"\$OPERA_PERSONALDIR\" \"\$HOME/.opera\"
-+for d in \"\$OPERA_PERSONALDIR\" \"\$HOME/.linux-opera\"
- do if test -f \"\$d/javapath.txt\"
- then
- INIJAVA=\`cat \"\$d/javapath.txt\"\`
-@@ -950,85 +962,17 @@
-
- if test ! \"\${OPERA_JAVA_DIR}\"
- then
-- PREFIXES=\"
-- /usr
-- /usr/java
-- /usr/lib
-- /usr/local
-- /opt\"
-+ PREFIXES=\"%%LOCALBASE%%\"
-
- for SUNJAVA in \\
-- java-6-sun \\
-- java-6-sun-1.6.0.00 \\
-- java-1.5.0-sun \\
-- java-1.5.0-sun-1.5.0.09 \\
-- java-1.5.0-sun-1.5.0.09/jre \\
-- java-1.5.0-sun-1.5.0.08 \\
-- java-1.5.0-sun-1.5.0.08/jre \\
-- java-1.5.0-sun-1.5.0.07 \\
-- java-1.5.0-sun-1.5.0.07/jre \\
-- java-1.5.0-sun-1.5.0.06 \\
-- java-1.5.0-sun-1.5.0.06/jre \\
-- jre1.5.0_06 \\
-- jdk1.5.0_06/jre \\
-- java-1.5.0-sun-1.5.0.05 \\
-- java-1.5.0-sun-1.5.0.05/jre \\
-- jre1.5.0_05 \\
-- jdk1.5.0_05/jre \\
-- java-1.5.0-sun-1.5.0.04 \\
-- java-1.5.0-sun-1.5.0.04/jre \\
-- jre1.5.0_04 \\
-- jdk1.5.0_04/jre \\
-- jre1.5.0_03 \\
-- jdk1.5.0_03/jre \\
-- jre1.5.0_02 \\
-- jdk1.5.0_02/jre \\
-- jre1.5.0_01 \\
-- jdk1.5.0_01/jre \\
-- jdk1.5.0/jre \\
-- j2re1.4.2_06 \\
-- j2sdk1.4.2_06/jre \\
-- j2re1.4.2_04 \\
-- j2sdk1.4.2_04/jre \\
-- j2re1.4.2_03 \\
-- j2sdk1.4.2_03/jre \\
-- j2re1.4.2_02 \\
-- j2sdk1.4.2_02/jre \\
-- j2re1.4.2_01 \\
-- j2sdk1.4.2_01/jre \\
-- j2re1.4.2 \\
-- j2sdk1.4.2/jre \\
-- j2re1.4.1_01 \\
-- j2re1.4.1 \\
-- SUNJava2-1.4.1 \\
-- BlackdownJava2-1.4.1/jre \\
-- j2re1.4.0_01 \\
-- j2sdk1.4.0_01/jre \\
-- j2re1.4.0 \\
-- jre1.4.0 \\
-- j2se/1.4/jre \\
-- j2se/1.3/jre \\
-- j2se/jre \\
-- jre1.3.1_15 \\
-- jre1.3.1_04 \\
-- jre1.3.1_02 \\
-- jre1.3.1_01 \\
-- j2re1.3.1 \\
-- jre1.3.1 \\
-- j2re1.3 \\
-- j2se/1.3/jre \\
-- SunJava2-1.3/jre \\
-- java2re \\
-- jdk1.2.2/jre \\
-- jdk1.2/jre \\
-- jre \\
-- java \\
-- jdk1.3.1/jre \\
-- jdk1.4.2/jre \\
-- jdk1.5.0/jre \\
-- jdk1.6.0/jre \\
-- diablo-jre1.5.0 \\
-- diablo-jdk1.5.0/jre \\
-+ linux-blackdown-jdk1.3.1/jre \\
-+ linux-blackdown-jdk1.4.1/jre \\
-+ linux-blackdown-jdk1.4.2/jre \\
-+ linux-sun-jdk1.3.1/jre \\
-+ linux-sun-jdk1.4.1/jre \\
-+ linux-sun-jdk1.4.2/jre \\
-+ linux-sun-jdk1.5.0/jre \\
-+ linux-sun-jdk1.6.0/jre \\
- ; do
- for PREFIX in \${PREFIXES}
- do d=\"\$PREFIX/\$SUNJAVA/lib/$wrapper_sunjava_machine\"
-@@ -1082,11 +1026,7 @@
-
- # Acrobat Reader
- for BINDIR in \\
-- /usr/local/Acrobat[45]/bin \\
-- /usr/lib/Acrobat[45]/bin \\
-- /usr/X11R6/lib/Acrobat[45]/bin \\
-- /opt/Acrobat[45]/bin \\
-- /usr/Acrobat[45]/bin \\
-+ %%LOCALBASE%%/Acrobat5/bin \\
- ; do
- if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi
- done
-@@ -1099,8 +1039,7 @@
-
- # Spellchecker needs to find libaspell.so.15
- for LIBASPELL_DIR in \\
-- /usr/local/lib \\
-- /opkg/lib \\
-+ %%LINUXBASE%%/usr/lib \\
- ; do
- if ls \$LIBASPELL_DIR/libaspell.so.1[5-9] >/dev/null 2>&1
- then LD_LIBRARY_PATH=\"\${LD_LIBRARY_PATH}:\${LIBASPELL_DIR}\"
-@@ -1108,13 +1047,6 @@
- done"
-
- case "${os}" in
-- AnyBSD|OpenBSD)
--wrapper_contain="${wrapper_contain}
--
--# Make sure the compat libraries are found
--test -d /usr/local/lib/compat/ && LD_LIBRARY_PATH=\"\${LD_LIBRARY_PATH}:/usr/local/lib/compat/\"
--"
-- ;;
- SunOS)
- wrapper_contain="${wrapper_contain}
-
-@@ -1143,7 +1075,7 @@
- };
-
- // Opera package classes get all permissions
--grant codebase \"file://${str_localdirshare}/java//opera.jar\" {
-+grant codebase \"file://${str_localdirshare}/java/opera.jar\" {
- permission java.security.AllPermission;
- };
-
-@@ -1260,12 +1192,12 @@
- chop "${OPERADESTDIR}" "str_localdirshare"
- chop "${OPERADESTDIR}" "str_localdirplugin"
-
-- md5check Manifest.md5
-+ #md5check Manifest.md5
- part_install "`manifest_path operapluginwrapper`" "$exec_dir" Binaries
- manifest_contains operapluginwrapper-native && part_install "`manifest_path operapluginwrapper-native`" "$exec_dir" Binaries
- manifest_contains operapluginwrapper-ia32-linux && part_install "`manifest_path operapluginwrapper-ia32-linux`" "$exec_dir" Binaries
- part_install "`manifest_path LICENSE`" "$doc_dir" Documentation
-- part_install "`manifest_path man1/opera.1`" "$man_dir" "Manual page"
-+ part_install "`manifest_path man1/linux-opera.1`" "$man_dir" "Manual page"
-
- share_src="`manifest_path 'html40_entities\.dtd'`"
- part_install "$share_src" "$share_dir" "Shared resources"
-@@ -1274,76 +1206,20 @@
- mkdir $mkdirv $mkdirp $plugin_dir/
-
- # Wrapper
-- backup ${wrapper_dir}/opera opera
-+ #backup ${wrapper_dir}/opera opera
- debug_msg 1 "Wrapper"
- mkdir $mkdirv $mkdirp $wrapper_dir/
-
- #cp $cpv $cpf wrapper.sh $wrapper_dir/opera
- generate_wrapper
-- chmod $chmodv 755 $wrapper_dir/opera
-+ chmod $chmodv 755 $wrapper_dir/linux-opera
-
- if test -z "$OPERADESTDIR"
- then
-- # System wide configuration files
-- case $os in AnyBSD|OpenBSD) config_dir="/usr/local/etc";; *) config_dir="/etc";; esac
-- # TODO: work out what's going on here and replace with something that sets OPERA_ROOTPREFS to where they went !
-- if can_write_to "$config_dir"
-- then
-- warn
-- warn "System wide configuration files:"
-- warn " $config_dir/opera6rc"
-- warn " $config_dir/opera6rc.fixed"
-- warn " would be ignored if installed with the prefix \"$prefix\"."
-- bool_config=1
-- if [ "$flag_mode" = '--interactive' ]
-- then con_firm "Do you want to install them in $config_dir" || bool_config=0
-- else warn "Installing in default location $config_dir instead."
-- fi
--
-- if [ $bool_config -eq 1 ]
-- then
-- if [ -f "$config_dir/opera6rc" ]
-- then
-- if [ "$flag_mode" = '--interactive' ] && con_firm "$config_dir/opera6rc exists: over-write it ?"
-- then
-- backup $config_dir/opera6rc opera6rc config
-- cp $cpv $cpf etc/opera6rc $config_dir
-- fi
-- else cp $cpv $cpf etc/opera6rc $config_dir
-- fi
-- if [ -f "$config_dir/opera6rc.fixed" ]
-- then
-- if [ "$flag_mode" = '--interactive' ] && con_firm "$config_dir/opera6rc.fixed exists: over-write it ?"
-- then
-- backup $config_dir/opera6rc.fixed opera6rc.fixed config
-- cp $cpv $cpf etc/opera6rc.fixed $config_dir
-- fi
-- else cp $cpv $cpf etc/opera6rc.fixed $config_dir
-- fi
-- fi
-- else
-- warn
-- warn "User \"${USERNAME}\" does not have write access to $config_dir"
-- warn " System wide configuration files:"
-- warn " $config_dir/opera6rc"
-- warn " $config_dir/opera6rc.fixed"
-- warn " were not installed."
-- fi
--
- # Shorcuts and Icons
- bool_icons=1 # install icons by default
-- if test "${flag_mode}" = "--force" -o "${flag_mode}" = "--prefix="
-- then
-- warn
-- warn "Shortcut icons would be ignored if installed with the prefix \"$prefix\"."
-- if [ "$flag_mode" = "--force" ]
-- then warn "Installing them in default locations."
-- else bool_icons=0; warn "Ignoring them; menus shall lack nice icons."
-- fi
-- fi
--
- if test "$bool_icons" -ne 0
-- then xdg
-+ then icons
- fi
-
- fi # OPERADESTDIR
-@@ -1392,21 +1268,21 @@
- echo '[Desktop Entry]'
- if test -z "$1"
- then cat <<EOF
--Name=Opera
--Exec=opera
--Icon=opera.xpm
-+Name=Opera (linux version)
-+Exec=linux-opera
-+Icon=linux-opera.xpm
- Terminal=false
- EOF
- else
- if test "$1" = "xdg"
- then cat <<EOF
- Version=1.0
--TryExec=opera
-+TryExec=linux-opera
- EOF
- fi
- cat <<EOF
- Encoding=UTF-8
--Name=Opera
-+Name=Opera (linux version)
- Name[af]=opera
- Name[eo]=Opero
- Name[zu]=I Opera
-@@ -1430,7 +1306,7 @@
- GenericName[ven]=Buronza ya Webu
- GenericName[xh]=Umkhangeli Zincwadi Zokubhaliweyo
- GenericName[zu]=Umkhangeli zincwadi we Web
--Exec=opera %u
-+Exec=linux-opera %u
- Terminal=false
- EOF
-
-@@ -1446,15 +1322,16 @@
- if test "$1" = "xdg"
- then cat <<EOF
- Categories=Application;Qt;Network;WebBrowser;X-Ximian-Main;X-Ximian-Toplevel
--Icon=opera.png
-+Icon=linux-opera.png
- EOF
-- else echo 'Icon=opera'
-+ else echo 'Icon=linux-opera'
- fi
- echo 'MimeType=text/html;text/xml;application/xhtml+xml'
- fi
- cat <<EOF
- Comment=Web Browser
- Type=Application
-+Categories=Application;Network;WebBrowser;
- EOF
- }
-
-@@ -1462,7 +1339,7 @@
- {
- # arg1 = location
- # arg2 = type
-- desktop_content $2 > "$1/opera.desktop" && chmod $chmodv 644 "$1/opera.desktop"
-+ desktop_content $2 > "$1/linux-opera.desktop" && chmod $chmodv 644 "$1/linux-opera.desktop"
- }
-
- generate_mdk_menu()
-@@ -1487,51 +1364,26 @@
-
- debug_msg 0 "in icons()"
-
-- if test ! -d /usr/share/icons
-- then
-- if test -w /usr/share
-- then
-- mkdir $mkdirv $mkdirp /usr/share/icons/
-- cp $cpv $share_src/pixmaps/opera.xpm /usr/share/icons/opera.xpm
-- fi
-- elif test -w /usr/share/icons
-- then cp $cpv $share_src/pixmaps/opera.xpm /usr/share/icons/opera.xpm
-- fi
--
-- if test ! -d /usr/share/pixmaps
-+ if test ! -d %%LOCALBASE%%/share/pixmaps/
- then
-- if test -w /usr/share
-+ if test -w %%LOCALBASE%%/share
- then
-- mkdir $mkdirv $mkdirp /usr/share/pixmaps/
-- cp $cpv $share_src/pixmaps/opera.xpm /usr/share/pixmaps/opera.xpm
-+ mkdir $mkdirv $mkdirp %%LOCALBASE%%/share/pixmaps/
-+ cp $cpv usr/share/icons/hicolor/48x48/apps/opera.png %%LOCALBASE%%/share/pixmaps/linux-opera.png
- fi
-- elif test -w /usr/share/pixmaps/
-- then cp $cpv $share_src/pixmaps/opera.xpm /usr/share/pixmaps/opera.xpm
-+ elif test -w %%LOCALBASE%%/share/pixmaps/
-+ then cp $cpv usr/share/icons/hicolor/48x48/apps/opera.png %%LOCALBASE%%/share/pixmaps/linux-opera.png
- fi
-
-- if test ! -d /etc/X11/wmconfig/
-+ if test ! -d %%LOCALBASE%%/share/applications/
- then
-- if test -w /etc/X11
-+ if test -w %%LOCALBASE%%/share
- then
-- mkdir $mkdirv $mkdirp /etc/X11/wmconfig/
-- generate_wmconfig /etc/X11/wmconfig
-- fi
-- elif test -w /etc/X11/wmconfig/
-- then generate_wmconfig /etc/X11/wmconfig
-- fi
--
-- if test -d /etc/X11/applnk/
-- then
-- if test ! -d /etc/X11/applnk/Internet/
-- then
-- if test -w /etc/X11/applnk
-- then
-- mkdir $mkdirv $mkdirp /etc/X11/applnk/Internet/
-- generate_desktop /etc/X11/applnk/Internet
-- fi
-- elif test -w /etc/X11/applnk/Internet
-- then generate_desktop /etc/X11/applnk/Internet
-+ mkdir $mkdirv $mkdirp %%LOCALBASE%%/share/applications/
-+ generate_desktop %%LOCALBASE%%/share/applications
- fi
-+ elif test -w %%LOCALBASE%%/share/applications
-+ then generate_desktop %%LOCALBASE%%/share/applications
- fi
- }
-
diff --git a/www/linux-opera-devel/files/patch-pluginpath.ini b/www/linux-opera-devel/files/patch-pluginpath.ini
deleted file mode 100644
index 576796bc1b01..000000000000
--- a/www/linux-opera-devel/files/patch-pluginpath.ini
+++ /dev/null
@@ -1,82 +0,0 @@
---- usr/share/opera/ini/pluginpath.ini.orig 2008-06-12 11:59:40.000000000 -0500
-+++ usr/share/opera/ini/pluginpath.ini 2008-06-12 12:02:35.000000000 -0500
-@@ -2,66 +2,26 @@
- ; Do not edit this file while Opera is running
- ; This file is stored in UTF-8 encoding
-
--[KDE]
--plugins=$HOME/.kde/share/config/kcmnspluginrc
--
- [Paths]
--$PWD/plugins=1
--$OPERA_PERSONALDIR/plugins=1
--/usr/lib/opera/plugins=1
--/usr/local/lib/opera/plugins=1
--/opt/lib/opera/plugins=1
--/opt/opera/lib/opera/plugins=1
-+$HOME/.linux-opera/plugins=1
-+%%PREFIX%%/share/linux-opera/plugins=1
-
- ; Adobe Acrobat
--/usr/local/Adobe/Reader8/Browser/intellinux=1
--/usr/local/Acrobat7.0/Browsers/intellinux=1
--/usr/local/Acrobat7/Browsers/intellinux=1
--/usr/local/Acrobat5/Browsers/intellinux=1
--/usr/local/Acrobat4/Browsers/intellinux=1
--/usr/lib/Adobe/Reader8/Browser/intellinux=1
--/usr/lib/Acrobat7.0/Browsers/intellinux=1
--/usr/lib/Acrobat7/Browsers/intellinux=1
--/usr/lib/Acrobat5/Browsers/intellinux=1
--/usr/lib/Acrobat4/Browsers/intellinux=1
--/usr/X11R6/lib/Adobe/Reader8/Browser/intellinux=1
--/usr/X11R6/lib/Acrobat7.0/Browsers/intellinux=1
--/usr/X11R6/lib/Acrobat7/Browsers/intellinux=1
--/usr/X11R6/lib/Acrobat5/Browsers/intellinux=1
--/usr/X11R6/lib/Acrobat4/Browsers/intellinux=1
--/opt/Adobe/Reader8/Browser/intellinux=1
--/opt/Acrobat7.0/Browsers/intellinux=1
--/opt/Acrobat7/Browsers/intellinux=1
--/opt/Acrobat5/Browsers/intellinux=1
--/opt/Acrobat4/Browsers/intellinux=1
--/usr/Adobe/Reader8/Browser/intellinux=1
--/usr/Acrobat7.0/Browsers/intellinux=1
--/usr/Acrobat7/Browsers/intellinux=1
--/usr/Acrobat5/Browsers/intellinux=1
--/usr/Acrobat4/Browsers/intellinux=1
-+%%LOCALBASE%%/Acrobat5/Browsers/intellinux=1
-
- ; Realplayer
--/usr/lib/RealPlayer8/Plugins=1
--/usr/lib/realplay/plugins=1
--/usr/lib/RealPlayer8=1
--/usr/lib/realplay=1
-+%%LOCALBASE%%/lib/RealPlayer=1
-+%%LOCALBASE%%/lib/RealPlayer/plugins=1
-
- ; Flash
--/usr/lib/flash-plugin=1
--/usr/lib/flashplugin-nonfree=1
--
--; Netscape Plug-in Paths
--$HOME/.netscape6/plugins=1
--$HOME/.netscape/plugins=1
--/opt/netscape/plugins=1
--/usr/lib/netscape/plugins=1
--/usr/local/netscape/plugins=1
--/usr/local/lib/netscape/plugins=1
--$HOME/.kde/.konqueror/nsplugins=1
-+%%LOCALBASE%%/lib/linux-flashplugin6=1
-+%%LOCALBASE%%/lib/linux-flashplugin7=1
-
- ; Since Mozilla supports NS plugins, there might
- ; be some in the Mozilla plugin directory.
--/usr/lib/mozilla/plugins=1
--/usr/X11R6/lib/mozilla/plugins=1
--/usr/lib64/browser-plugins=1
--/usr/lib/browser-plugins=1
-+%%LOCALBASE%%/lib/linux-mozilla/plugins=1
-+
-+; Global plugins path in FreeBSD. Need this for
-+; the Adobe Acrobat7 and other plugins too.
-+%%LOCALBASE%%/lib/browser_linux_plugins=1
-+%%LOCALBASE%%/lib/npapi/symlinks/linux-opera=1
diff --git a/www/linux-opera-devel/files/patch-search.ini b/www/linux-opera-devel/files/patch-search.ini
deleted file mode 100644
index e0f2bd05ecbf..000000000000
--- a/www/linux-opera-devel/files/patch-search.ini
+++ /dev/null
@@ -1,160 +0,0 @@
---- usr/share/opera/search.ini.orig 2008-06-12 17:38:53.000000000 -0500
-+++ usr/share/opera/search.ini 2008-06-12 17:40:57.000000000 -0500
-@@ -144,7 +144,7 @@
- Query=
- Key=f
- Is post=0
--Has endseparator=0
-+Has endseparator=-1
- Encoding=
- Search Type=12
- Verbtext=0
-@@ -444,3 +444,68 @@
- Verbtext=0
- Position=-1
- Nameid=291960
-+
-+[Search Engine 32]
-+Name=Google BSD
-+URL=http://www.google.com/bsd?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
-+Query=
-+Key=d
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 33]
-+Name=FreeBSD mail archives
-+URL=http://freebsd.rambler.ru/srch?words=%s
-+Query=
-+Key=m
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 34]
-+Name=FreeBSD PRs
-+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
-+Query=
-+Key=p
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 35]
-+Name=FreshPorts
-+URL=http://www.freshports.org/search.php?query=%s
-+Query=
-+Key=t
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 36]
-+Name=FreeBSD.org
-+URL=http://www.freebsd.org/cgi/search.cgi?max=25&source=www&words=%s&submit=Search
-+Query=
-+Key=c
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
---- usr/share/opera/locale/en/search.ini.orig 2008-06-12 17:39:11.000000000 -0500
-+++ usr/share/opera/locale/en/search.ini 2008-06-12 17:41:48.000000000 -0500
-@@ -144,7 +144,7 @@
- Query=
- Key=f
- Is post=0
--Has endseparator=0
-+Has endseparator=-1
- Encoding=
- Search Type=12
- Verbtext=0
-@@ -444,3 +444,68 @@
- Verbtext=0
- Position=-1
- Nameid=291960
-+
-+[Search Engine 32]
-+Name=Google BSD
-+URL=http://www.google.com/bsd?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8
-+Query=
-+Key=d
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 33]
-+Name=FreeBSD mail archives
-+URL=http://freebsd.rambler.ru/srch?words=%s
-+Query=
-+Key=m
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 34]
-+Name=FreeBSD PRs
-+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s
-+Query=
-+Key=p
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 35]
-+Name=FreshPorts
-+URL=http://www.freshports.org/search.php?query=%s
-+Query=
-+Key=t
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
-+
-+[Search Engine 36]
-+Name=FreeBSD.org
-+URL=http://www.freebsd.org/cgi/search.cgi?max=25&source=www&words=%s&submit=Search
-+Query=
-+Key=c
-+Is post=0
-+Has endseparator=0
-+Encoding=utf-8
-+Search Type=0
-+Verbtext=0
-+Position=-1
-+Nameid=0
diff --git a/www/linux-opera-devel/pkg-descr b/www/linux-opera-devel/pkg-descr
deleted file mode 100644
index 8542cd6006d2..000000000000
--- a/www/linux-opera-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Opera Software ASA is an industry leader in the development of Web browsers
-for the desktop, device and mobile markets. The Opera browser has received
-international recognition from end-users and the industry press for being
-faster, smaller and more standards-compliant than other browsers, and it has
-gathered a cult following on the net.
-
-WWW: http://www.opera.com/
diff --git a/www/linux-opera-devel/pkg-plist b/www/linux-opera-devel/pkg-plist
deleted file mode 100644
index d7609190e316..000000000000
--- a/www/linux-opera-devel/pkg-plist
+++ /dev/null
@@ -1,297 +0,0 @@
-bin/linux-opera
-share/applications/linux-opera.desktop
-%%DOCSDIR%%/LGPL
-%%DOCSDIR%%/LICENSE
-%%DATADIR%%/bin/missingsyms.so
-%%DATADIR%%/bin/opera
-%%DATADIR%%/bin/operaplugincleaner
-%%DATADIR%%/bin/operapluginwrapper
-%%DATADIR%%/bin/spellcheck.so
-%%DATADIR%%/bin/works
-%%DATADIR%%/encoding.bin
-%%DATADIR%%/html40_entities.dtd
-%%DATADIR%%/ini/dialog.ini
-%%DATADIR%%/ini/fastforward.ini
-%%DATADIR%%/ini/filehandler.ini
-%%DATADIR%%/ini/font.ini
-%%DATADIR%%/ini/mailproviders.xml
-%%DATADIR%%/ini/pluginpath.ini
-%%DATADIR%%/ini/speeddial_default.ini
-%%DATADIR%%/ini/standard_keyboard.ini
-%%DATADIR%%/ini/standard_keyboard_compat.ini
-%%DATADIR%%/ini/standard_menu.ini
-%%DATADIR%%/ini/standard_mouse.ini
-%%DATADIR%%/ini/standard_toolbar.ini
-%%DATADIR%%/ini/unix_keyboard.ini
-%%DATADIR%%/ini/xmlentities.ini
-%%DATADIR%%/java/opera.jar
-%%DATADIR%%/java/opera.policy
-%%DATADIR%%/lngcode.txt
-%%DATADIR%%/locale/be/byelorussian.lng
-%%DATADIR%%/locale/be/license.txt
-%%DATADIR%%/locale/be/opera6.adr
-%%DATADIR%%/locale/be/search.ini
-%%DATADIR%%/locale/bg/bulgarian.lng
-%%DATADIR%%/locale/bg/license.txt
-%%DATADIR%%/locale/bg/opera6.adr
-%%DATADIR%%/locale/bg/search.ini
-%%DATADIR%%/locale/cs/czech.lng
-%%DATADIR%%/locale/cs/license.txt
-%%DATADIR%%/locale/cs/opera6.adr
-%%DATADIR%%/locale/cs/search.ini
-%%DATADIR%%/locale/da/dansk.lng
-%%DATADIR%%/locale/da/license.txt
-%%DATADIR%%/locale/da/opera6.adr
-%%DATADIR%%/locale/da/search.ini
-%%DATADIR%%/locale/de/deutsch.lng
-%%DATADIR%%/locale/de/license.txt
-%%DATADIR%%/locale/de/opera6.adr
-%%DATADIR%%/locale/de/search.ini
-%%DATADIR%%/locale/el/greek.lng
-%%DATADIR%%/locale/el/license.txt
-%%DATADIR%%/locale/el/opera6.adr
-%%DATADIR%%/locale/el/search.ini
-%%DATADIR%%/locale/en-GB/british.lng
-%%DATADIR%%/locale/en-GB/license.txt
-%%DATADIR%%/locale/en-GB/opera6.adr
-%%DATADIR%%/locale/en-GB/search.ini
-%%DATADIR%%/locale/en/license.txt
-%%DATADIR%%/locale/en/opera6.adr
-%%DATADIR%%/locale/en/search.ini
-%%DATADIR%%/locale/english.lng
-%%DATADIR%%/locale/es-ES/espanol-espana.lng
-%%DATADIR%%/locale/es-ES/license.txt
-%%DATADIR%%/locale/es-ES/opera6.adr
-%%DATADIR%%/locale/es-ES/search.ini
-%%DATADIR%%/locale/es-LA/espanol-america_latina.lng
-%%DATADIR%%/locale/es-LA/license.txt
-%%DATADIR%%/locale/es-LA/opera6.adr
-%%DATADIR%%/locale/es-LA/search.ini
-%%DATADIR%%/locale/et/eesti.lng
-%%DATADIR%%/locale/et/license.txt
-%%DATADIR%%/locale/et/opera6.adr
-%%DATADIR%%/locale/et/search.ini
-%%DATADIR%%/locale/fi/license.txt
-%%DATADIR%%/locale/fi/opera6.adr
-%%DATADIR%%/locale/fi/search.ini
-%%DATADIR%%/locale/fi/suomi.lng
-%%DATADIR%%/locale/fr-CA/francais-canadien.lng
-%%DATADIR%%/locale/fr-CA/license.txt
-%%DATADIR%%/locale/fr-CA/opera6.adr
-%%DATADIR%%/locale/fr-CA/search.ini
-%%DATADIR%%/locale/fr/francais.lng
-%%DATADIR%%/locale/fr/license.txt
-%%DATADIR%%/locale/fr/opera6.adr
-%%DATADIR%%/locale/fr/search.ini
-%%DATADIR%%/locale/fy/frisian.lng
-%%DATADIR%%/locale/fy/license.txt
-%%DATADIR%%/locale/fy/opera6.adr
-%%DATADIR%%/locale/fy/search.ini
-%%DATADIR%%/locale/hi/hindi.lng
-%%DATADIR%%/locale/hi/license.txt
-%%DATADIR%%/locale/hi/opera6.adr
-%%DATADIR%%/locale/hi/search.ini
-%%DATADIR%%/locale/hr/croatian.lng
-%%DATADIR%%/locale/hr/license.txt
-%%DATADIR%%/locale/hr/opera6.adr
-%%DATADIR%%/locale/hr/search.ini
-%%DATADIR%%/locale/hu/hungarian.lng
-%%DATADIR%%/locale/hu/license.txt
-%%DATADIR%%/locale/hu/opera6.adr
-%%DATADIR%%/locale/hu/search.ini
-%%DATADIR%%/locale/id/indonesian.lng
-%%DATADIR%%/locale/id/license.txt
-%%DATADIR%%/locale/id/opera6.adr
-%%DATADIR%%/locale/id/search.ini
-%%DATADIR%%/locale/it/italiano.lng
-%%DATADIR%%/locale/it/license.txt
-%%DATADIR%%/locale/it/opera6.adr
-%%DATADIR%%/locale/it/search.ini
-%%DATADIR%%/locale/ja/japanese.lng
-%%DATADIR%%/locale/ja/license.txt
-%%DATADIR%%/locale/ja/opera6.adr
-%%DATADIR%%/locale/ja/search.ini
-%%DATADIR%%/locale/ka/georgian.lng
-%%DATADIR%%/locale/ka/license.txt
-%%DATADIR%%/locale/ka/opera6.adr
-%%DATADIR%%/locale/ka/search.ini
-%%DATADIR%%/locale/ko/korean.lng
-%%DATADIR%%/locale/ko/license.txt
-%%DATADIR%%/locale/ko/opera6.adr
-%%DATADIR%%/locale/ko/search.ini
-%%DATADIR%%/locale/lt/license.txt
-%%DATADIR%%/locale/lt/lithuanian.lng
-%%DATADIR%%/locale/lt/opera6.adr
-%%DATADIR%%/locale/lt/search.ini
-%%DATADIR%%/locale/mk/license.txt
-%%DATADIR%%/locale/mk/macedonian.lng
-%%DATADIR%%/locale/mk/opera6.adr
-%%DATADIR%%/locale/mk/search.ini
-%%DATADIR%%/locale/nb/license.txt
-%%DATADIR%%/locale/nb/norsk.lng
-%%DATADIR%%/locale/nb/opera6.adr
-%%DATADIR%%/locale/nb/search.ini
-%%DATADIR%%/locale/nl/license.txt
-%%DATADIR%%/locale/nl/nederlands.lng
-%%DATADIR%%/locale/nl/opera6.adr
-%%DATADIR%%/locale/nl/search.ini
-%%DATADIR%%/locale/nn/license.txt
-%%DATADIR%%/locale/nn/nynorsk.lng
-%%DATADIR%%/locale/nn/opera6.adr
-%%DATADIR%%/locale/nn/search.ini
-%%DATADIR%%/locale/pl/license.txt
-%%DATADIR%%/locale/pl/opera6.adr
-%%DATADIR%%/locale/pl/polski.lng
-%%DATADIR%%/locale/pl/search.ini
-%%DATADIR%%/locale/pt-BR/brazilportuguese.lng
-%%DATADIR%%/locale/pt-BR/license.txt
-%%DATADIR%%/locale/pt-BR/opera6.adr
-%%DATADIR%%/locale/pt-BR/search.ini
-%%DATADIR%%/locale/pt/license.txt
-%%DATADIR%%/locale/pt/opera6.adr
-%%DATADIR%%/locale/pt/portuguese.lng
-%%DATADIR%%/locale/pt/search.ini
-%%DATADIR%%/locale/ru/license.txt
-%%DATADIR%%/locale/ru/opera6.adr
-%%DATADIR%%/locale/ru/russian.lng
-%%DATADIR%%/locale/ru/search.ini
-%%DATADIR%%/locale/sv/license.txt
-%%DATADIR%%/locale/sv/opera6.adr
-%%DATADIR%%/locale/sv/search.ini
-%%DATADIR%%/locale/sv/svenska.lng
-%%DATADIR%%/locale/ta/license.txt
-%%DATADIR%%/locale/ta/opera6.adr
-%%DATADIR%%/locale/ta/search.ini
-%%DATADIR%%/locale/ta/tamil.lng
-%%DATADIR%%/locale/te/license.txt
-%%DATADIR%%/locale/te/opera6.adr
-%%DATADIR%%/locale/te/search.ini
-%%DATADIR%%/locale/te/telugu.lng
-%%DATADIR%%/locale/tr/license.txt
-%%DATADIR%%/locale/tr/opera6.adr
-%%DATADIR%%/locale/tr/search.ini
-%%DATADIR%%/locale/tr/turkce.lng
-%%DATADIR%%/locale/uk/license.txt
-%%DATADIR%%/locale/uk/opera6.adr
-%%DATADIR%%/locale/uk/search.ini
-%%DATADIR%%/locale/uk/ukrainian.lng
-%%DATADIR%%/locale/zh-cn/chinese_simp.lng
-%%DATADIR%%/locale/zh-cn/license.txt
-%%DATADIR%%/locale/zh-cn/opera6.adr
-%%DATADIR%%/locale/zh-cn/search.ini
-%%DATADIR%%/locale/zh-tw/chinese.lng
-%%DATADIR%%/locale/zh-tw/license.txt
-%%DATADIR%%/locale/zh-tw/opera6.adr
-%%DATADIR%%/locale/zh-tw/search.ini
-%%DATADIR%%/opera6.adr
-%%DATADIR%%/search.ini
-%%DATADIR%%/skin/standard_skin.zip
-%%DATADIR%%/skin/windows_skin.zip
-%%DATADIR%%/styles/about.css
-%%DATADIR%%/styles/cache.css
-%%DATADIR%%/styles/certinfo.css
-%%DATADIR%%/styles/config.css
-%%DATADIR%%/styles/contentblock.css
-%%DATADIR%%/styles/dir.css
-%%DATADIR%%/styles/error.css
-%%DATADIR%%/styles/history.css
-%%DATADIR%%/styles/im.css
-%%DATADIR%%/styles/image.css
-%%DATADIR%%/styles/images/bar.png
-%%DATADIR%%/styles/images/center.png
-%%DATADIR%%/styles/images/customize.gif
-%%DATADIR%%/styles/images/darkBox.png
-%%DATADIR%%/styles/images/defaultFavicon.png
-%%DATADIR%%/styles/images/flag.png
-%%DATADIR%%/styles/images/folder.png
-%%DATADIR%%/styles/images/opera.png
-%%DATADIR%%/styles/images/red_center.png
-%%DATADIR%%/styles/images/red_left.png
-%%DATADIR%%/styles/images/red_right.png
-%%DATADIR%%/styles/images/root.png
-%%DATADIR%%/styles/images/section.png
-%%DATADIR%%/styles/images/smartGroup.png
-%%DATADIR%%/styles/images/top.png
-%%DATADIR%%/styles/info.css
-%%DATADIR%%/styles/mathml.css
-%%DATADIR%%/styles/message.css
-%%DATADIR%%/styles/mime.css
-%%DATADIR%%/styles/plugins.css
-%%DATADIR%%/styles/search.css
-%%DATADIR%%/styles/user/accessibility.css
-%%DATADIR%%/styles/user/altdebugger.css
-%%DATADIR%%/styles/user/classid.css
-%%DATADIR%%/styles/user/contrastbw.css
-%%DATADIR%%/styles/user/contrastwb.css
-%%DATADIR%%/styles/user/disablebreaks.css
-%%DATADIR%%/styles/user/disablefloats.css
-%%DATADIR%%/styles/user/disableforms.css
-%%DATADIR%%/styles/user/disablepositioning.css
-%%DATADIR%%/styles/user/disabletables.css
-%%DATADIR%%/styles/user/outline.css
-%%DATADIR%%/styles/user/structureblock.css
-%%DATADIR%%/styles/user/structureinline.css
-%%DATADIR%%/styles/user/structuretables.css
-%%DATADIR%%/styles/user/tablelayout.css
-%%DATADIR%%/styles/user/toc.css
-%%DATADIR%%/styles/warning.css
-%%DATADIR%%/styles/webfeeds.html
-%%DATADIR%%/styles/wml.css
-%%DATADIR%%/svg-mo.dat
-%%DATADIR%%/svg-mobd.dat
-%%DATADIR%%/svg-sa.dat
-%%DATADIR%%/svg-sabd.dat
-%%DATADIR%%/svg-se.dat
-%%DATADIR%%/svg-sebd.dat
-share/pixmaps/linux-opera.png
-@dirrm %%DATADIR%%/styles/user
-@dirrm %%DATADIR%%/styles/images
-@dirrm %%DATADIR%%/styles
-@dirrm %%DATADIR%%/skin
-@dirrm %%DATADIR%%/plugins
-@dirrm %%DATADIR%%/locale/zh-tw
-@dirrm %%DATADIR%%/locale/zh-cn
-@dirrm %%DATADIR%%/locale/uk
-@dirrm %%DATADIR%%/locale/tr
-@dirrm %%DATADIR%%/locale/te
-@dirrm %%DATADIR%%/locale/ta
-@dirrm %%DATADIR%%/locale/sv
-@dirrm %%DATADIR%%/locale/ru
-@dirrm %%DATADIR%%/locale/pt-BR
-@dirrm %%DATADIR%%/locale/pt
-@dirrm %%DATADIR%%/locale/pl
-@dirrm %%DATADIR%%/locale/nn
-@dirrm %%DATADIR%%/locale/nl
-@dirrm %%DATADIR%%/locale/nb
-@dirrm %%DATADIR%%/locale/mk
-@dirrm %%DATADIR%%/locale/lt
-@dirrm %%DATADIR%%/locale/ko
-@dirrm %%DATADIR%%/locale/ka
-@dirrm %%DATADIR%%/locale/ja
-@dirrm %%DATADIR%%/locale/it
-@dirrm %%DATADIR%%/locale/id
-@dirrm %%DATADIR%%/locale/hu
-@dirrm %%DATADIR%%/locale/hr
-@dirrm %%DATADIR%%/locale/hi
-@dirrm %%DATADIR%%/locale/fy
-@dirrm %%DATADIR%%/locale/fr-CA
-@dirrm %%DATADIR%%/locale/fr
-@dirrm %%DATADIR%%/locale/fi
-@dirrm %%DATADIR%%/locale/et
-@dirrm %%DATADIR%%/locale/es-LA
-@dirrm %%DATADIR%%/locale/es-ES
-@dirrm %%DATADIR%%/locale/en-GB
-@dirrm %%DATADIR%%/locale/en
-@dirrm %%DATADIR%%/locale/el
-@dirrm %%DATADIR%%/locale/de
-@dirrm %%DATADIR%%/locale/da
-@dirrm %%DATADIR%%/locale/cs
-@dirrm %%DATADIR%%/locale/bg
-@dirrm %%DATADIR%%/locale/be
-@dirrm %%DATADIR%%/locale
-@dirrm %%DATADIR%%/java
-@dirrm %%DATADIR%%/ini
-@dirrm %%DATADIR%%/bin
-@dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%
-@dirrmtry share/applications