pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Remove outdated an insecure packages for Opera 5.x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feac6474a675
branches:  trunk
changeset: 475274:feac6474a675
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu May 13 11:37:50 2004 +0000

description:
Remove outdated an insecure packages for Opera 5.x and 6.x.

diffstat:

 www/Makefile              |    4 +-
 www/opera/DESCR           |   23 -----
 www/opera/Makefile        |   65 --------------
 www/opera/PLIST           |    2 -
 www/opera/PLIST.SunOS     |  203 ----------------------------------------------
 www/opera/distinfo        |    6 -
 www/opera/files/opera.sh  |    7 -
 www/opera6/DESCR          |   23 -----
 www/opera6/Makefile       |   69 ---------------
 www/opera6/PLIST          |    3 -
 www/opera6/distinfo       |    4 -
 www/opera6/files/opera.sh |   25 -----
 12 files changed, 1 insertions(+), 433 deletions(-)

diffs (truncated from 496 to 300 lines):

diff -r 3f308cc79357 -r feac6474a675 www/Makefile
--- a/www/Makefile      Thu May 13 10:46:48 2004 +0000
+++ b/www/Makefile      Thu May 13 11:37:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2004/05/13 09:23:22 mjl Exp $
+# $NetBSD: Makefile,v 1.322 2004/05/13 11:37:50 tron Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -140,12 +140,10 @@
 SUBDIR+=       ns-plugger-navigator
 SUBDIR+=       ns-remote
 SUBDIR+=       openacs
-SUBDIR+=       opera
 SUBDIR+=       opera-acroread
 SUBDIR+=       opera-acroread3
 SUBDIR+=       opera-acroread5
 SUBDIR+=       opera-plugins
-SUBDIR+=       opera6
 SUBDIR+=       opera7
 SUBDIR+=       p5-Apache-ASP
 SUBDIR+=       p5-Apache-DBILogConfig
