diff options
author | tron <tron> | 2001-02-20 19:23:24 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-20 19:23:24 +0000 |
commit | b73fb1153bdcac34db389b23b5551e14a7f0c70f (patch) | |
tree | a14fa69914bad35d36131d228674e7e3deab64a6 /www/opera/Makefile | |
parent | 4511feb070992da311873b135817ea204454b2c5 (diff) | |
download | pkgsrc-b73fb1153bdcac34db389b23b5551e14a7f0c70f.tar.gz |
Update "opera" package to version 5.0b6. Changes since version 4.0b5:
- Ad banner support
- CTRL+Backspace will replace the text in the url entry
field with the current selected text
- A link will always be opened in a new window when
activated by the Middle Mouse Button
- Toolbar positions and layout are now saved through
sessions
- The selected Qt widget style is now saved through
sessions
- Resize animation can now be disabled and saved through
sessions
- The size of New normalized windows is larger
- Activating fullscreen will now automatically hide
toolbars and other elements
- The Home button of the button toolbar has got DnD
capabilites
- Added support for "Linked Window"
- A Copy operation in the HotList will now save the urls
to the system clipboard buffer as well
- First letter navigation in the HotList can be enabled
or disabled
- The Hotlist will now be saved to disk once contents is
modified
- Remote operation from the commandline. You can open a
page in an already running instance of Opera (use the
"-help" option on the commandline for more information)
- Toolbar pixmaps are now changed on the fly (no need to
restart Opera) when changed from the preference dialog
box
- The progress toolbar is more configurable. Each element
except for the url input field can be hidden. The state
is saved through sessions
- Printing works better
- Print preview mode
- Support for more javascript events in form controls
- Better font handling
- Fixed some problems with inline frames (IFRAME)
- Fixed asynchronous resolver bug (it failed to look up
addresses in /etc/hosts)
- Fixed the transparent background bug
- and much more...
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 81429ee5381..e5f76517c5c 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:22:18 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/20 19:23:24 tron Exp $ -DISTNAME= opera-4.0-b5-20010103.014-static.i386 -PKGNAME= opera-4.0b5 +DISTNAME= opera-5.0-b6-20010212.017-static.i386 +PKGNAME= opera-5.0b6 CATEGORIES= www MASTER_SITES= http://opera.online.no/linux/tgz/ \ ftp://ftp.fh-koblenz.de/pub/InternetClients/Opera/english/4.0b4/linux/intel-x86/static/ \ @@ -39,7 +39,8 @@ do-install: cd ${WRKSRC} && \ ${INSTALL_SCRIPT} opera ${PREFIX}/bin && \ ${INSTALL_DATA} LICENSE ${PREFIX}/share/doc/opera && \ - ${INSTALL_DATA} opera.adr ${PREFIX}/share/opera && \ + ${INSTALL_DATA} opera.adr opera.desktop opera.wmconfig opera.xpm \ + opera_*.png ${PREFIX}/share/opera && \ ${INSTALL_DATA} buttons/default/* ${PREFIX}/share/opera/buttons/default && \ ${INSTALL_DATA} buttons/defsmall/* ${PREFIX}/share/opera/buttons/defsmall && \ ${INSTALL_DATA} images/* ${PREFIX}/share/opera/images && \ |