diff options
author | tron <tron@pkgsrc.org> | 2000-10-27 04:12:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-10-27 04:12:22 +0000 |
commit | cda48aecf640cee0a7d8132c72c1bb014feedcf7 (patch) | |
tree | c9f77b92efd7c60ce5f5c91a02f07786779a901d /www/opera | |
parent | 4056254343667a92f8611c2720e8bea11c114978 (diff) | |
download | pkgsrc-cda48aecf640cee0a7d8132c72c1bb014feedcf7.tar.gz |
Import new "opera" package:
Small, fast and customizable WWW client
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 29 | ||||
-rw-r--r-- | www/opera/files/md5 | 3 | ||||
-rw-r--r-- | www/opera/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/opera/pkg/DESCR | 17 | ||||
-rw-r--r-- | www/opera/pkg/PLIST | 10 |
5 files changed, 60 insertions, 0 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile new file mode 100644 index 00000000000..fd6db2d938b --- /dev/null +++ b/www/opera/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/27 04:12:22 tron Exp $ + +DISTNAME= opera-4.0-b2-static.i386 +PKGNAME= opera-4.0b2 +CATEGORIES= www +MASTER_SITES= http://opera.online.no/linux/tgz/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.opera.com/ + +DEPENDS+= suse_libjpeg>=6.4:../../emulators/suse_libjpeg +DEPENDS+= suse_x11>=6.3:../../emulators/suse_x11 + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +LICENSE= opera-license + +CHECK_SHLIBS= NO +NO_BUILD= YES + +do-install: + ${MKDIR} ${PREFIX}/share/doc/opera ${PREFIX}/share/opera/styles + cd ${WRKSRC} && \ + ${INSTALL_SCRIPT} opera ${PREFIX}/bin && \ + ${INSTALL_DATA} LICENSE README ${PREFIX}/share/doc/opera && \ + ${INSTALL_DATA} opera.adr ${PREFIX}/share/opera && \ + ${INSTALL_DATA} *.css ${PREFIX}/share/opera/styles + +.include "../../mk/bsd.pkg.mk" diff --git a/www/opera/files/md5 b/www/opera/files/md5 new file mode 100644 index 00000000000..085f05949a3 --- /dev/null +++ b/www/opera/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/27 04:12:22 tron Exp $ + +MD5 (opera-4.0-b2-static.i386.tar.gz) = 0ec8a056208653bda4242acdbf010487 diff --git a/www/opera/pkg/COMMENT b/www/opera/pkg/COMMENT new file mode 100644 index 00000000000..793876c5346 --- /dev/null +++ b/www/opera/pkg/COMMENT @@ -0,0 +1 @@ +Small, fast and customizable WWW client diff --git a/www/opera/pkg/DESCR b/www/opera/pkg/DESCR new file mode 100644 index 00000000000..4d8b47993b6 --- /dev/null +++ b/www/opera/pkg/DESCR @@ -0,0 +1,17 @@ +Opera is powerful If you use the web for work or for entertainment. Features: +* specify which cookies you'd like to receive with new filtering and display + of third party cookies +* full featured e-mail with contact database and multiple account functionality +* open multiple windows without running out of memory +* navigate entirely with the keyboard -- for more speed +* open documents in the background without destroying your search engine result + listing +* redirect the output from one window to another +* toggle images online and per individual window +* window tabs to track your windows +* centralized interface for all your user preferences +* toggle document and user settings +* add all open documents with just two clicks +* retrieve all documents in a hotlist folder with just two clicks +* print preview +* zoom in and out of the pages diff --git a/www/opera/pkg/PLIST b/www/opera/pkg/PLIST new file mode 100644 index 00000000000..93b93d0b5e9 --- /dev/null +++ b/www/opera/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/27 04:12:22 tron Exp $ +bin/opera +share/doc/opera/LICENSE +share/doc/opera/README +share/opera/opera.adr +share/opera/styles/opf.css +share/opera/styles/wml.css +@dirrm share/opera/styles +@dirrm share/opera +@dirrm share/doc/opera |