summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2005-04-30 22:25:15 +0000
committertron <tron>2005-04-30 22:25:15 +0000
commit4d7e6fa7b4adf832784923649cfb24c435ec040a (patch)
tree5ceae07be625e26d23be4d6e1468515de4725397 /www
parent50a9720affc3aea09300034810d4d6760daaec74 (diff)
downloadpkgsrc-4d7e6fa7b4adf832784923649cfb24c435ec040a.tar.gz
Replace outdated an insecure "opera7" package with a new "opera" package
based on version 8.0. Major changes since version 7.54u2: - New and improved security features - "Fit to window width" abolishes horizontal scrolling - Improved default menu and toolbar setups - Support for XmlHttpRequest giving full Gmail support - New Start bar gives easy access to useful features - Notification of blocked pop-ups - Simple retrieval of closed pages and blocked pop-ups. - Elegant e-mail attachment handling - Improved newsfeed reader - Automated weekly check for new updates - New User JavaScript feature
Diffstat (limited to 'www')
-rw-r--r--www/Makefile4
-rw-r--r--www/opera/DESCR (renamed from www/opera7/DESCR)0
-rw-r--r--www/opera/Makefile (renamed from www/opera7/Makefile)10
-rw-r--r--www/opera/PLIST3
-rw-r--r--www/opera/PLIST.FreeBSD (renamed from www/opera7/PLIST.FreeBSD)2
-rw-r--r--www/opera/PLIST.SunOS (renamed from www/opera7/PLIST.SunOS)2
-rw-r--r--www/opera/distinfo9
-rw-r--r--www/opera/files/opera.sh (renamed from www/opera7/files/opera.sh)0
-rw-r--r--www/opera7/PLIST3
-rw-r--r--www/opera7/distinfo11
10 files changed, 21 insertions, 23 deletions
diff --git a/www/Makefile b/www/Makefile
index 0f39979d756..abc00a50804 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.394 2005/04/28 15:11:59 augustss Exp $
+# $NetBSD: Makefile,v 1.395 2005/04/30 22:25:15 tron Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -159,12 +159,12 @@ SUBDIR+= ns-plugger-communicator
SUBDIR+= ns-plugger-navigator
SUBDIR+= ns-remote
SUBDIR+= openacs
+SUBDIR+= opera
SUBDIR+= opera-acroread
SUBDIR+= opera-acroread3
SUBDIR+= opera-acroread5
SUBDIR+= opera-acroread7
SUBDIR+= opera-plugins
-SUBDIR+= opera7
SUBDIR+= p5-Apache-ASP
SUBDIR+= p5-Apache-AuthCookie
SUBDIR+= p5-Apache-AuthCookieDBI
diff --git a/www/opera7/DESCR b/www/opera/DESCR
index ddcb436e126..ddcb436e126 100644
--- a/www/opera7/DESCR
+++ b/www/opera/DESCR
diff --git a/www/opera7/Makefile b/www/opera/Makefile
index a008a233c78..6e689768b4c 100644
--- a/www/opera7/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:47:55 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/04/30 22:25:15 tron Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
PKGREVISION= # empty
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.panix.com/opera/files/${OPERA_DIR}/ \
ftp://ftp.opera.com/pub/opera/${OPERA_DIR}/
DISTFILES= opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}${EXTRACT_SUFX}
-MAINTAINER= jdolecek@NetBSD.org
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.opera.com/
COMMENT= Small, fast and customizable WWW client
@@ -29,8 +29,8 @@ USE_LANGUAGES= # empty
.include "../../mk/bsd.prefs.mk"
OPERA_LANG= en
-OPERA_VER_DATE= 20050131
-OPERA_PKG_VERSION= 7.54u2
+OPERA_VER_DATE= 20050415
+OPERA_PKG_VERSION= 8.0
_OPERA_OPSYS?= ${OPSYS}
_OPERA_MACHINE_ARCH?= ${MACHINE_ARCH}
@@ -130,7 +130,7 @@ post-install:
# regenerate distinfo for all ports supported by this package
opera-distinfo:
- ( echo '$$NetBSD: Makefile,v 1.30 2005/04/11 21:47:55 tv Exp $$'; echo ''; \
+ ( echo '$$NetBSD: Makefile,v 1.32 2005/04/30 22:25:15 tron Exp $$'; echo ''; \
_OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \
${GREP} opera distinfo; \
_OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \
diff --git a/www/opera/PLIST b/www/opera/PLIST
new file mode 100644
index 00000000000..9e5e7ce9021
--- /dev/null
+++ b/www/opera/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.3 2005/04/30 22:25:15 tron Exp $
+bin/opera
+man/man1/opera.1
diff --git a/www/opera7/PLIST.FreeBSD b/www/opera/PLIST.FreeBSD
index 9c82e2a0423..5cad4879e98 100644
--- a/www/opera7/PLIST.FreeBSD
+++ b/www/opera/PLIST.FreeBSD
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.2 2004/06/06 23:06:18 heinz Exp $
+@comment $NetBSD: PLIST.FreeBSD,v 1.1 2005/04/30 22:25:15 tron Exp $
bin/opera
man/man1/opera.1
share/doc/opera/LICENSE
diff --git a/www/opera7/PLIST.SunOS b/www/opera/PLIST.SunOS
index ba37568e453..babd12770cc 100644
--- a/www/opera7/PLIST.SunOS
+++ b/www/opera/PLIST.SunOS
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.SunOS,v 1.4 2005/03/18 03:33:10 dmcmahill Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.3 2005/04/30 22:25:15 tron Exp $
bin/opera
lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/missingsyms.so
lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/opera
diff --git a/www/opera/distinfo b/www/opera/distinfo
new file mode 100644
index 00000000000..8a36194ba17
--- /dev/null
+++ b/www/opera/distinfo
@@ -0,0 +1,9 @@
+SHA1 (./opera-8.0-20050415.1-static-qt.i386-en.rpm) = 6666be613f76d84fc541543a241dd936c3ffb5d1
+RMD160 (./opera-8.0-20050415.1-static-qt.i386-en.rpm) = 4dab6bcae6a88023666e8d7782bfd5c6b813d330
+Size (./opera-8.0-20050415.1-static-qt.i386-en.rpm) = 5603836 bytes
+SHA1 (opera-8.0-20050415.1-static-qt.i386.freebsd-en.tar.bz2) = a67de89e8edb1f9ecb33fc8430d25877fd394611
+RMD160 (opera-8.0-20050415.1-static-qt.i386.freebsd-en.tar.bz2) = 0b957ac39e5ad270d30d7417bb1875434616018b
+Size (opera-8.0-20050415.1-static-qt.i386.freebsd-en.tar.bz2) = 5099452 bytes
+SHA1 (opera-8.0-20050415.1-static-qt-sol8-sparc-local-en.tar.bz2) = d7527821e6c6feaa3e36fff67c005c0c14378476
+RMD160 (opera-8.0-20050415.1-static-qt-sol8-sparc-local-en.tar.bz2) = b183a33314ae2fe529f8a042819b3eee8c054925
+Size (opera-8.0-20050415.1-static-qt-sol8-sparc-local-en.tar.bz2) = 6392863 bytes
diff --git a/www/opera7/files/opera.sh b/www/opera/files/opera.sh
index e42c0b923c0..e42c0b923c0 100644
--- a/www/opera7/files/opera.sh
+++ b/www/opera/files/opera.sh
diff --git a/www/opera7/PLIST b/www/opera7/PLIST
deleted file mode 100644
index a5b08f9338b..00000000000
--- a/www/opera7/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/28 23:20:10 jdolecek Exp $
-bin/opera
-man/man1/opera.1
diff --git a/www/opera7/distinfo b/www/opera7/distinfo
deleted file mode 100644
index 1fe098aefb9..00000000000
--- a/www/opera7/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.19 2005/03/18 03:33:10 dmcmahill Exp $
-
-SHA1 (./opera-7.54-20050131.1-static-qt.i386-en.rpm) = 3487d9a408ef62b39cee7bced35f792f399db953
-RMD160 (./opera-7.54-20050131.1-static-qt.i386-en.rpm) = d264a2a5933097aad63214ad07bda82127810491
-Size (./opera-7.54-20050131.1-static-qt.i386-en.rpm) = 5280121 bytes
-SHA1 (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 887c0b611f8be2669e814f51b40ec59ee372700f
-RMD160 (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 588138145197ee9df0fa34db33420e955c67d8d1
-Size (opera-7.54-20050131.1-static-qt.i386.freebsd-en.tar.bz2) = 4782908 bytes
-SHA1 (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 1326826616e941045d305a99e36ba3d4629840cd
-RMD160 (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = b500f4de235cb06653e544f90ac748da9e9611d7
-Size (opera-7.54-20050131.1-static-qt-sol8-sparc-local-en.tar.bz2) = 5993766 bytes