summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz>2004-06-06 23:06:18 +0000
committerheinz <heinz>2004-06-06 23:06:18 +0000
commita0bb93e32f355a8241f052ea6b355a12786b9d7f (patch)
tree44c19d8224842f4899fb1de31938b80b86071ab9 /www
parent7e1c7aa4537c5df2d69a2f943eec72f39563a0f2 (diff)
downloadpkgsrc-a0bb93e32f355a8241f052ea6b355a12786b9d7f.tar.gz
Update to 7.51 for NetBSD, FreeBSD and Solaris.
Tested on NetBSD 1.6.2 and Solaris. Installed on FreeBSD but could not run it without X. From the (minimal) ChangeLog: Various stability improvements Redirecting links correctly marked as visited Initial support for quoting selected text in messages Solved problem with duplicate addresses when using "Reply all"
Diffstat (limited to 'www')
-rw-r--r--www/opera7/Makefile49
-rw-r--r--www/opera7/PLIST.FreeBSD15
-rw-r--r--www/opera7/PLIST.SunOS19
-rw-r--r--www/opera7/distinfo14
4 files changed, 60 insertions, 37 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile
index 1cef2ef9a14..70e3e150398 100644
--- a/www/opera7/Makefile
+++ b/www/opera7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/15 08:43:09 tron Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/06 23:06:18 heinz Exp $
DISTNAME= opera-${OPERA_PKG_VERSION}
PKGREVISION= # empty
@@ -20,12 +20,17 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc FreeBSD-*-i386
LICENSE= opera-license
-USE_BUILDLINK3= yes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+NO_BUILDLINK= YES
+NO_CONFGURE= YES
+NO_TOOLS= YES
+USE_LANGUAGES= # empty
.include "../../mk/bsd.prefs.mk"
# A default so lintpkgsrc is happy
-OPERA_PKG_VERSION= 7.50
+OPERA_PKG_VERSION= 7.51
.if (${OPSYS} == NetBSD)
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
@@ -43,8 +48,8 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
EXTRACT_SUFX= .rpm
OPERA_ARCH= .i386
OPERA_LANG= en
-OPERA_VER_DATE= 20040511
-OPERA_PKG_VERSION= 7.50
+OPERA_VER_DATE= 20040602
+OPERA_PKG_VERSION= 7.51
OPERA_DIR= linux/${OPERA_PKG_VERSION:S/.//g:C/beta.*//}/final/${OPERA_LANG}/${OPERA_ARCH:S/.//}/static
OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/beta.*//}-${OPERA_VER_DATE}.1-static-qt
@@ -54,29 +59,31 @@ RPMFILES= ${DISTFILES}
EXTRACT_SUFX= .tar.bz2
OPERA_ARCH= .i386.freebsd
OPERA_LANG= en
-OPERA_VER_DATE= 20040511
-OPERA_PKG_VERSION= 7.50
-OPERA_DIR= unix/freebsd/${OPERA_PKG_VERSION:S/.//g:}/final/${OPERA_LANG}/
+OPERA_VER_DATE= 20040602
+OPERA_PKG_VERSION= 7.51
+OPERA_DIR= unix/freebsd/${OPERA_PKG_VERSION:S/.//g:}/final/${OPERA_LANG}/static
OPERA_DIST_VERSION= ${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1-static-qt
WRKSRC= ${WRKDIR}/opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}
+OWN_DIRS= ${PREFIX}/share/opera/plugins
+
.elif (${OPSYS} == SunOS) && (${MACHINE_ARCH} == sparc)
EXTRACT_SUFX= .tar.bz2
OPERA_ARCH= -sol8-sparc-local
OPERA_LANG= en
-OPERA_VER_DATE= 20031119
-OPERA_PKG_VERSION= 7.23
-OPERA_DIR= unix/solaris/${OPERA_PKG_VERSION:S/.//g}/final/${OPERA_LANG}
+OPERA_VER_DATE= 20040602
+OPERA_PKG_VERSION= 7.51
+OPERA_DIR= unix/solaris/${OPERA_PKG_VERSION:S/.//g}/final/${OPERA_LANG}/static
OPERA_DIST_VERSION= ${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1-static-qt
WRKSRC= ${WRKDIR}/opera-${OPERA_DIST_VERSION}${OPERA_ARCH}-${OPERA_LANG}
-SOLARIS_INSTALL_ETC_OPERARC?= no
-BUILD_DEFS+= SOLARIS_INSTALL_ETC_OPERARC
+BUILD_DEFS+= INSTALL_ETC_OPERARC
+INSTALL_ETC_OPERARC?= no
OWN_DIRS= ${PREFIX}/lib/opera/plugins
-. if !empty(SOLARIS_INSTALL_ETC_OPERARC:M[yY][eE][sS])
+. if !empty(INSTALL_ETC_OPERARC:M[yY][eE][sS])
CONF_FILES+= ${PREFIX}/share/opera/config/opera6rc \
/etc/opera6rc
CONF_FILES+= ${PREFIX}/share/opera/config/opera6rc.fixed \
@@ -84,11 +91,19 @@ CONF_FILES+= ${PREFIX}/share/opera/config/opera6rc.fixed \
. endif
PLIST_SUBST+= OPERA_VER_DATE=${OPERA_VER_DATE}
+PLIST_SUBST+= OPERA_PKG_VERSION=${OPERA_PKG_VERSION}
+
+.endif
+
+.if (((${OPSYS} == SunOS) && (${MACHINE_ARCH} == sparc)) || (${OPSYS} == FreeBSD))
+NO_BUILD= YES
+USE_PKGINSTALL= YES
SUBST_CLASSES+= opera7
-SUBST_STAGE.opera7= post-build
+SUBST_STAGE.opera7= pre-install
SUBST_FILES.opera7= ${WRKSRC}/man/opera.1
SUBST_SED.opera7= -e 's,/usr/,${PREFIX}/,g'
+
.endif
do-build:
@@ -114,11 +129,9 @@ post-install-manpage:
.endif
.if (((${OPSYS} == SunOS) && (${MACHINE_ARCH} == sparc)) || (${OPSYS} == FreeBSD))
-USE_PKGINSTALL= YES
-
do-install:
@cd ${WRKSRC} && ${ECHO} "n" | ./install.sh --prefix=${PREFIX}
- @${ECHO} "=> You can ignore the previous lines about '... cannot be prefixed'"
+ @${ECHO} "=> You can ignore any previous lines about opera6rc"
@${ECHO}
post-install:
diff --git a/www/opera7/PLIST.FreeBSD b/www/opera7/PLIST.FreeBSD
index 7bacc94afec..9c82e2a0423 100644
--- a/www/opera7/PLIST.FreeBSD
+++ b/www/opera7/PLIST.FreeBSD
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.1 2004/01/25 19:12:31 heinz Exp $
+@comment $NetBSD: PLIST.FreeBSD,v 1.2 2004/06/06 23:06:18 heinz Exp $
bin/opera
man/man1/opera.1
share/doc/opera/LICENSE
share/doc/opera/help
-share/opera/bin/m2.so
share/opera/bin/missingsyms.so
+share/opera/bin/spellcheck.so
share/opera/bin/opera
share/opera/bin/works
share/opera/chartables.bin
@@ -12,6 +12,7 @@ share/opera/config/opera6rc
share/opera/config/opera6rc.fixed
share/opera/help/advertising.html
share/opera/help/background.png
+share/opera/help/chat.html
share/opera/help/dialogs.html
share/opera/help/filetypes.html
share/opera/help/fonts.html
@@ -32,6 +33,7 @@ share/opera/help/mouse.html
share/opera/help/multimedia.html
share/opera/help/network.html
share/opera/help/page.html
+share/opera/help/panels.html
share/opera/help/paths.html
share/opera/help/personal.html
share/opera/help/preferences.html
@@ -63,7 +65,9 @@ share/opera/images/startup1.png
share/opera/images/startup2.png
share/opera/ini/dialog.ini
share/opera/ini/fastforward.ini
-share/opera/ini/minimal_toolbar.ini
+share/opera/ini/filehandler.ini
+share/opera/ini/pluginpath.ini
+share/opera/ini/spellcheck.ini
share/opera/ini/standard_keyboard.ini
share/opera/ini/standard_menu.ini
share/opera/ini/standard_mouse.ini
@@ -74,6 +78,7 @@ share/opera/java/opera.policy
share/opera/jsconsole.html
share/opera/lngcode.txt
share/opera/locale/en/default.adr
+share/opera/locale/en/lngcode.txt
share/opera/locale/en/search.ini
share/opera/locale/english.lng
share/opera/opera6.adr
@@ -114,7 +119,7 @@ share/opera/styles/OPF.css
@dirrm share/opera/styles/user
@dirrm share/opera/styles
@dirrm share/opera/skin
-@dirrm share/opera/plugins
+@comment @dirrm share/opera/plugins
@dirrm share/opera/locale/en
@dirrm share/opera/locale
@dirrm share/opera/java
@@ -123,4 +128,4 @@ share/opera/styles/OPF.css
@dirrm share/opera/help
@dirrm share/opera/config
@dirrm share/opera/bin
-@dirrm share/opera
+@comment @dirrm share/opera
diff --git a/www/opera7/PLIST.SunOS b/www/opera7/PLIST.SunOS
index 8dfc55ef152..7c29de3739d 100644
--- a/www/opera7/PLIST.SunOS
+++ b/www/opera7/PLIST.SunOS
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2003/11/14 23:59:06 heinz Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.2 2004/06/06 23:06:18 heinz Exp $
bin/opera
-lib/opera/${PKGVERSION}-${OPERA_VER_DATE}.1/m2.so
-lib/opera/${PKGVERSION}-${OPERA_VER_DATE}.1/missingsyms.so
-lib/opera/${PKGVERSION}-${OPERA_VER_DATE}.1/opera
-lib/opera/${PKGVERSION}-${OPERA_VER_DATE}.1/works
+lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/missingsyms.so
+lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/opera
+lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/spellcheck.so
+lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1/works
lib/opera/plugins/libnpp.so
lib/opera/plugins/operamotifwrapper
lib/opera/plugins/operaplugincleaner
@@ -15,6 +15,7 @@ share/opera/config/opera6rc
share/opera/config/opera6rc.fixed
share/opera/help/advertising.html
share/opera/help/background.png
+share/opera/help/chat.html
share/opera/help/dialogs.html
share/opera/help/filetypes.html
share/opera/help/fonts.html
@@ -35,6 +36,7 @@ share/opera/help/mouse.html
share/opera/help/multimedia.html
share/opera/help/network.html
share/opera/help/page.html
+share/opera/help/panels.html
share/opera/help/paths.html
share/opera/help/personal.html
share/opera/help/preferences.html
@@ -66,7 +68,9 @@ share/opera/images/startup1.png
share/opera/images/startup2.png
share/opera/ini/dialog.ini
share/opera/ini/fastforward.ini
-share/opera/ini/minimal_toolbar.ini
+share/opera/ini/filehandler.ini
+share/opera/ini/pluginpath.ini
+share/opera/ini/spellcheck.ini
share/opera/ini/standard_keyboard.ini
share/opera/ini/standard_menu.ini
share/opera/ini/standard_mouse.ini
@@ -77,6 +81,7 @@ share/opera/java/opera.policy
share/opera/jsconsole.html
share/opera/lngcode.txt
share/opera/locale/en/default.adr
+share/opera/locale/en/lngcode.txt
share/opera/locale/en/search.ini
share/opera/locale/english.lng
share/opera/opera6.adr
@@ -122,6 +127,6 @@ share/opera/styles/wml.css
@dirrm share/opera/config
@dirrm share/opera
@dirrm share/doc/opera
-@dirrm lib/opera/${PKGVERSION}-${OPERA_VER_DATE}.1
+@dirrm lib/opera/${OPERA_PKG_VERSION}-${OPERA_VER_DATE}.1
@comment @dirrm lib/opera/plugins
@comment @dirrm lib/opera
diff --git a/www/opera7/distinfo b/www/opera7/distinfo
index 5a25abb7643..a387bfa27fc 100644
--- a/www/opera7/distinfo
+++ b/www/opera7/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2004/05/15 07:31:53 tron Exp $
+$NetBSD: distinfo,v 1.11 2004/06/06 23:06:18 heinz Exp $
-SHA1 (./opera-7.50-20040511.1-static-qt.i386-en.rpm) = 1706b2b2a470c78c584513c5d32041d95ea4ca0d
-Size (./opera-7.50-20040511.1-static-qt.i386-en.rpm) = 5231701 bytes
-SHA1 (opera-7.23-20031119.1-static-qt-sol8-sparc-local-en.tar.bz2) = fc3a1661e602a72ef446afd6e298594e01e77ad7
-Size (opera-7.23-20031119.1-static-qt-sol8-sparc-local-en.tar.bz2) = 5845007 bytes
-SHA1 (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.gz) = e076b32025433fa44bdc6efa03e4681e7ec2b89a
-Size (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.gz)) = 5175583 bytes
+SHA1 (./opera-7.51-20040602.1-static-qt.i386-en.rpm) = 2bc4ab0e2ce5b564d0cf3c98f297815c3a015950
+Size (./opera-7.51-20040602.1-static-qt.i386-en.rpm) = 5234327 bytes
+SHA1 (opera-7.51-20040602.1-static-qt-sol8-sparc-local-en.tar.bz2) = b09aafe1d1c3cf858dd524eb8bf901ecb706171d
+Size (opera-7.51-20040602.1-static-qt-sol8-sparc-local-en.tar.bz2) = 5968729 bytes
+SHA1 (opera-7.51-20040602.1-static-qt.i386.freebsd-en.tar.bz2) = f4b71315d9684955fbe1cf9054f5cb6c5ba53edd
+Size (opera-7.51-20040602.1-static-qt.i386.freebsd-en.tar.bz2) = 4757901 bytes