From 53b715d9ef489b7bb4d60ca8072f1bace757237e Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 15 May 2001 12:01:16 +0000 Subject: Update "opera" package to versio 5.0.1. Changes since 5.0b8: - Font fix. The standard monospace font is now detected on startup even if not set in the opera.ini file - Fixed a font problem that could cause the same font to be displayd several times in the font selector - Improved button bar layout (less wasted space) when the ad banner is visible - Several fixes regarding keyboard focus handling when loading a page. - Focus could get lost or moved to another window what a framed page was reloaded. This could also happen when entering print preview - Transfer window will now always be activated the first time (even when "activate window on new transfer" is not selected) - The transfer window will be raised when activated even when iconified outside the Opera workspace - The autocompletion dropdown list is now wider than the address entry field of the document window when necessary - Fixed a cookie filter problem that could reverse the filter action - Decorations of the workspace windows can now be chosen from the opera.ini file. There are three options: Qt-2 style, ms-win style and the old Opera style. The Qt-2 style is default - The menu bar can be made visible (if hidden) from the doument and workspace popup menus --- www/opera/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'www/opera/Makefile') diff --git a/www/opera/Makefile b/www/opera/Makefile index 2c2dd31343b..e5575927af6 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2001/05/11 09:20:55 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/05/15 12:01:16 tron Exp $ -DISTNAME= opera-5.0b8 +DISTNAME= opera-5.0.1 CATEGORIES= www -MASTER_SITES= http://opera.online.no/linux/tgz/ \ - ftp://ftp.opera.com/pub/opera/linux/ \ - ftp://gd.tuwien.ac.at/infosys/browsers/opera/linux/tgz/tgz/ \ - ftp://sunsite.cnlab-switch.ch/mirror/opera/linux/tgz/ +MASTER_SITES= http://opera.online.no/linux/RPM/500/ \ + ftp://ftp.opera.com/pub/opera/linux/500/ DISTFILES= ${RPMFILES} MAINTAINER= tron@netbsd.org @@ -37,7 +35,7 @@ DEPENDS+= linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib OPERA_ARCH= ppc .endif -RPMFILES= opera-static-5.0b8-20010426.023.1.${OPERA_ARCH}.rpm +RPMFILES= opera-static-5.0-1.${OPERA_ARCH}.rpm post-install: ${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin -- cgit v1.2.3