diff -r 3f308cc79357 -r feac6474a675 www/opera/DESCR
--- a/www/opera/DESCR   Thu May 13 10:46:48 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-Opera is powerful If you use the web for work or for entertainment. Features:
-* Renders HTML 3.2 and 4.0 Pages
-* Executes most EcmaScript 1.1 (Ecma-262 v.3) programs
-* Renders CSS 1 and 2 extensions
-* Browses FTP Sites
-* Handles cookies
-* Supports HTTP 1.0 and 1.1
-* Displays GIF, PNG and JPEG
-* Hot list, bookmarks and bookmark bar
-* Imports Netscape, Konqueror and IE bookmarks/favorites
-* Support for XML
-* Support for WML (WAP)
-* Proxy server support
-* Communication through SSL and TLS
-* HTTP Authorization
-* Asynchronous DNS with threading
-* Support for browsing local files
-* File transfer
-* File upload support
-* Restore window settings
-* Customizable toolbar icons
-* Keyboard link navigation
-* Printing (PostScript)
diff -r 3f308cc79357 -r feac6474a675 www/opera/Makefile
--- a/www/opera/Makefile        Thu May 13 10:46:48 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:44 grant Exp $
-
-DISTNAME=      opera-5.0.1
-CATEGORIES=    www
-MASTER_SITES=  http://opera.online.no/${OPERA_DIR}/ \
-               ftp://ftp.opera.com/pub/opera/${OPERA_DIR}/ \
-               ftp://ftp.tuwien.ac.at/infosys/browsers/opera/${OPERA_DIR}/
-DISTFILES=     ${OPERAFILE}
-
-MAINTAINER=    tron%NetBSD.org@localhost
-HOMEPAGE=      http://www.opera.com/
-COMMENT=       Small, fast and customizable WWW client
-
-ONLY_FOR_PLATFORM=     NetBSD-*-i386 SunOS-*-sparc
-
-LICENSE=       opera-license
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${OPSYS} == NetBSD && ${MACHINE_ARCH} == i386)
-# we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common
-DIST_SUBDIR=   .
-EXTRACT_ONLY=  # empty
-NO_BUILD=      YES
-PLIST_SRC=     ${WRKDIR}/PLIST_DYNAMIC
-
-DEPENDS+=      suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+=      suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
-DEPENDS+=      suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng
-DEPENDS+=      suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-
-OPERA_ARCH=    ${MACHINE_ARCH}
-OPERA_DIR=     linux/500
-OPERAFILE=     opera-static-5.0-1.${OPERA_ARCH}.rpm
-RPMFILES=      ${OPERAFILE}
-post-install:
-       ${LN} -fs ../${EMULSUBDIR}/usr/bin/opera ${PREFIX}/bin
-.include "../../emulators/suse_linux/Makefile.application"
-
-.elif (${OPSYS} == NetBSD && ${MACHINE_ARCH} == powerpc)
-DEPENDS+=      linuxppc_lib>=2000.4.2:../../emulators/linuxppc_lib
-
-OPERA_ARCH=    ppc
-
-.elif (${OPSYS} == SunOS && ${MACHINE_ARCH} == sparc)
-OPERA_ARCH=    sparc
-OPERA_DIR=     unix/solaris
-OPERAFILE=     opera-5.0-b1-20010618.003-static.solaris.sparc.tar.gz
-DISTNAME=      opera-5.0b1
-
-PLIST_SRC=     PLIST.SunOS
-
-do-build:
-       ${SED} -e "s,@PREFIX@,${PREFIX},g" \
-               < ${FILESDIR}/opera.sh > ${WRKDIR}/opera
-
-do-install:
-       cd ${WRKDIR}/opera-5.0-b1-20010618.003-static.solaris.sparc && \
-       ./install.sh --prefix=${PREFIX} --docdir=${PREFIX}/share/doc/opera
-       mv ${PREFIX}/bin/opera ${PREFIX}/libexec/opera
-       ${INSTALL_SCRIPT} ${WRKDIR}/opera ${PREFIX}/bin
-
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r 3f308cc79357 -r feac6474a675 www/opera/PLIST
--- a/www/opera/PLIST   Thu May 13 10:46:48 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:17:37 zuntum Exp $
-bin/opera
diff -r 3f308cc79357 -r feac6474a675 www/opera/PLIST.SunOS
--- a/www/opera/PLIST.SunOS     Thu May 13 10:46:48 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,203 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2002/10/24 10:23:07 bouyer Exp $
-bin/opera
-libexec/opera
-share/doc/opera/LICENSE
-share/opera/buttons/ReadMe.txt
-share/opera/buttons/default/buttons.ini
-share/opera/buttons/default/abc.gif
-share/opera/buttons/default/cascade.gif
-share/opera/buttons/default/compose.gif
-share/opera/buttons/default/copy.gif
-share/opera/buttons/default/delete.gif
-share/opera/buttons/default/doccomp.gif
-share/opera/buttons/default/docerr.gif
-share/opera/buttons/default/dochtlst.gif
-share/opera/buttons/default/docim.gif
-share/opera/buttons/default/docload.gif
-share/opera/buttons/default/docmail.gif
-share/opera/buttons/default/docnews.gif
-share/opera/buttons/default/docprog.gif
-share/opera/buttons/default/docsrch.gif
-share/opera/buttons/default/doctrsf.gif
-share/opera/buttons/default/document.gif
-share/opera/buttons/default/docunkn.gif
-share/opera/buttons/default/docunrd.gif
-share/opera/buttons/default/dropdown.gif
-share/opera/buttons/default/figprog.gif
-share/opera/buttons/default/go.gif
-share/opera/buttons/default/finished.gif
-share/opera/buttons/default/forward.gif
-share/opera/buttons/default/fullscre.gif
-share/opera/buttons/default/hisecu.gif
-share/opera/buttons/default/home.gif
-share/opera/buttons/default/hotlist.gif
-share/opera/buttons/default/hotlstto.gif
-share/opera/buttons/default/im.gif
-share/opera/buttons/default/incl.gif
-share/opera/buttons/default/keyb.gif
-share/opera/buttons/default/load.gif
-share/opera/buttons/default/loading.gif
-share/opera/buttons/default/losecu.gif
-share/opera/buttons/default/maxlist.gif
-share/opera/buttons/default/maxmail.gif
-share/opera/buttons/default/menu.gif
-share/opera/buttons/default/mesecu.gif
-share/opera/buttons/default/moveto.gif
-share/opera/buttons/default/new.gif
-share/opera/buttons/default/newbkmk.gif
-share/opera/buttons/default/newcntct.gif
-share/opera/buttons/default/newfldr.gif
-share/opera/buttons/default/newscatc.gif
-share/opera/buttons/default/newsfoll.gif
-share/opera/buttons/default/url.gif
-share/opera/buttons/default/newsfoll1.gif
-share/opera/buttons/default/newsgrp.gif
-share/opera/buttons/default/newsmrea.gif
-share/opera/buttons/default/newsnext.gif
-share/opera/buttons/default/newsover.gif
-share/opera/buttons/default/newsprev.gif
-share/opera/buttons/default/newssall.gif
-share/opera/buttons/default/newsthr.gif
-share/opera/buttons/default/newsunr.gif
-share/opera/buttons/default/next.gif
-share/opera/buttons/default/noimg.gif
-share/opera/buttons/default/nosecu.gif
-share/opera/buttons/default/open.gif
-share/opera/buttons/default/previous.gif
-share/opera/buttons/default/previous1.gif
-share/opera/buttons/default/print.gif
-share/opera/buttons/default/printact.gif
-share/opera/buttons/default/printall.gif
-share/opera/buttons/default/printscr.gif
-share/opera/buttons/default/printvie.gif
-share/opera/buttons/default/redirect.gif
-share/opera/buttons/default/reload.gif
-share/opera/buttons/default/reply.gif
-share/opera/buttons/default/replyall.gif
-share/opera/buttons/default/save.gif
-share/opera/buttons/default/search.gif
-share/opera/buttons/default/send.gif
-share/opera/buttons/default/send1.gif
-share/opera/buttons/default/sendqd.gif
-share/opera/buttons/default/show.gif
-share/opera/buttons/default/split.gif
-share/opera/buttons/default/stop.gif
-share/opera/buttons/default/stop1.gif
-share/opera/buttons/default/tbsearch.gif
-share/opera/buttons/default/tile.gif
-share/opera/buttons/default/tilevert.gif
-share/opera/buttons/default/update.gif
-share/opera/buttons/default/usermode.gif
-share/opera/buttons/default/websrch.gif
-share/opera/buttons/defsmall/buttons.ini
-share/opera/buttons/defsmall/abc.gif
-share/opera/buttons/defsmall/cascade.gif
-share/opera/buttons/defsmall/compose.gif
-share/opera/buttons/defsmall/copy.gif
-share/opera/buttons/defsmall/delete.gif
-share/opera/buttons/defsmall/dropdown.gif
-share/opera/buttons/defsmall/forward.gif
-share/opera/buttons/defsmall/fullscre.gif
-share/opera/buttons/defsmall/home.gif
-share/opera/buttons/defsmall/hotlist.gif
-share/opera/buttons/defsmall/hotlstto.gif
-share/opera/buttons/defsmall/imsmall.gif
-share/opera/buttons/defsmall/incl.gif
-share/opera/buttons/defsmall/keyb.gif
-share/opera/buttons/defsmall/maxlist.gif
-share/opera/buttons/defsmall/maxmail.gif
-share/opera/buttons/defsmall/menu.gif
-share/opera/buttons/defsmall/moveto.gif
-share/opera/buttons/defsmall/new.gif
-share/opera/buttons/defsmall/newbkmk.gif
-share/opera/buttons/defsmall/newcntct.gif
-share/opera/buttons/defsmall/newfldr.gif
-share/opera/buttons/defsmall/newsgrp.gif
-share/opera/buttons/defsmall/newscatc.gif
-share/opera/buttons/defsmall/newsfoll.gif
-share/opera/buttons/defsmall/newsmrea.gif
-share/opera/buttons/defsmall/newsnext.gif
-share/opera/buttons/defsmall/newsover.gif
-share/opera/buttons/defsmall/newsprev.gif
-share/opera/buttons/defsmall/newssall.gif
-share/opera/buttons/defsmall/newsthr.gif
-share/opera/buttons/defsmall/newsunr.gif
-share/opera/buttons/defsmall/next.gif
-share/opera/buttons/defsmall/open.gif
-share/opera/buttons/defsmall/previous.gif
-share/opera/buttons/defsmall/print.gif
-share/opera/buttons/defsmall/redirect.gif
-share/opera/buttons/defsmall/reload.gif
-share/opera/buttons/defsmall/reply.gif
-share/opera/buttons/defsmall/replyall.gif
-share/opera/buttons/defsmall/save.gif
-share/opera/buttons/defsmall/search.gif
-share/opera/buttons/defsmall/send.gif
-share/opera/buttons/defsmall/sendqd.gif
-share/opera/buttons/defsmall/split.gif
-share/opera/buttons/defsmall/tile.gif
-share/opera/buttons/defsmall/tilevert.gif
-share/opera/buttons/defsmall/update.gif
-share/opera/buttons/defsmall/url.gif
-share/opera/buttons/examples/example_big.ini
-share/opera/buttons/examples/example_small.ini
-share/opera/buttons/examples/opera_22x22.png
-share/opera/buttons/examples/opera_32x32.png
-share/opera/buttons/Default
-share/opera/buttons/DefSmall
-share/opera/help/access.htm
-share/opera/help/alpha.htm
-share/opera/help/bookmark.htm
-share/opera/help/contact.htm
-share/opera/help/dialogs.htm
-share/opera/help/features.htm
-share/opera/help/helphelp.htm
-share/opera/help/index.htm
-share/opera/help/keyboard.htm
-share/opera/help/link_up.gif
-share/opera/help/menus.htm
-share/opera/help/opera5.css
-share/opera/help/prefmenu.htm
-share/opera/help/reg_form.txt
-share/opera/help/security.htm
-share/opera/help/starter.htm
-share/opera/help/terms.htm
-share/opera/help/trouble.htm
-share/opera/images/background.gif
-share/opera/images/blank.gif
-share/opera/images/drive.gif
-share/opera/images/file.gif
-share/opera/images/folder.gif
-share/opera/images/link.gif
-share/opera/images/operabanner.png



Home | Main Index | Thread Index | Old Index