summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/opera/Makefile10
-rw-r--r--www/opera/Makefile.plain15
-rw-r--r--www/opera/Makefile.rpm4
-rw-r--r--www/opera/PLIST.freebsd-i386336
-rw-r--r--www/opera/distinfo20
5 files changed, 277 insertions, 108 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index 8b7e56e18ef..2f8a5bc6e13 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2008/12/14 18:22:10 jdolecek Exp $
+# $NetBSD: Makefile,v 1.84 2009/01/08 12:23:30 obache Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
#PKGREVISION= 1
@@ -21,6 +21,8 @@ EMUL_PLATFORMS= freebsd-i386
EMUL_PLATFORMS+= linux-i386
EMUL_PLATFORMS+= solaris-sparc
+#PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
USE_LANGUAGES= # empty
@@ -28,9 +30,9 @@ BUILD_DIRS= # empty
OPERA_LANG= en
OPERA_VER_DATE= 20080630
-OPERA_PKG_BUILD= 2091
-OPERA_PKG_VERSION= 9.52
-OPERA_PKG_VERSION_DIR= 952
+OPERA_PKG_BUILD= 2474
+OPERA_PKG_VERSION= 9.63
+OPERA_PKG_VERSION_DIR= 963
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff --git a/www/opera/Makefile.plain b/www/opera/Makefile.plain
index 9d02443c112..9c21a68950d 100644
--- a/www/opera/Makefile.plain
+++ b/www/opera/Makefile.plain
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.plain,v 1.3 2008/08/24 02:08:32 ahoka Exp $
+# $NetBSD: Makefile.plain,v 1.4 2009/01/08 12:23:30 obache Exp $
.if ${EMUL_PLATFORM} == "freebsd-i386"
ONLY_FOR_PLATFORM+= FreeBSD-*-i386
EXTRACT_SUFX= .tar.bz2
OPERA_ARCH= .i386
-OPERA_DIR= unix/freebsd/${OPERA_PKG_VERSION_DIR}/final/${OPERA_LANG}/intel/static
-OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/u.*//}-${OPERA_PKG_BUILD}.freebsd5-static-qt3
+OPERA_DIR= unix/freebsd/${OPERA_PKG_VERSION_DIR}/${OPERA_LANG}/intel/static
+OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/u.*//}-freebsd5-static-qt3
-WRKSRC= ${WRKDIR}/opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}-660
+WRKSRC= ${WRKDIR}/opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.freebsd5-static-qt3${OPERA_ARCH}
OWN_DIRS= ${PREFIX}/share/opera/plugins
@@ -17,9 +17,9 @@ EXTRACT_SUFX= .tar.bz2
SOLARIS_VERSION_REQD= 8
OPERA_ARCH=
OPERA_DIR= unix/solaris/${OPERA_PKG_VERSION_DIR}/final/${OPERA_LANG}/sparc/static
-OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/u.*//}-${OPERA_PKG_BUILD}.gcc295-static-qt3
+OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/u.*//}.gcc295-static-qt3
-WRKSRC= ${WRKDIR}/opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}-660
+WRKSRC= ${WRKDIR}/opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.gcc295-static-qt3
BUILD_DEFS+= INSTALL_ETC_OPERARC
INSTALL_ETC_OPERARC?= no
@@ -42,6 +42,7 @@ FULLMANDIR= ${PREFIX}/${PKGMANDIR}
do-install:
(${ECHO} "n"; ${ECHO} "n") > ${WRKSRC}/inst.cmd
cd ${WRKSRC} && ${CAT} ${WRKSRC}/inst.cmd | \
- ./install.sh --prefix=${PREFIX:Q} --mandir=${FULLMANDIR:Q}
+ ./install.sh --prefix=${PREFIX:Q} --mandir=${FULLMANDIR:Q} \
+ --DESTDIR=${DESTDIR:Q}
@${ECHO} "=> You can ignore any previous lines about opera6rc"
@${ECHO}
diff --git a/www/opera/Makefile.rpm b/www/opera/Makefile.rpm
index bb1d5bce554..ce2ba4b816a 100644
--- a/www/opera/Makefile.rpm
+++ b/www/opera/Makefile.rpm
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rpm,v 1.2 2008/08/24 02:08:32 ahoka Exp $
+# $NetBSD: Makefile.rpm,v 1.3 2009/01/08 12:23:30 obache Exp $
# This package installs from an RPM directly into "/usr" on a Linux
# system, which can't be managed by pkgsrc.
@@ -11,7 +11,7 @@ EMUL_REQD= suse>=7.3
EXTRACT_SUFX= .rpm
OPERA_ARCH= .i386
OPERA_DIR= linux/${OPERA_PKG_VERSION_DIR}/final/${OPERA_LANG}/${OPERA_ARCH:S/.//}/static
-OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/beta.*//:C/u.*//}-${OPERA_PKG_BUILD}.gcc4-static-qt3
+OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/beta.*//:C/u.*//}.gcc4-static-qt3
WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
diff --git a/www/opera/PLIST.freebsd-i386 b/www/opera/PLIST.freebsd-i386
index 178e18ec027..eec1ce38436 100644
--- a/www/opera/PLIST.freebsd-i386
+++ b/www/opera/PLIST.freebsd-i386
@@ -1,131 +1,297 @@
-@comment $NetBSD: PLIST.freebsd-i386,v 1.1 2007/07/29 05:20:01 jlam Exp $
+@comment $NetBSD: PLIST.freebsd-i386,v 1.2 2009/01/08 12:23:30 obache Exp $
bin/opera
man/man1/opera.1
+share/doc/opera/LGPL
share/doc/opera/LICENSE
-share/doc/opera/help
share/opera/bin/missingsyms.so
-share/opera/bin/spellcheck.so
share/opera/bin/opera
+share/opera/bin/operaplugincleaner
+share/opera/bin/operapluginwrapper
+share/opera/bin/spellcheck.so
share/opera/bin/works
-share/opera/chartables.bin
-share/opera/config/opera6rc
-share/opera/config/opera6rc.fixed
-share/opera/help/advertising.html
-share/opera/help/background.png
-share/opera/help/chat.html
-share/opera/help/dialogs.html
-share/opera/help/filetypes.html
-share/opera/help/fonts.html
-share/opera/help/glossary.html
-share/opera/help/help.css
-share/opera/help/history.html
-share/opera/help/hotlist.html
-share/opera/help/index.html
-share/opera/help/input.html
-share/opera/help/keyboard.html
-share/opera/help/languages.html
-share/opera/help/layout.html
-share/opera/help/license.txt
-share/opera/help/m2.html
-share/opera/help/mail.html
-share/opera/help/menus.html
-share/opera/help/mouse.html
-share/opera/help/multimedia.html
-share/opera/help/network.html
-share/opera/help/page.html
-share/opera/help/panels.html
-share/opera/help/paths.html
-share/opera/help/personal.html
-share/opera/help/preferences.html
-share/opera/help/privacy.html
-share/opera/help/search.html
-share/opera/help/security.html
-share/opera/help/skin.html
-share/opera/help/sounds.html
-share/opera/help/start.html
-share/opera/help/toc.html
-share/opera/help/toolbars.html
-share/opera/help/windows.html
-share/opera/hhd.ssr
-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/opera.xpm
-share/opera/images/opera_16x16.png
-share/opera/images/opera_22x22.png
-share/opera/images/opera_32x32.png
-share/opera/images/opera_48x48.png
-share/opera/images/operabanner.png
-share/opera/images/shared.gif
-share/opera/images/splash.png
-share/opera/images/startup1.png
-share/opera/images/startup2.png
+share/opera/encoding.bin
+share/opera/html40_entities.dtd
share/opera/ini/dialog.ini
share/opera/ini/fastforward.ini
share/opera/ini/filehandler.ini
+share/opera/ini/font.ini
+share/opera/ini/mailproviders.xml
share/opera/ini/pluginpath.ini
-share/opera/ini/spellcheck.ini
+share/opera/ini/speeddial_default.ini
share/opera/ini/standard_keyboard.ini
+share/opera/ini/standard_keyboard_compat.ini
share/opera/ini/standard_menu.ini
share/opera/ini/standard_mouse.ini
share/opera/ini/standard_toolbar.ini
share/opera/ini/unix_keyboard.ini
+share/opera/ini/xmlentities.ini
share/opera/java/opera.jar
share/opera/java/opera.policy
-share/opera/jsconsole.html
share/opera/lngcode.txt
-share/opera/locale/en/default.adr
-share/opera/locale/en/lngcode.txt
+share/opera/locale/be/byelorussian.lng
+share/opera/locale/be/license.txt
+share/opera/locale/be/opera6.adr
+share/opera/locale/be/search.ini
+share/opera/locale/bg/bulgarian.lng
+share/opera/locale/bg/license.txt
+share/opera/locale/bg/opera6.adr
+share/opera/locale/bg/search.ini
+share/opera/locale/cs/czech.lng
+share/opera/locale/cs/license.txt
+share/opera/locale/cs/opera6.adr
+share/opera/locale/cs/search.ini
+share/opera/locale/da/dansk.lng
+share/opera/locale/da/license.txt
+share/opera/locale/da/opera6.adr
+share/opera/locale/da/search.ini
+share/opera/locale/de/deutsch.lng
+share/opera/locale/de/license.txt
+share/opera/locale/de/opera6.adr
+share/opera/locale/de/search.ini
+share/opera/locale/el/greek.lng
+share/opera/locale/el/license.txt
+share/opera/locale/el/opera6.adr
+share/opera/locale/el/search.ini
+share/opera/locale/en-GB/british.lng
+share/opera/locale/en-GB/license.txt
+share/opera/locale/en-GB/opera6.adr
+share/opera/locale/en-GB/search.ini
+share/opera/locale/en/license.txt
+share/opera/locale/en/opera6.adr
share/opera/locale/en/search.ini
share/opera/locale/english.lng
+share/opera/locale/es-ES/espanol-espana.lng
+share/opera/locale/es-ES/license.txt
+share/opera/locale/es-ES/opera6.adr
+share/opera/locale/es-ES/search.ini
+share/opera/locale/es-LA/espanol-america_latina.lng
+share/opera/locale/es-LA/license.txt
+share/opera/locale/es-LA/opera6.adr
+share/opera/locale/es-LA/search.ini
+share/opera/locale/et/eesti.lng
+share/opera/locale/et/license.txt
+share/opera/locale/et/opera6.adr
+share/opera/locale/et/search.ini
+share/opera/locale/fi/license.txt
+share/opera/locale/fi/opera6.adr
+share/opera/locale/fi/search.ini
+share/opera/locale/fi/suomi.lng
+share/opera/locale/fr-CA/francais-canadien.lng
+share/opera/locale/fr-CA/license.txt
+share/opera/locale/fr-CA/opera6.adr
+share/opera/locale/fr-CA/search.ini
+share/opera/locale/fr/francais.lng
+share/opera/locale/fr/license.txt
+share/opera/locale/fr/opera6.adr
+share/opera/locale/fr/search.ini
+share/opera/locale/fy/frisian.lng
+share/opera/locale/fy/license.txt
+share/opera/locale/fy/opera6.adr
+share/opera/locale/fy/search.ini
+share/opera/locale/hi/hindi.lng
+share/opera/locale/hi/license.txt
+share/opera/locale/hi/opera6.adr
+share/opera/locale/hi/search.ini
+share/opera/locale/hr/croatian.lng
+share/opera/locale/hr/license.txt
+share/opera/locale/hr/opera6.adr
+share/opera/locale/hr/search.ini
+share/opera/locale/hu/hungarian.lng
+share/opera/locale/hu/license.txt
+share/opera/locale/hu/opera6.adr
+share/opera/locale/hu/search.ini
+share/opera/locale/id/indonesian.lng
+share/opera/locale/id/license.txt
+share/opera/locale/id/opera6.adr
+share/opera/locale/id/search.ini
+share/opera/locale/it/italiano.lng
+share/opera/locale/it/license.txt
+share/opera/locale/it/opera6.adr
+share/opera/locale/it/search.ini
+share/opera/locale/ja/japanese.lng
+share/opera/locale/ja/license.txt
+share/opera/locale/ja/opera6.adr
+share/opera/locale/ja/search.ini
+share/opera/locale/ka/georgian.lng
+share/opera/locale/ka/license.txt
+share/opera/locale/ka/opera6.adr
+share/opera/locale/ka/search.ini
+share/opera/locale/ko/korean.lng
+share/opera/locale/ko/license.txt
+share/opera/locale/ko/opera6.adr
+share/opera/locale/ko/search.ini
+share/opera/locale/lt/license.txt
+share/opera/locale/lt/lithuanian.lng
+share/opera/locale/lt/opera6.adr
+share/opera/locale/lt/search.ini
+share/opera/locale/mk/license.txt
+share/opera/locale/mk/macedonian.lng
+share/opera/locale/mk/opera6.adr
+share/opera/locale/mk/search.ini
+share/opera/locale/nb/license.txt
+share/opera/locale/nb/norsk.lng
+share/opera/locale/nb/opera6.adr
+share/opera/locale/nb/search.ini
+share/opera/locale/nl/license.txt
+share/opera/locale/nl/nederlands.lng
+share/opera/locale/nl/opera6.adr
+share/opera/locale/nl/search.ini
+share/opera/locale/nn/license.txt
+share/opera/locale/nn/nynorsk.lng
+share/opera/locale/nn/opera6.adr
+share/opera/locale/nn/search.ini
+share/opera/locale/pl/license.txt
+share/opera/locale/pl/opera6.adr
+share/opera/locale/pl/polski.lng
+share/opera/locale/pl/search.ini
+share/opera/locale/pt-BR/brazilportuguese.lng
+share/opera/locale/pt-BR/license.txt
+share/opera/locale/pt-BR/opera6.adr
+share/opera/locale/pt-BR/search.ini
+share/opera/locale/pt/license.txt
+share/opera/locale/pt/opera6.adr
+share/opera/locale/pt/portuguese.lng
+share/opera/locale/pt/search.ini
+share/opera/locale/ru/license.txt
+share/opera/locale/ru/opera6.adr
+share/opera/locale/ru/russian.lng
+share/opera/locale/ru/search.ini
+share/opera/locale/sv/license.txt
+share/opera/locale/sv/opera6.adr
+share/opera/locale/sv/search.ini
+share/opera/locale/sv/svenska.lng
+share/opera/locale/ta/license.txt
+share/opera/locale/ta/opera6.adr
+share/opera/locale/ta/search.ini
+share/opera/locale/ta/tamil.lng
+share/opera/locale/te/license.txt
+share/opera/locale/te/opera6.adr
+share/opera/locale/te/search.ini
+share/opera/locale/te/telugu.lng
+share/opera/locale/tr/license.txt
+share/opera/locale/tr/opera6.adr
+share/opera/locale/tr/search.ini
+share/opera/locale/tr/turkce.lng
+share/opera/locale/uk/license.txt
+share/opera/locale/uk/opera6.adr
+share/opera/locale/uk/search.ini
+share/opera/locale/uk/ukrainian.lng
+share/opera/locale/zh-cn/chinese_simp.lng
+share/opera/locale/zh-cn/license.txt
+share/opera/locale/zh-cn/opera6.adr
+share/opera/locale/zh-cn/search.ini
+share/opera/locale/zh-tw/chinese.lng
+share/opera/locale/zh-tw/license.txt
+share/opera/locale/zh-tw/opera6.adr
+share/opera/locale/zh-tw/search.ini
share/opera/opera6.adr
-share/opera/plugins/libnpp.so
-share/opera/plugins/operamotifwrapper
-share/opera/plugins/operaplugincleaner
share/opera/search.ini
share/opera/skin/standard_skin.zip
share/opera/skin/windows_skin.zip
share/opera/styles/about.css
share/opera/styles/cache.css
-share/opera/styles/csr.css
+share/opera/styles/certinfo.css
+share/opera/styles/config.css
+share/opera/styles/contentblock.css
share/opera/styles/dir.css
-share/opera/styles/drives.css
-share/opera/styles/email.css
+share/opera/styles/error.css
share/opera/styles/history.css
share/opera/styles/im.css
+share/opera/styles/image.css
+share/opera/styles/images/bar.png
+share/opera/styles/images/center.png
+share/opera/styles/images/customize.gif
+share/opera/styles/images/darkBox.png
+share/opera/styles/images/defaultFavicon.png
+share/opera/styles/images/flag.png
+share/opera/styles/images/folder.png
+share/opera/styles/images/opera.png
+share/opera/styles/images/red_center.png
+share/opera/styles/images/red_left.png
+share/opera/styles/images/red_right.png
+share/opera/styles/images/root.png
+share/opera/styles/images/section.png
+share/opera/styles/images/smartGroup.png
+share/opera/styles/images/top.png
share/opera/styles/info.css
+share/opera/styles/mathml.css
+share/opera/styles/message.css
share/opera/styles/mime.css
-share/opera/styles/mimehead.css
-share/opera/styles/opf.css
share/opera/styles/plugins.css
+share/opera/styles/search.css
share/opera/styles/user/accessibility.css
+share/opera/styles/user/altdebugger.css
+share/opera/styles/user/classid.css
share/opera/styles/user/contrastbw.css
share/opera/styles/user/contrastwb.css
-share/opera/styles/user/debugwithoutline.css
+share/opera/styles/user/disablebreaks.css
+share/opera/styles/user/disablefloats.css
+share/opera/styles/user/disableforms.css
+share/opera/styles/user/disablepositioning.css
share/opera/styles/user/disabletables.css
-share/opera/styles/user/hidecertainsizes.css
-share/opera/styles/user/hidenonlinkimages.css
-share/opera/styles/user/imageandlinkonly.css
-share/opera/styles/user/nostalgia.css
-share/opera/styles/user/showstructure.css
-share/opera/styles/user/textonly.css
-share/opera/styles/user/userstyle.ini
+share/opera/styles/user/outline.css
+share/opera/styles/user/structureblock.css
+share/opera/styles/user/structureinline.css
+share/opera/styles/user/structuretables.css
+share/opera/styles/user/tablelayout.css
+share/opera/styles/user/toc.css
+share/opera/styles/warning.css
+share/opera/styles/webfeeds.html
share/opera/styles/wml.css
-share/opera/styles/OPF.css
-@dirrm share/doc/opera
+share/opera/svg-mo.dat
+share/opera/svg-mobd.dat
+share/opera/svg-sa.dat
+share/opera/svg-sabd.dat
+share/opera/svg-se.dat
+share/opera/svg-sebd.dat
@dirrm share/opera/styles/user
+@dirrm share/opera/styles/images
@dirrm share/opera/styles
@dirrm share/opera/skin
-@comment @dirrm share/opera/plugins
+@exec ${MKDIR} %D/share/opera/plugins
+@dirrm share/opera/plugins
+@dirrm share/opera/locale/zh-tw
+@dirrm share/opera/locale/zh-cn
+@dirrm share/opera/locale/uk
+@dirrm share/opera/locale/tr
+@dirrm share/opera/locale/te
+@dirrm share/opera/locale/ta
+@dirrm share/opera/locale/sv
+@dirrm share/opera/locale/ru
+@dirrm share/opera/locale/pt-BR
+@dirrm share/opera/locale/pt
+@dirrm share/opera/locale/pl
+@dirrm share/opera/locale/nn
+@dirrm share/opera/locale/nl
+@dirrm share/opera/locale/nb
+@dirrm share/opera/locale/mk
+@dirrm share/opera/locale/lt
+@dirrm share/opera/locale/ko
+@dirrm share/opera/locale/ka
+@dirrm share/opera/locale/ja
+@dirrm share/opera/locale/it
+@dirrm share/opera/locale/id
+@dirrm share/opera/locale/hu
+@dirrm share/opera/locale/hr
+@dirrm share/opera/locale/hi
+@dirrm share/opera/locale/fy
+@dirrm share/opera/locale/fr-CA
+@dirrm share/opera/locale/fr
+@dirrm share/opera/locale/fi
+@dirrm share/opera/locale/et
+@dirrm share/opera/locale/es-LA
+@dirrm share/opera/locale/es-ES
+@dirrm share/opera/locale/en-GB
@dirrm share/opera/locale/en
+@dirrm share/opera/locale/el
+@dirrm share/opera/locale/de
+@dirrm share/opera/locale/da
+@dirrm share/opera/locale/cs
+@dirrm share/opera/locale/bg
+@dirrm share/opera/locale/be
@dirrm share/opera/locale
@dirrm share/opera/java
@dirrm share/opera/ini
-@dirrm share/opera/images
-@dirrm share/opera/help
-@dirrm share/opera/config
@dirrm share/opera/bin
@comment @dirrm share/opera
+@dirrm share/doc/opera
diff --git a/www/opera/distinfo b/www/opera/distinfo
index 945dd582277..753eadb772c 100644
--- a/www/opera/distinfo
+++ b/www/opera/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.31 2008/08/24 02:08:32 ahoka Exp $
+$NetBSD: distinfo,v 1.32 2009/01/08 12:23:30 obache Exp $
-SHA1 (opera-9.52-2091.freebsd5-static-qt3.i386.tar.bz2) = 412408479898ca4744eeafa1b1b7703c5a03d794
-RMD160 (opera-9.52-2091.freebsd5-static-qt3.i386.tar.bz2) = ab47ac8c81f1c3b7742019e013e0c83d245850a1
-Size (opera-9.52-2091.freebsd5-static-qt3.i386.tar.bz2) = 9072838 bytes
-SHA1 (opera-9.52-2091.gcc295-static-qt3.tar.bz2) = 01abba6cf48582e8a29e87bb68f039241177f1a9
-RMD160 (opera-9.52-2091.gcc295-static-qt3.tar.bz2) = 782aca64cd7eb094269b6e4424149eff99435762
-Size (opera-9.52-2091.gcc295-static-qt3.tar.bz2) = 11295589 bytes
-SHA1 (opera-9.52-2091.gcc4-static-qt3.i386.rpm) = 930a95def4eb5fa3591cd3385d2a88577ab189c6
-RMD160 (opera-9.52-2091.gcc4-static-qt3.i386.rpm) = 45631400cab690c6a709e0387221f51371969f7b
-Size (opera-9.52-2091.gcc4-static-qt3.i386.rpm) = 10487520 bytes
+SHA1 (opera-9.63-freebsd5-static-qt3.i386.tar.bz2) = a14e0b4dcbba69da5fc58bf89e9477c4c4fe736c
+RMD160 (opera-9.63-freebsd5-static-qt3.i386.tar.bz2) = 617e49613ed6df935407e2b916bc7b6953a5d001
+Size (opera-9.63-freebsd5-static-qt3.i386.tar.bz2) = 9417668 bytes
+SHA1 (opera-9.63.gcc295-static-qt3.tar.bz2) = b39a083d5af5a5a201e9245f414a539fdc2f949e
+RMD160 (opera-9.63.gcc295-static-qt3.tar.bz2) = 372c10e5f87c251ca971c7fc5cc8c9a7a1e759d4
+Size (opera-9.63.gcc295-static-qt3.tar.bz2) = 11675489 bytes
+SHA1 (opera-9.63.gcc4-static-qt3.i386.rpm) = 4a71f8fefec18c6e6b7e60fb5d3d448de68ea26e
+RMD160 (opera-9.63.gcc4-static-qt3.i386.rpm) = dbcd070d9c70b6e940427c870bcabd9ef5a47da4
+Size (opera-9.63.gcc4-static-qt3.i386.rpm) = 10972521 bytes