Import new "opera" package:
Small, fast and customizable WWW client
This commit is contained in:
parent
4056254343
commit
cda48aecf6
5 changed files with 60 additions and 0 deletions
29
www/opera/Makefile
Normal file
29
www/opera/Makefile
Normal file
|
@ -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"
|
3
www/opera/files/md5
Normal file
3
www/opera/files/md5
Normal file
|
@ -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
|
1
www/opera/pkg/COMMENT
Normal file
1
www/opera/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Small, fast and customizable WWW client
|
17
www/opera/pkg/DESCR
Normal file
17
www/opera/pkg/DESCR
Normal file
|
@ -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
|
10
www/opera/pkg/PLIST
Normal file
10
www/opera/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue