pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opera7 Update to 7.51 for NetBSD, FreeBSD and Sola...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70362c830b7c
branches:  trunk
changeset: 476332:70362c830b7c
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jun 06 23:06:18 2004 +0000

description:
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:

 www/opera7/Makefile      |  49 ++++++++++++++++++++++++++++++-----------------
 www/opera7/PLIST.FreeBSD |  15 +++++++++----
 www/opera7/PLIST.SunOS   |  19 +++++++++++------
 www/opera7/distinfo      |  14 ++++++------
 4 files changed, 60 insertions(+), 37 deletions(-)

diffs (261 lines):

diff -r 45f0ac9d2c61 -r 70362c830b7c www/opera7/Makefile
--- a/www/opera7/Makefile       Sun Jun 06 22:59:29 2004 +0000
+++ b/www/opera7/Makefile       Sun Jun 06 23:06:18 2004 +0000
@@ -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 @@
 
 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 @@
 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 @@
 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 @@
 .  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 @@
 .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 -r 45f0ac9d2c61 -r 70362c830b7c www/opera7/PLIST.FreeBSD
--- a/www/opera7/PLIST.FreeBSD  Sun Jun 06 22:59:29 2004 +0000
+++ b/www/opera7/PLIST.FreeBSD  Sun Jun 06 23:06:18 2004 +0000
@@ -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.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/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/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/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 @@
 @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 @@
 @dirrm share/opera/help
 @dirrm share/opera/config
 @dirrm share/opera/bin
-@dirrm share/opera
+@comment @dirrm share/opera
diff -r 45f0ac9d2c61 -r 70362c830b7c www/opera7/PLIST.SunOS
--- a/www/opera7/PLIST.SunOS    Sun Jun 06 22:59:29 2004 +0000
+++ b/www/opera7/PLIST.SunOS    Sun Jun 06 23:06:18 2004 +0000
@@ -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.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/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/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/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 @@
 @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 -r 45f0ac9d2c61 -r 70362c830b7c www/opera7/distinfo
--- a/www/opera7/distinfo       Sun Jun 06 22:59:29 2004 +0000
+++ b/www/opera7/distinfo       Sun Jun 06 23:06:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index