diff options
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 129 | ||||
-rw-r--r-- | www/opera/distinfo | 9 | ||||
-rw-r--r-- | www/opera/files/extra-patch-symhack | 14 | ||||
-rw-r--r-- | www/opera/files/patch-config_opera6rc | 9 | ||||
-rw-r--r-- | www/opera/files/patch-ini_pluginpath.ini | 33 | ||||
-rw-r--r-- | www/opera/files/patch-install.sh | 351 | ||||
-rw-r--r-- | www/opera/files/patch-search.ini | 48 | ||||
-rw-r--r-- | www/opera/files/symhack.c | 11 | ||||
-rw-r--r-- | www/opera/pkg-descr | 7 | ||||
-rw-r--r-- | www/opera/pkg-message | 6 | ||||
-rw-r--r-- | www/opera/pkg-plist | 128 |
11 files changed, 0 insertions, 745 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile deleted file mode 100644 index 73d406a92..000000000 --- a/www/opera/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -# New ports collection makefile for: opera -# Date created: November 5th 2000 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= opera -PORTVERSION= ${OPERA_VER}.${OPERA_DATE} -PORTREVISION= 1 -CATEGORIES= www ipv6 -MASTER_SITES= ftp://opera.inode.at/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://ftp.ucr.ac.cr/WWW/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://www.microrpm.ca/pub/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://www.opera.mirroarrr.de/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://opera.eurenet.net/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - ftp://opera.ftp.fu-berlin.de/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://ftp.ntua.gr/pub/www/Opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - ftp://ftp.wayne.edu/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://mirrors.dedipower.com/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.opera.com/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - http://opera.nedmirror.nl/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/&,} \ - ftp://ftp.opera.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ -DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.${OPERA_TYPE}-${OPERA_LIB}-qt.i386.freebsd-en - -MAINTAINER= freebsd-maintainer@opera.com -COMMENT= A blazingly fast, full-featured, standards-compliant browser - -OPERA_VER= 9.24 -OPERA_MINVER= -OPERA_REL= final -OPERA_DATE= 20071015 -OPERA_BUILD= 671 - -DATADIR= ${PREFIX}/share/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - -USE_BZIP2= yes -WANT_GNOME= yes -ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${DISTNAME}-${OPERA_BUILD} - -MAN1= opera.1 - -NO_BUILD= yes - -OPTIONS= ASPELL "Use the aspell library for spell checking" on \ - SHARED "Use a shared Qt library (instead of static)" on - -.if exists(${X11BASE}/lib/libqt-mt.prl) -QT_PRESENT= on -.else -QT_PRESENT= off -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700040 -OPERA_TYPE= 1 -.elif ${OSVERSION} >= 600000 -OPERA_TYPE= 4 -.else -OPERA_TYPE= 3 -.endif - -.if ${OSVERSION} > 700000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-symhack -PLIST_SUB+= SYMHACK="" -.else -PLIST_SUB+= SYMHACK="@comment " -.endif - -.if !defined(WITHOUT_ASPELL) -LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell -.endif - -.if defined(WITH_SHARED) && ${OPERA_TYPE} > 1 -OPERA_LIB= shared -LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 -.else -OPERA_LIB= static -OPERA_TYPE= 1 -.endif - -.if ${OPERA_TYPE} == 1 -LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x -.if ${OSVERSION} >= 600000 -LIB_DEPENDS+= z.2:${PORTSDIR}/misc/compat5x -.endif -.endif - -.if ${HAVE_GNOME:Mgnomehier}!="" -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " -.endif - -.if exists(${LOCALBASE}/bin/kde-config) -PLIST_SUB+= KDE="" -.else -PLIST_SUB+= KDE="@comment " -.endif - -post-patch: - @${CP} ${WRKSRC}/search.ini ${WRKSRC}/locale/en - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/install.sh ${WRKSRC}/ini/pluginpath.ini \ - ${WRKSRC}/config/opera6rc - @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install.sh - @${FIND} ${WRKSRC} -name '*.orig' -delete - @${FIND} ${WRKSRC} -name '*.bak' -delete - -do-install: - @(cd ${WRKSRC} && ./install.sh --prefix=${PREFIX}) - -post-install: -.if ${OSVERSION} > 700000 - @${CP} ${FILESDIR}/symhack.c ${WRKSRC}/ - @(cd ${WRKSRC}/ && ${CC} -shared -o symhack.so symhack.c) - @${INSTALL_DATA} ${WRKSRC}/symhack.so ${DATADIR}/ -.endif - - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/opera/distinfo b/www/opera/distinfo deleted file mode 100644 index 3b0469887..000000000 --- a/www/opera/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = 1d6b47c431a5cf405684744f144be251 -SHA256 (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = 334f744fee13810e6895477ba26b2f2e9a3a88cf99173f2100df0f325942ab02 -SIZE (opera-9.24-20071015.1-static-qt.i386.freebsd-en.tar.bz2) = 6549193 -MD5 (opera-9.24-20071015.3-shared-qt.i386.freebsd-en.tar.bz2) = fe92a4da6e943a0dacca1f49fba1ca5b -SHA256 (opera-9.24-20071015.3-shared-qt.i386.freebsd-en.tar.bz2) = 4cc0b06051adcbc7900c6a24b8f36ab6e0931db89add3501eeab2c71ae74e67e -SIZE (opera-9.24-20071015.3-shared-qt.i386.freebsd-en.tar.bz2) = 5121361 -MD5 (opera-9.24-20071015.4-shared-qt.i386.freebsd-en.tar.bz2) = ac8e536e9327a15dcb8f7dc8fd6c5bf1 -SHA256 (opera-9.24-20071015.4-shared-qt.i386.freebsd-en.tar.bz2) = c0bc7497a8114f13bda60fe14c9dd6ad732c1311cdc8d55597d67b09fe389593 -SIZE (opera-9.24-20071015.4-shared-qt.i386.freebsd-en.tar.bz2) = 5123101 diff --git a/www/opera/files/extra-patch-symhack b/www/opera/files/extra-patch-symhack deleted file mode 100644 index cc06b1127..000000000 --- a/www/opera/files/extra-patch-symhack +++ /dev/null @@ -1,14 +0,0 @@ ---- install.sh.orig Thu Dec 7 02:20:36 2006 -+++ install.sh Thu Dec 7 02:21:19 2006 -@@ -842,6 +842,11 @@ - - wrapper_contain="#!/bin/sh - -+# -+# A dirty to run opera under 7.x, where the __h_error isn't defined -+# -+LD_PRELOAD=${LD_PRELOAD}:%%DATADIR%%/symhack.so -+ - # Required for Session Management - case \$0 in /*) OPERA_SCRIPT_PATH=\$0;; *) OPERA_SCRIPT_PATH=`/bin/pwd`/\$0;; esac - export OPERA_SCRIPT_PATH diff --git a/www/opera/files/patch-config_opera6rc b/www/opera/files/patch-config_opera6rc deleted file mode 100644 index 420f1fa0b..000000000 --- a/www/opera/files/patch-config_opera6rc +++ /dev/null @@ -1,9 +0,0 @@ ---- config/opera6rc.orig Mon Jul 19 23:00:06 2004 -+++ config/opera6rc Mon Jul 19 23:00:16 2004 -@@ -1,5 +1,5 @@ - ; Put any default settings here that are overridable by users - - [User Prefs] --Language Files Directory=/usr/share/opera/locale/ -+Language Files Directory=%%PREFIX%%/share/opera/locale/ - diff --git a/www/opera/files/patch-ini_pluginpath.ini b/www/opera/files/patch-ini_pluginpath.ini deleted file mode 100644 index 2ed8b7217..000000000 --- a/www/opera/files/patch-ini_pluginpath.ini +++ /dev/null @@ -1,33 +0,0 @@ ---- ini/pluginpath.ini.orig Mon Apr 9 18:07:38 2007 -+++ ini/pluginpath.ini Wed Apr 11 14:25:38 2007 -@@ -7,21 +7,18 @@ - - [Paths] - $HOME/.opera/plugins=1 --/usr/local/share/opera/plugins=1 --/usr/local/share/opera/plugins=1 -+%%PREFIX%%/share/opera/plugins=1 -+%%LOCALBASE%%/share/opera/plugins=1 - - ; Adobe Acrobat --/usr/X11R6/Acrobat7/Browser/intellinux=1 --/usr/local/Acrobat5/Browsers/intellinux=1 --/usr/local/Acrobat4/Browsers/intellinux=1 -+%%X11BASE%%/Adobe/Acrobat7.0/ENU/Browser/intellinux=1 -+%%LOCALBASE%%/Acrobat5/Browsers/intellinux=1 -+%%LOCALBASE%%/Acrobat4/Browsers/intellinux=1 - - ; Realplayer --/usr/local/lib/RealPlayer8/Plugins=1 -- --; Netscape Plug-in Paths --/usr/X11R6/lib/browser_plugins=1 --$HOME/.netscape/plugins=1 -+%%LOCALBASE%%/lib/RealPlayer8/Plugins=1 - - ; FreeBSD Plug-in Paths --/usr/local/lib/npapi/symlinks/opera --/usr/local/lib/npapi/symlinks/linux-opera -+%%LOCALBASE%%/lib/npapi/symlinks/opera -+%%LOCALBASE%%/lib/npapi/symlinks/linux-opera -+ diff --git a/www/opera/files/patch-install.sh b/www/opera/files/patch-install.sh deleted file mode 100644 index 8e3c5761f..000000000 --- a/www/opera/files/patch-install.sh +++ /dev/null @@ -1,351 +0,0 @@ ---- install.sh.orig Thu Dec 14 15:06:40 2006 -+++ install.sh Thu Jan 25 15:56:02 2007 -@@ -924,69 +924,14 @@ - - if test ! \"\${OPERA_JAVA_DIR}\"; then - -- PREFIXES=\" -- /usr -- /usr/java -- /usr/lib -- /usr/local -- /opt\" -+ PREFIXES=\"%%LOCALBASE%%\" - - for SUNJAVA in \\ -- java-1.5.0-sun-1.5.0.06 \\ -- java-1.5.0-sun-1.5.0.06/jre \\ -- java-1.5.0-sun-1.5.0.05 \\ -- java-1.5.0-sun-1.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_06 \\ -- jdk1.5.0_06/jre \\ -- jre1.5.0_05 \\ -- jdk1.5.0_05/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 \\ -- 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 \\ -+ diablo-jre1.5.0 \\ -+ diablo-jdk1.5.0/jre \\ - ; do - for PREFIX in \${PREFIXES}; do - if test -f \"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}/libjava.so\"; then OPERA_JAVA_DIR=\"\${PREFIX}/\${SUNJAVA}/lib/${wrapper_sunjava_machine}\" && break; fi -@@ -1037,11 +982,8 @@ - - # 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%%/Acrobat4/bin \\ -+ %%LOCALBASE%%/Acrobat5/bin \\ - ; do - if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi - done -@@ -1052,12 +994,13 @@ - LD_LIBRARY_PATH=\"\${OPERA_BINARYDIR}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}\" - export LD_LIBRARY_PATH - --# Spellchecker needs to find libaspell.so.15 -+# Spellchecker needs to find libaspell.so.16 - for LIBASPELL_DIR in \\ -+ %%LOCALBASE%%/lib \\ - /usr/local/lib \\ - /opkg/lib \\ - ; do -- if test -f \"\${LIBASPELL_DIR}/libaspell.so.15\"; then -+ if test -f \"\${LIBASPELL_DIR}/libaspell.so.16\"; then - LD_LIBRARY_PATH=\"\${LD_LIBRARY_PATH}:\${LIBASPELL_DIR}\" - fi - done" -@@ -1167,7 +1110,7 @@ - chop "${OPERADESTDIR}" "str_localdirshare" - chop "${OPERADESTDIR}" "str_localdirplugin" - -- backup ${wrapper_dir}/opera opera -+ #backup ${wrapper_dir}/opera opera - - # Executable - debug_msg 1 "Executable" -@@ -1340,41 +1283,9 @@ - - if test -z "${OPERADESTDIR}" - then -- # System wide configuration files -- config_dir='/usr/local/etc' -- if can_write_to "$config_dir" -- then -- echo -- echo "System wide configuration files:" -- echo " $config_dir/opera6rc" -- echo " $config_dir/opera6rc.fixed" -- echo " would be ignored if installed with the prefix \"$prefix\"." -- if con_firm "Do you want to install them in $config_dir" -- then -- backup $config_dir/opera6rc opera6rc config -- backup $config_dir/opera6rc.fixed opera6rc.fixed config -- cp $cpv $cpf config/opera6rc $config_dir -- cp $cpv $cpf config/opera6rc.fixed $config_dir -- fi -- else -- echo -- echo "User \"${USERNAME}\" does not have write access to $config_dir" -- echo " System wide configuration files:" -- echo " $config_dir/opera6rc" -- echo " $config_dir/opera6rc.fixed" -- echo " were not installed." -- fi -- - # Shorcuts and Icons - bool_icons=1 # install icons by default - -- if test "${flag_mode}" = "--force" -o "${flag_mode}" = "--prefix=" -- then -- echo -- echo "Shortcut icons will be ignored if installed with the prefix \"$prefix\"." -- con_firm "Do you want to (try to) install them in default locations" || bool_icons=0 -- fi -- - if test "${bool_icons}" -ne 0 - then xdg - fi -@@ -1585,48 +1496,43 @@ - # This function searches for common gnome icon paths. - debug_msg 1 "in gnome()" - -- if test -d /opt/gnome/ -+ if test -d %%LOCALBASE%%/share/gnome/; - then -- # /opt/gnome share -- if test -d /opt/gnome/share -- then -- # /opt/gnome icon -- if test ! -d /opt/gnome/share/pixmaps/ -+ # %%LOCALBASE%%/share icon -+ if test ! -d %%LOCALBASE%%/share/pixmaps/; - then -- if test -w /opt/gnome/share -+ if test -w %%LOCALBASE%%/share/gnome; - then -- mkdir $mkdirv $mkdirp /opt/gnome/share/pixmaps/ -- chmod $chmodv 755 /opt/gnome/share/pixmaps -- cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm -+ mkdir $mkdirv $mkdirp %%LOCALBASE%%/share/pixmaps/ -+ chmod $chmodv 755 %%LOCALBASE%%/share/pixmaps -+ cp $cpv $share_dir/images/opera.xpm %%LOCALBASE%%/share/pixmaps/opera.xpm - fi -- elif test -w /opt/gnome/share/pixmaps -- then cp $cpv $share_dir/images/opera.xpm /opt/gnome/share/pixmaps/opera.xpm -+ elif test -w %%LOCALBASE%%/share/pixmaps -+ then cp $cpv $share_dir/images/opera.xpm %%LOCALBASE%%/share/pixmaps/opera.xpm - fi -- # end /opt/gnome icon -+ # end %%LOCALBASE%%/share icon - -- # /opt/gnome link -- if test -d /opt/gnome/share/gnome/apps/ -+ # %%LOCALBASE%%/share/gnome link -+ if test -d %%LOCALBASE%%/share/gnome/apps/ - then -- if test -d /opt/gnome/share/gnome/apps/Internet/ -+ if test -d %%LOCALBASE%%/share/gnome/apps/Internet/ - then -- if test -w /opt/gnome/share/gnome/apps/Internet -- then generate_desktop /opt/gnome/share/gnome/apps/Internet -+ if test -w %%LOCALBASE%%/share/gnome/apps/Internet -+ then generate_desktop %%LOCALBASE%%/share/gnome/apps/Internet - fi -- elif test -d /opt/gnome/share/gnome/apps/Networking/WWW/ -+ elif test -d %%LOCALBASE%%/share/gnome/apps/Networking/WWW/ - then -- if test -w /opt/gnome/share/gnome/apps/Networking/WWW -- then generate_desktop /opt/gnome/share/gnome/apps/Networking/WWW -+ if test -w %%LOCALBASE%%/share/gnome/apps/Networking/WWW -+ then generate_desktop %%LOCALBASE%%/share/gnome/apps/Networking/WWW - fi -- elif test -w /opt/gnome/share/gnome/apps -+ elif test -w %%LOCALBASE%%/share/gnome/apps - then -- mkdir $mkdirv $mkdirp /opt/gnome/share/gnome/apps/Internet/ -- chmod $chmodv 755 /opt/gnome/share/gnome/apps/Internet -- generate_desktop /opt/gnome/share/gnome/apps/Internet -+ mkdir $mkdirv $mkdirp %%LOCALBASE%%/share/gnome/apps/Internet/ -+ chmod $chmodv 755 %%LOCALBASE%%/share/gnome/apps/Internet -+ generate_desktop %%LOCALBASE%%/share/gnome/apps/Internet - fi - fi -- # end /opt/gnome link -- fi -- # end /opt/gnome share -+ # end %%LOCALBASE%%/share/gnome link - - elif test -d /usr/share/gnome/ - then -@@ -1674,47 +1580,34 @@ - # This function searches for common kde2 and kde 3 icon paths. - debug_msg 1 "in kde()" - -- if test -d /opt/kde$1/share -- then -- DIR_HI=/opt/kde$1/share/icons/hicolor -- if test -d "$DIR_HI" -a -w "$DIR_HI" -- then -- if test -d "$DIR_HI"/48x48/apps -a -w "$DIR_HI"/48x48/apps -- then cp $cpv $share_dir/images/opera_48x48.png $DIR_HI/48x48/apps/opera.png -- fi -- if test -d "$DIR_HI"/32x32/apps -a -w "$DIR_HI"/32x32/apps -- then cp $cpv $share_dir/images/opera_32x32.png $DIR_HI/32x32/apps/opera.png -- fi -- if test -d "$DIR_HI"/22x22/apps -a -w "$DIR_HI"/22x22/apps -- then cp $cpv $share_dir/images/opera_22x22.png $DIR_HI/22x22/apps/opera.png -- fi -- fi -+ DIR_HI=%%LOCALBASE%%/share/icons/hicolor -+ mkdir -p $DIR_HI/48x48/apps -+ mkdir -p $DIR_HI/32x32/apps -+ mkdir -p $DIR_HI/22x22/apps -+ -+ cp $cpv $share_dir/images/opera_48x48.png $DIR_HI/48x48/apps/opera.png -+ cp $cpv $share_dir/images/opera_32x32.png $DIR_HI/32x32/apps/opera.png -+ cp $cpv $share_dir/images/opera_22x22.png $DIR_HI/22x22/apps/opera.png -+ -+ DIR_LO=%%LOCALBASE%%/share/icons/locolor -+ mkdir -p $DIR_LO/32x32/apps -+ mkdir -p $DIR_LO/22x22/apps -+ mkdir -p $DIR_LO/16x16/apps -+ -+ cp $cpv $share_dir/images/opera_32x32.png $DIR_LO/32x32/apps/opera.png -+ cp $cpv $share_dir/images/opera_22x22.png $DIR_LO/22x22/apps/opera.png -+ cp $cpv $share_dir/images/opera_16x16.png $DIR_LO/16x16/apps/opera.png - -- DIR_LO=/opt/kde$1/share/icons/locolor -- if test -d $DIR_LO -a -w $DIR_LO -+ if test -d %%LOCALBASE%%/share/applnk/ - then -- if test -d $DIR_LO/32x32/apps -a -w $DIR_LO/32x32/apps -- then cp $cpv $share_dir/images/opera_32x32.png $DIR_LO/32x32/apps/opera.png -- fi -- if test -d $DIR_LO/22x22/apps -a -w $DIR_LO/22x22/apps -- then cp $cpv $share_dir/images/opera_22x22.png $DIR_LO/22x22/apps/opera.png -- fi -- if test -d $DIR_LO/16x16/apps -a -w $DIR_LO/16x16/apps -- then cp $cpv $share_dir/images/opera_16x16.png $DIR_LO/16x16/apps/opera.png -- fi -- fi -- -- if test -d /opt/kde$1/share/applnk/ -- then -- if test ! -d /opt/kde$1/share/applnk/Internet/ -a -w /opt/kde$1/share/applnk -+ if test ! -d %%LOCALBASE%%/share/applnk/Internet/ -a -w %%LOCALBASE%%/share/applnk - then -- mkdir $mkdirv $mkdirp /opt/kde$1/share/applnk/Internet/ -- chmod $chmodv 755 /opt/kde$1/share/applnk/Internet -+ mkdir $mkdirv $mkdirp %%LOCALBASE%%/share/applnk/Internet/ -+ chmod $chmodv 755 %%LOCALBASE%%/share/applnk/Internet - fi -- if test -w /opt/kde$1/share/applnk/Internet -- then generate_desktop /opt/kde$1/share/applnk/Internet $1 -+ if test -w %%LOCALBASE%%/share/applnk/Internet -+ then generate_desktop %%LOCALBASE%%/share/applnk/Internet $1 - fi -- fi - fi - - if test -d /usr/share/applnk/Networking -@@ -1796,45 +1689,9 @@ - } - - xdg() --{ # http://standards.freedesktop.org -- UDD='' -- for BIN_DIR in `pathdirs`; do -- test -x ${BIN_DIR}/update-desktop-database || continue -- UDD=${BIN_DIR}/update-desktop-database; break -- done -- -- # http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html -- if test "$UDD"; then -- for ICON_DIR in `echo ${XDG_DATA_DIRS}:/usr/local/share:/usr/share|tr : '\012'|sed -e '/^$/d;s:$:/icons/hicolor:'` /usr/share/pixmaps/hicolor; do -- test -d ${ICON_DIR} && break -- done -- -- if test ! -d ${ICON_DIR}; then echo "Could not find icon installation directory, icons not installed." >&2 -- elif test ! -w ${ICON_DIR}; then echo "Directory \"${ICON_DIR}\" not writable by user \"${USER}\", icons not installed." >&2 -- else -- for RESOLUTION in 48x48 32x32 22x22; do -- TO_DIR=${ICON_DIR}/${RESOLUTION}/apps -- test -d ${TO_DIR} && test -w ${TO_DIR} && cp $cpv $share_dir/images/opera_${RESOLUTION}.png ${TO_DIR}/opera.png -- done -- fi -- -- for SHORTCUT_DIR in ${XDG_DATA_HOME}/applications /usr/local/share/applications /usr/share/applications; do -- test -d ${SHORTCUT_DIR} && break; -- done -- -- if test ! -d ${SHORTCUT_DIR}; then echo "Could not find shortcut installation directory, desktop entry not installed." >&2; return -- elif test ! -w ${SHORTCUT_DIR}; then echo "Directory \"${SHORTCUT_DIR}\" not writable by user \"${USER}\", desktop entry not installed." >&2; return -- fi -- generate_desktop ${SHORTCUT_DIR} xdg -- ${UDD} -- else -- icons -- gnome -- kde 3 -- kde 2 -- kde1 -- mandrake -- fi -+{ -+ gnome -+ kde 3 - } - - echo test | sed -n -e 's/test//' || error 'sed' diff --git a/www/opera/files/patch-search.ini b/www/opera/files/patch-search.ini deleted file mode 100644 index 67a3839f6..000000000 --- a/www/opera/files/patch-search.ini +++ /dev/null @@ -1,48 +0,0 @@ ---- search.ini.orig Mon Apr 9 18:07:38 2007 -+++ search.ini Wed Apr 11 14:26:05 2007 -@@ -445,4 +445,44 @@ - Search Type=119 - Verbtext=0 - Position=-1 --Nameid=291960 -+Nameid=0 -+ -+[Search Engine 35] -+Name=FreshP&orts -+URL=http://www.freshports.org/search.php?query=%s -+Query= -+Key=x -+Is post=0 -+Has endseparator=0 -+Encoding=utf-8 -+Search Type=0 -+Verbtext=17063 -+Position=-1 -+Nameid=0 -+ -+[Search Engine 36] -+Name=Google &BSD -+URL=http://www.google.com/bsd?q=%s&sourceid=opera&num=%i&ie=utf-8&oe=utf-8 -+Query= -+Key=x -+Is post=0 -+Has endseparator=0 -+Encoding=utf-8 -+Search Type=0 -+Verbtext=17063 -+Position=-1 -+Nameid=0 -+ -+[Search Engine 37] -+Name=FreeBSD &PRs -+URL=http://www.freebsd.org/cgi/query-pr.cgi?pr=%s -+Query= -+Key=x -+Is post=0 -+Has endseparator=0 -+Encoding=utf-8 -+Search Type=0 -+Verbtext=17063 -+Position=-1 -+Nameid=0 -+ diff --git a/www/opera/files/symhack.c b/www/opera/files/symhack.c deleted file mode 100644 index 57bc7c676..000000000 --- a/www/opera/files/symhack.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <sys/cdefs.h> -#include <sys/types.h> -#include <netinet/in.h> -#include <netdb.h> -#include <resolv.h> - -int * -__h_error(void) -{ - return (&__res_state()->res_h_errno); -} diff --git a/www/opera/pkg-descr b/www/opera/pkg-descr deleted file mode 100644 index b33bdf73e..000000000 --- a/www/opera/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The most full-featured Internet power tool on the market, Opera includes -pop-up blocking, tabbed browsing, integrated searches, and advanced functions -like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And -because we know that our users have different needs, you can customize -the look and content of your Opera browser with a few clicks of the mouse. - -WWW: http://www.opera.com/ diff --git a/www/opera/pkg-message b/www/opera/pkg-message deleted file mode 100644 index 5e98a0233..000000000 --- a/www/opera/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -########################################################################### - -To use Linux plugins such as Adobe Flash and Acrobat Reader, install the -www/opera-linuxplugins port. - -########################################################################### diff --git a/www/opera/pkg-plist b/www/opera/pkg-plist deleted file mode 100644 index ba5fa09b8..000000000 --- a/www/opera/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -@comment $FreeBSD$ -bin/opera -%%DOCSDIR%%/LICENSE -%%DATADIR%%/bin/missingsyms.so -%%DATADIR%%/bin/opera -%%DATADIR%%/bin/spellcheck.so -%%DATADIR%%/bin/works -%%DATADIR%%/chartables.bin -%%DATADIR%%/config/opera6rc -%%DATADIR%%/config/opera6rc.fixed -%%DATADIR%%/html40_entities.dtd -%%DATADIR%%/images/opera.xpm -%%DATADIR%%/images/opera_16x16.png -%%DATADIR%%/images/opera_22x22.png -%%DATADIR%%/images/opera_32x32.png -%%DATADIR%%/images/opera_48x48.png -%%DATADIR%%/ini/dialog.ini -%%DATADIR%%/ini/fastforward.ini -%%DATADIR%%/ini/filehandler.ini -%%DATADIR%%/ini/pluginpath.ini -%%DATADIR%%/ini/standard_keyboard.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/en/default.adr -%%DATADIR%%/locale/en/license.txt -%%DATADIR%%/locale/en/search.ini -%%DATADIR%%/locale/english.lng -%%DATADIR%%/opera6.adr -%%DATADIR%%/plugins/libnpp.so -%%DATADIR%%/plugins/operapluginwrapper -%%DATADIR%%/plugins/operaplugincleaner -%%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/drives.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/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/top.png -%%DATADIR%%/styles/info.css -%%DATADIR%%/styles/mime.css -%%DATADIR%%/styles/plugins.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/wml.css -%%DATADIR%%/svg-sebd.dat -%%DATADIR%%/svg-se.dat -%%DATADIR%%/svg-sabd.dat -%%DATADIR%%/svg-sa.dat -%%DATADIR%%/svg-mobd.dat -%%DATADIR%%/svg-mo.dat -%%SYMHACK%%%%DATADIR%%/symhack.so - -%%GNOME%%share/gnome/apps/Internet/opera.desktop -%%GNOME%%share/pixmaps/opera.xpm -@dirrm %%DATADIR%%/styles/user -@dirrm %%DATADIR%%/styles/images -@dirrm %%DATADIR%%/styles -@dirrm %%DATADIR%%/skin -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/locale/en -@dirrm %%DATADIR%%/locale -@dirrm %%DATADIR%%/java -@dirrm %%DATADIR%%/ini -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/config -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% - -@cwd %%LOCALBASE%% -%%KDE%%share/applnk/Internet/opera.desktop -share/icons/hicolor/22x22/apps/opera.png -share/icons/hicolor/32x32/apps/opera.png -share/icons/hicolor/48x48/apps/opera.png -share/icons/locolor/16x16/apps/opera.png -share/icons/locolor/22x22/apps/opera.png -share/icons/locolor/32x32/apps/opera.png -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor/22x22/apps -@dirrmtry share/icons/locolor/22x22 -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor -@dirrmtry share/icons |