diff options
author | asau <asau@pkgsrc.org> | 2012-03-02 12:00:14 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-03-02 12:00:14 +0000 |
commit | b7fd7fff99117be8c5dfa1ae870be3be4b6ea000 (patch) | |
tree | ff9e5e81e47bda82f24b11204549242dfc61538e /www/opera | |
parent | 59504fe07460a8ba8c5119aa7d94069f77576d6c (diff) | |
download | pkgsrc-b7fd7fff99117be8c5dfa1ae870be3be4b6ea000.tar.gz |
Update to Opera 11.61
Packaged by <obache> for pkgsrc-wip.
Requested by Julian Fagir in PR pkg/46079
Changes in Opera 11.61
* Security and bug fixes.
Changes in Opera 11.60
* Opera Presto 2.10 rendering engine.
* The user interface for Opera Mail has been redesigned.
* HTML5 parsing algorithm.
* DOM API for HTML5 Microdata.
* Full support for ECMAScript 5.1
* Support for "Khronos Typed Arrays" and XMLHttpRequest Level 2
support for receiving ArrayBuffers.
* Full support for for radial-gradient and repeated-radial-gradient.
* Support for font-relative length rem in CSS and SVG.
* Implemented Google's new geolocation JSON API.
Changes in Opera 11.52
* Security and bug fixes.
Changes in Opera 11.51
* Security and bug fixes.
Changes in Opera 11.50
* Opera Presto 2.9 rendering engine
* Improved deep nesting of the quotes property.
* Support is added to provide the original source line for CSS
rules, benefiting future versions of Opera Dragonfly.
* Improved CSS parsing performance is up to 10-15% faster due to
CSS tokenizing optimizations.
* Updated the list of DOM events visible on window, document and
element objects.
* Support for the dataset attribute on elements which exposes
data-* attributes on an element.
* Support for the <input> element indeterminate attribute for checkboxes.
* Support for the history interface.
* Enabled the classList attribute for HTML and SVG elements.
* Implemented the HTML5 <time> element.
Changes in Opera 11.11
* Security and bug fixes.
Changes in 11.10
* Opera Presto 2.8 rendering engine.
* URL Filter API for Opera extensions.
* Support for the Google WebP image format.
* Declarative UI.
* Improved support for SVG and HTML5 APIs such as Web Storage.
* Support for phrase searching in Opera Mail.
* Search hijacking protection.
* Support for the BeforeCSS and AfterCSS events.
* Partial support for the gradients section of the W3C CSS3
Image Values/Replaced Content module.
* W3C CSS Multi-column Layout Module.
* W3C CSS Device Adaptation (viewport) specification support.
* W3C CSS cursor property values support.
* Removed support for UTS22: 1.4 charset alias matching.
* Support for HTML5 data-* global attributes.
* Support for the SOCKS Protocol Version 5.
* Partial support for the W3C File API.
* Support for the W3C Web Open Font Format (WOFF).
* Security and bug fixes.
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/DESCR | 32 | ||||
-rw-r--r-- | www/opera/Makefile | 105 | ||||
-rw-r--r-- | www/opera/PLIST | 354 | ||||
-rw-r--r-- | www/opera/distinfo | 17 | ||||
-rw-r--r-- | www/opera/files/opera.sh | 14 |
5 files changed, 451 insertions, 71 deletions
diff --git a/www/opera/DESCR b/www/opera/DESCR index 1ad54535a82..480c61f37ca 100644 --- a/www/opera/DESCR +++ b/www/opera/DESCR @@ -1,10 +1,22 @@ -Opera started in 1994 as a research project inside Norway’s largest telecom -company, Telenor. Within a year, it branched out into an independent -development company named Opera Software ASA. - -Today, Opera Software develops the Opera Web browser, a high-quality, -multi-platform product for a wide range of platforms, operating systems and -embedded Internet products – including Mac, PC and Linux computers, mobile -phones and PDAs, game consoles, and other devices like the Nintendo Wii, DS, -Sony Mylo, and more. - +Opera is powerful web browser both for work or for entertainment. +It features: +* HTML 3.2, 4.0, 4.01; XHTML 1.0; WML 1.3 & 2.0; XML; CSS 1.0, 2.0, 2.1, 3.0; + EcmaScript ECMA-262 2ed, 3ed (JavaScript 1.3/1.5 Core); DOM 1, 2 +* BiDi support, Small Screen Rendering (TM) +* Browses FTP Sites, support for browsing local files +* Proxy server support +* File transfer, File upload support +* Built-in M2 mail client +* IRC-compatible chat client, Newsreader, and RSS newsfeeds +* Hot list, bookmarks and bookmark bar +* Unique mouse gestures for easier browsing +* Pop-up defense features +* Imports Netscape, Konqueror and IE bookmarks/favorites +* Communication through SSL and TLS +* HTTP Authorization +* Asynchronous DNS with threading +* Customizable toolbar icons +* Keyboard link navigation +* Printing (PostScript) +* Handles cookies +* Fraud Protection diff --git a/www/opera/Makefile b/www/opera/Makefile index c7e2671a3ac..722f37949bf 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,60 +1,79 @@ -# $NetBSD: Makefile,v 1.91 2011/01/28 09:33:35 ahoka Exp $ -# +# $NetBSD: Makefile,v 1.92 2012/03/02 12:00:14 asau Exp $ -DISTNAME= opera-${OPERA_VERSION}-${OPERA_BUILD}.i386 -PKGNAME= ${DISTNAME:S/-${OPERA_BUILD}.i386//} -CATEGORIES= www -MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VERSION:S/.//}/ -EXTRACT_SUFX= .rpm +DISTNAME= opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.${OPERA_ARCH}.${EMUL_OPSYS} +PKGNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} +CATEGORIES= www +MASTER_SITES+= ${MASTER_SITE_OPERA:=${OPERA_DIR}/} +EXTRACT_SUFX= .tar.xz -MAINTAINER= ahoka@NetBSD.org -HOMEPAGE= http://www.opera.com/ -COMMENT= Opera web browser -LICENSE= opera-eula +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.opera.com/ +COMMENT= Standards-compliant graphical Web browser +LICENSE= opera-1100-license -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64 -EMUL_PLATFORMS+= linux-i386 +EMUL_PLATFORMS= freebsd-i386 freebsd-x86_64 \ + linux-i386 linux-x86_64 -OPERA_VERSION= 11.01 -OPERA_BUILD= 1190 +PKG_DESTDIR_SUPPORT= user-destdir -# TODO: add gstreamer -EMUL_MODULES.linux= x11 fontconfig -EMUL_REQD= suse>=10.0 +.include "../../mk/bsd.prefs.mk" -EMUL_PKG_FMT= rpm -RPM2PKG_PREFIX= ${DESTDIR}${PREFIX} -RPM2PKG_SUBPREFIX= ${EMULSUBDIR} -RPM2PKG_STAGE= do-install +MASTER_SITE_OPERA+= ftp://get.opera.com/pub/opera/ \ + http://ftp.sunet.se/pub/www/clients/Opera/ \ + ftp://ftp.hu-berlin.de/pub/www/opera/ \ + ftp://ftp.task.gda.pl/pub/opera/ \ + ftp://ftp.tuwien.ac.at/infosys/browsers/opera/ \ + ftp://opera.nsc.no/pub/nsc.no/mirrors/operasoftware/ \ + ftp://ftp.opera.com/pub/opera/ \ + http://ftp.yz.yamagata-u.ac.jp/pub/opera/ -PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty +NO_BUILD= yes -#.include "../../mk/bsd.prefs.mk" +OPERA_PKG_BUILD= 1250 +OPERA_PKG_VERSION= 11.61 +OPERA_PKG_VERSION_DIR= 1161 -WRKSRC= ${WRKDIR} -BUILD_DIRS= # empty -USE_LANGUAGES= # none +.if ${EMUL_OPSYS} == "linux" +EMUL_MODULES.linux= base x11 fontconfig +EMUL_REQD= suse>=10.0 +OPERA_ARCH.x86_64= x86_64 +OPERA_OPSYS_SUBDIR= linux +.if !defined(EMUL_IS_NATIVE) && ${OPSYS} == "NetBSD" +TOOLS_CREATE+= md5 +TOOLS_SCRIPT.md5= /usr/bin/md5 -n "$$2" | { read sum file; echo $$sum; } +.endif -SUBST_CLASSES+= opera-sh -SUBST_STAGE.opera-sh= post-build -SUBST_FILES.opera-sh= opera.sh -SUBST_VARS.opera-sh= EMULDIR SH +.elif ${EMUL_OPSYS} == "freebsd" +OPERA_ARCH.x86_64= amd64 +OPERA_OPSYS_SUBDIR= unix +.endif +OPERA_ARCH= ${OPERA_ARCH.${EMUL_ARCH}:U${EMUL_ARCH}} +OPERA_DIR= ${OPERA_OPSYS_SUBDIR}/${OPERA_PKG_VERSION_DIR} -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +MANCOMPRESSED= yes -PLIST_SUBST+= OPERA_VER_DATE=${OPERA_VER_DATE:Q} -PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION:C/u.*//} +SUBST_CLASSES+= plugin +SUBST_STAGE.plugin= post-install +SUBST_FILES.plugin= ${DESTDIR}${PREFIX}/share/opera/defaults/pluginpath.ini +SUBST_SED.plugin= -e 's,/usr/local/,${PREFIX}/,g' +.if ${PKGMANDIR} != "share/man" post-extract: - ${CP} ${FILESDIR}/opera.sh ${WRKSRC} + ${RUN} cd ${WRKSRC}; mv share/man ${PKGMANDIR} + +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= post-extract +SUBST_FILES.manpath= install +SUBST_SED.manpath= -e 's,share/man,${PKGMANDIR},g' +.endif -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/opera.sh ${DESTDIR}${PREFIX}/bin/opera - ${LN} -fs ${EMULDIR}/usr/share/man/man1/opera.1 \ - ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 - ${ECHO} "bin/opera" >> ${RPM2PKG_PLIST} - ${ECHO} "${PKGMANDIR}/man1/opera.1" >> ${RPM2PKG_PLIST} - ${ECHO} "${PREFIX}/lib/netscape/plugins=1" >> \ - ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/share/opera/defaults/pluginpath.ini +do-install: + ${RUN} cd ${WRKSRC}; \ + ${SH} ./install --quiet --prefix ${PREFIX} --force \ + --repackage ${DESTDIR}${PREFIX} +.include "../../databases/shared-mime-info/mimedb.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/opera/PLIST b/www/opera/PLIST new file mode 100644 index 00000000000..35df05a8140 --- /dev/null +++ b/www/opera/PLIST @@ -0,0 +1,354 @@ +@comment $NetBSD: PLIST,v 1.5 2012/03/02 12:00:14 asau Exp $ +bin/opera +bin/opera-widget-manager +lib/opera/gstreamer/plugins/libgstoperamatroska.so +lib/opera/gstreamer/plugins/libgstoperavp8.so +lib/opera/liboperagtk2.so +lib/opera/liboperagtk3.so +lib/opera/liboperakde4.so +lib/opera/opera +lib/opera/operaplugincleaner +lib/opera/operapluginwrapper +lib/opera/plugins/README +man/man1/opera-widget-manager.1 +man/man1/opera.1 +share/applications/opera-browser.desktop +share/applications/opera-widget-installer.desktop +share/applications/opera-widget-manager.desktop +share/doc/opera/LGPL-2 +share/doc/opera/LGPL-3 +share/doc/opera/LICENSE +share/doc/opera/README.gstreamer +share/icons/hicolor/128x128/apps/opera-browser.png +share/icons/hicolor/128x128/apps/opera-widget-manager.png +share/icons/hicolor/128x128/apps/opera-widget.png +share/icons/hicolor/128x128/mimetypes/opera-extension.png +share/icons/hicolor/128x128/mimetypes/opera-unite-application.png +share/icons/hicolor/128x128/mimetypes/opera-widget.png +share/icons/hicolor/16x16/apps/opera-browser.png +share/icons/hicolor/16x16/apps/opera-widget-manager.png +share/icons/hicolor/16x16/apps/opera-widget.png +share/icons/hicolor/16x16/mimetypes/opera-extension.png +share/icons/hicolor/16x16/mimetypes/opera-unite-application.png +share/icons/hicolor/16x16/mimetypes/opera-widget.png +share/icons/hicolor/22x22/apps/opera-browser.png +share/icons/hicolor/22x22/apps/opera-widget-manager.png +share/icons/hicolor/22x22/apps/opera-widget.png +share/icons/hicolor/22x22/mimetypes/opera-extension.png +share/icons/hicolor/22x22/mimetypes/opera-unite-application.png +share/icons/hicolor/22x22/mimetypes/opera-widget.png +share/icons/hicolor/24x24/apps/opera-browser.png +share/icons/hicolor/24x24/apps/opera-widget-manager.png +share/icons/hicolor/24x24/apps/opera-widget.png +share/icons/hicolor/24x24/mimetypes/opera-extension.png +share/icons/hicolor/24x24/mimetypes/opera-unite-application.png +share/icons/hicolor/24x24/mimetypes/opera-widget.png +share/icons/hicolor/32x32/apps/opera-browser.png +share/icons/hicolor/32x32/apps/opera-widget-manager.png +share/icons/hicolor/32x32/apps/opera-widget.png +share/icons/hicolor/32x32/mimetypes/opera-extension.png +share/icons/hicolor/32x32/mimetypes/opera-unite-application.png +share/icons/hicolor/32x32/mimetypes/opera-widget.png +share/icons/hicolor/48x48/apps/opera-browser.png +share/icons/hicolor/48x48/apps/opera-widget-manager.png +share/icons/hicolor/48x48/apps/opera-widget.png +share/icons/hicolor/48x48/mimetypes/opera-extension.png +share/icons/hicolor/48x48/mimetypes/opera-unite-application.png +share/icons/hicolor/48x48/mimetypes/opera-widget.png +share/icons/hicolor/scalable/apps/opera-browser.svg +share/icons/hicolor/scalable/apps/opera-widget-manager.svg +share/icons/hicolor/scalable/apps/opera-widget.svg +share/icons/hicolor/scalable/mimetypes/opera-extension.svg +share/icons/hicolor/scalable/mimetypes/opera-unite-application.svg +share/icons/hicolor/scalable/mimetypes/opera-widget.svg +share/mime/packages/opera-extension.xml +share/mime/packages/opera-unite-application.xml +share/mime/packages/opera-widget.xml +share/opera/defaults/bookmarks.adr +share/opera/defaults/dictionaries.xml +share/opera/defaults/feedreaders.ini +share/opera/defaults/filehandler.ini +share/opera/defaults/handlers-ignore.ini +share/opera/defaults/license.txt +share/opera/defaults/mailproviders.xml +share/opera/defaults/plugin-ignore.ini +share/opera/defaults/pluginpath.ini +share/opera/defaults/public_domains.dat +share/opera/defaults/search.ini +share/opera/defaults/standard_speeddial.ini +share/opera/defaults/standard_trusted_repositories.ini +share/opera/defaults/tips_metadata.ini +share/opera/defaults/webmailproviders.ini +share/opera/defaults/xmlentities.ini +share/opera/encoding.bin +share/opera/extra/missingplugin.svg +share/opera/extra/missingpluginhover.svg +share/opera/extra/svg-mo.dat +share/opera/extra/svg-mobd.dat +share/opera/extra/svg-sa.dat +share/opera/extra/svg-sabd.dat +share/opera/extra/svg-se.dat +share/opera/extra/svg-sebd.dat +share/opera/files.sig +share/opera/files_old.sig +share/opera/html40_entities.dtd +share/opera/html5_entity_init.dat +share/opera/lngcode.txt +share/opera/locale/af/af.lng +share/opera/locale/az/az.lng +share/opera/locale/be/be.lng +share/opera/locale/be/bookmarks.adr +share/opera/locale/be/search.ini +share/opera/locale/be/standard_speeddial.ini +share/opera/locale/bg/bg.lng +share/opera/locale/bg/bookmarks.adr +share/opera/locale/bg/search.ini +share/opera/locale/bg/standard_speeddial.ini +share/opera/locale/bn/bn.lng +share/opera/locale/cs/bookmarks.adr +share/opera/locale/cs/cs.lng +share/opera/locale/cs/search.ini +share/opera/locale/cs/standard_speeddial.ini +share/opera/locale/da/da.lng +share/opera/locale/de/bookmarks.adr +share/opera/locale/de/de.lng +share/opera/locale/de/search.ini +share/opera/locale/de/standard_speeddial.ini +share/opera/locale/el/el.lng +share/opera/locale/en-GB/en-GB.lng +share/opera/locale/en/en.lng +share/opera/locale/en/en.zip +share/opera/locale/en/license.txt +share/opera/locale/es-ES/bookmarks.adr +share/opera/locale/es-ES/es-ES.lng +share/opera/locale/es-ES/search.ini +share/opera/locale/es-ES/standard_speeddial.ini +share/opera/locale/es-LA/es-LA.lng +share/opera/locale/et/et.lng +share/opera/locale/fi/fi.lng +share/opera/locale/fr-CA/fr-CA.lng +share/opera/locale/fr/bookmarks.adr +share/opera/locale/fr/fr.lng +share/opera/locale/fr/search.ini +share/opera/locale/fr/standard_speeddial.ini +share/opera/locale/fy/fy.lng +share/opera/locale/gd/gd.lng +share/opera/locale/hi/hi.lng +share/opera/locale/hr/hr.lng +share/opera/locale/hu/bookmarks.adr +share/opera/locale/hu/hu.lng +share/opera/locale/hu/search.ini +share/opera/locale/hu/standard_speeddial.ini +share/opera/locale/id/id.lng +share/opera/locale/it/bookmarks.adr +share/opera/locale/it/it.lng +share/opera/locale/it/search.ini +share/opera/locale/it/standard_speeddial.ini +share/opera/locale/ja/bookmarks.adr +share/opera/locale/ja/ja.lng +share/opera/locale/ja/search.ini +share/opera/locale/ja/standard_speeddial.ini +share/opera/locale/ka/ka.lng +share/opera/locale/ko/ko.lng +share/opera/locale/lt/lt.lng +share/opera/locale/me/me.lng +share/opera/locale/mk/mk.lng +share/opera/locale/ms/ms.lng +share/opera/locale/nb/bookmarks.adr +share/opera/locale/nb/nb.lng +share/opera/locale/nb/search.ini +share/opera/locale/nb/standard_speeddial.ini +share/opera/locale/nl/nl.lng +share/opera/locale/nn/nn.lng +share/opera/locale/pa/pa.lng +share/opera/locale/pl/bookmarks.adr +share/opera/locale/pl/pl.lng +share/opera/locale/pl/search.ini +share/opera/locale/pl/standard_speeddial.ini +share/opera/locale/pt-BR/bookmarks.adr +share/opera/locale/pt-BR/pt-BR.lng +share/opera/locale/pt-BR/search.ini +share/opera/locale/pt-BR/standard_speeddial.ini +share/opera/locale/pt/pt.lng +share/opera/locale/ro/bookmarks.adr +share/opera/locale/ro/ro.lng +share/opera/locale/ro/search.ini +share/opera/locale/ro/standard_speeddial.ini +share/opera/locale/ru/bookmarks.adr +share/opera/locale/ru/ru.lng +share/opera/locale/ru/search.ini +share/opera/locale/ru/standard_speeddial.ini +share/opera/locale/sk/bookmarks.adr +share/opera/locale/sk/search.ini +share/opera/locale/sk/sk.lng +share/opera/locale/sk/standard_speeddial.ini +share/opera/locale/sr/bookmarks.adr +share/opera/locale/sr/search.ini +share/opera/locale/sr/sr.lng +share/opera/locale/sr/standard_speeddial.ini +share/opera/locale/sv/sv.lng +share/opera/locale/sw/sw.lng +share/opera/locale/ta/ta.lng +share/opera/locale/te/te.lng +share/opera/locale/th/th.lng +share/opera/locale/tl/tl.lng +share/opera/locale/tr/bookmarks.adr +share/opera/locale/tr/search.ini +share/opera/locale/tr/standard_speeddial.ini +share/opera/locale/tr/tr.lng +share/opera/locale/uk/bookmarks.adr +share/opera/locale/uk/search.ini +share/opera/locale/uk/standard_speeddial.ini +share/opera/locale/uk/uk.lng +share/opera/locale/uz/uz.lng +share/opera/locale/vi/vi.lng +share/opera/locale/zh-cn/bookmarks.adr +share/opera/locale/zh-cn/search.ini +share/opera/locale/zh-cn/standard_speeddial.ini +share/opera/locale/zh-cn/zh-cn.lng +share/opera/locale/zh-tw/zh-tw.lng +share/opera/locale/zu/zu.lng +share/opera/mathml.dtd +share/opera/package-id.ini +share/opera/package/lib/binprint.sh +share/opera/package/lib/layout_common.sh +share/opera/package/lib/layout_deb.sh +share/opera/package/lib/layout_tar.sh +share/opera/package/lib/main.sh +share/opera/package/lib/normalize.sh +share/opera/package/lib/package_deb.sh +share/opera/package/lib/package_rpm.sh +share/opera/package/lib/package_tar.sh +share/opera/package/lib/xml.sh +share/opera/package/main.sh +share/opera/pubsuffix.xml +share/opera/region/cis/en/bookmarks.adr +share/opera/region/cis/en/search.ini +share/opera/region/cis/en/standard_speeddial.ini +share/opera/region/cis/ru/bookmarks.adr +share/opera/region/cis/ru/search.ini +share/opera/region/cis/ru/standard_speeddial.ini +share/opera/region/cn/browser.js +share/opera/region/cn/en/bookmarks.adr +share/opera/region/cn/en/search.ini +share/opera/region/cn/en/standard_speeddial.ini +share/opera/region/cn/turbosettings.xml +share/opera/region/gb/bookmarks.adr +share/opera/region/gb/search.ini +share/opera/region/gb/standard_speeddial.ini +share/opera/region/hk/browser.js +share/opera/region/hk/turbosettings.xml +share/opera/region/id/bookmarks.adr +share/opera/region/id/search.ini +share/opera/region/id/standard_speeddial.ini +share/opera/region/in/bookmarks.adr +share/opera/region/in/search.ini +share/opera/region/in/standard_speeddial.ini +share/opera/region/latin_america/bookmarks.adr +share/opera/region/latin_america/search.ini +share/opera/region/latin_america/standard_speeddial.ini +share/opera/region/middle_east/bookmarks.adr +share/opera/region/middle_east/search.ini +share/opera/region/middle_east/standard_speeddial.ini +share/opera/region/region.ini +share/opera/region/tw/browser.js +share/opera/region/tw/turbosettings.xml +share/opera/region/ua/ru/bookmarks.adr +share/opera/region/ua/ru/search.ini +share/opera/region/ua/ru/standard_speeddial.ini +share/opera/region/us/bookmarks.adr +share/opera/region/us/search.ini +share/opera/region/us/standard_speeddial.ini +share/opera/skin/standard_skin.zip +share/opera/skin/unix_skin.zip +share/opera/styles/about.css +share/opera/styles/cache.css +share/opera/styles/certinfo.css +share/opera/styles/config.css +share/opera/styles/contentblock.css +share/opera/styles/debug.css +share/opera/styles/dir.css +share/opera/styles/error.css +share/opera/styles/feed.css +share/opera/styles/history.css +share/opera/styles/im.css +share/opera/styles/image.css +share/opera/styles/images/Opera_256x256.png +share/opera/styles/images/arrow.png +share/opera/styles/images/bar.png +share/opera/styles/images/bkgd-rev.png +share/opera/styles/images/bkgd.png +share/opera/styles/images/bullet.png +share/opera/styles/images/center.png +share/opera/styles/images/container.png +share/opera/styles/images/customize.gif +share/opera/styles/images/darkBox.png +share/opera/styles/images/defaultFavicon.png +share/opera/styles/images/error.png +share/opera/styles/images/file.png +share/opera/styles/images/flag.png +share/opera/styles/images/folder.png +share/opera/styles/images/hanger.png +share/opera/styles/images/opera-icon-red.png +share/opera/styles/images/opera.png +share/opera/styles/images/page-bot.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/search.png +share/opera/styles/images/section.png +share/opera/styles/images/smartGroup.png +share/opera/styles/images/tooltiptail.png +share/opera/styles/images/top.png +share/opera/styles/images/warning.png +share/opera/styles/info.css +share/opera/styles/m2_upgrade_1160.mbs +share/opera/styles/m2_welcome_message.mbs +share/opera/styles/mail.css +share/opera/styles/mathml.css +share/opera/styles/media.css +share/opera/styles/message.css +share/opera/styles/mime.css +share/opera/styles/opera.css +share/opera/styles/plugins.css +share/opera/styles/private.css +share/opera/styles/search.css +share/opera/styles/unstyledxml.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/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/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/webstorage.css +share/opera/styles/wml.css +share/opera/ui/dialog.ini +share/opera/ui/dialogs.yaml +share/opera/ui/fastforward.ini +share/opera/ui/standard_keyboard.ini +share/opera/ui/standard_keyboard_compat.ini +share/opera/ui/standard_menu.ini +share/opera/ui/standard_mouse.ini +share/opera/ui/standard_toolbar.ini +share/opera/ui/unix_keyboard.ini +share/opera/ui/widgets.yaml +share/opera/unite/fileSharing.ua +share/opera/unite/fridge.ua +share/opera/unite/home.ua +share/opera/unite/mediaPlayer.ua +share/opera/unite/messenger.ua +share/opera/unite/photoSharing.ua +share/opera/unite/webserver.ua diff --git a/www/opera/distinfo b/www/opera/distinfo index b3892cb2f87..5e34d806dda 100644 --- a/www/opera/distinfo +++ b/www/opera/distinfo @@ -1,5 +1,14 @@ -$NetBSD: distinfo,v 1.35 2011/01/28 09:33:35 ahoka Exp $ +$NetBSD: distinfo,v 1.36 2012/03/02 12:00:14 asau Exp $ -SHA1 (opera-11.01-1190.i386.rpm) = 61830f3923e3b67a5b1624c5f92c1989b537feb1 -RMD160 (opera-11.01-1190.i386.rpm) = 80b346bba09121d24522ace8834b11dd4162514b -Size (opera-11.01-1190.i386.rpm) = 13306952 bytes +SHA1 (opera-11.61-1250.amd64.freebsd.tar.xz) = 3bac82d74f3fd7fe65233956034a629905ec864c +RMD160 (opera-11.61-1250.amd64.freebsd.tar.xz) = 312fac7b0fcfa5cd880c5e0b66db96b778a3224c +Size (opera-11.61-1250.amd64.freebsd.tar.xz) = 12101656 bytes +SHA1 (opera-11.61-1250.i386.freebsd.tar.xz) = 154e73851169f1a1150bcf0256529c6b05cce42e +RMD160 (opera-11.61-1250.i386.freebsd.tar.xz) = 985a7bf4e82b09e8da3cb529019df78f227bac21 +Size (opera-11.61-1250.i386.freebsd.tar.xz) = 11542444 bytes +SHA1 (opera-11.61-1250.i386.linux.tar.xz) = 504f05eeab4e2ef07b82ce8090c30bf49d108237 +RMD160 (opera-11.61-1250.i386.linux.tar.xz) = 7715b98548457260a838944b30b8e16de6915cec +Size (opera-11.61-1250.i386.linux.tar.xz) = 11490920 bytes +SHA1 (opera-11.61-1250.x86_64.linux.tar.xz) = 32256a638430a8298fea12fd909c773431063430 +RMD160 (opera-11.61-1250.x86_64.linux.tar.xz) = 36b8fe9df9717673a1252b0a1ecd72c18d36ad0f +Size (opera-11.61-1250.x86_64.linux.tar.xz) = 12319616 bytes diff --git a/www/opera/files/opera.sh b/www/opera/files/opera.sh deleted file mode 100644 index 08ed7addb30..00000000000 --- a/www/opera/files/opera.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!@SH@ -# -# $NetBSD: opera.sh,v 1.5 2011/01/24 21:46:18 ahoka Exp $ -# -# This script is used with linux-* emulations to ensure that opera is -# started with the proper environment. -# - -# Fix up LD_LIBRARY_PATH so that /lib is always searched for shared -# libraries. -# -LD_LIBRARY_PATH=/lib:/usr/lib; export LD_LIBRARY_PATH - -exec @EMULDIR@/bin/bash /usr/bin/opera "$@" |