summaryrefslogtreecommitdiff
path: root/www/netscape7/files
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2006-06-09 18:18:19 +0000
committerjschauma <jschauma@pkgsrc.org>2006-06-09 18:18:19 +0000
commit9fdcda1c29baebcf3dc53e6fcf4308ca59e6c056 (patch)
tree684a186080f4ba378780483453a05f0abd417518 /www/netscape7/files
parentd4dac6f718dfc5dcb557543c3a6770697b569179 (diff)
downloadpkgsrc-9fdcda1c29baebcf3dc53e6fcf4308ca59e6c056.tar.gz
As noted on 2006-05-24
(http://mail-index.netbsd.org/pkgsrc-users/2006/05/24/0003.html): Remove netscape7 (and the respective netscape7-acroread packages) since Netscape7 (the unix flavor) is no longer maintained and has a large number of unfixed security vulnerabilities.
Diffstat (limited to 'www/netscape7/files')
-rwxr-xr-xwww/netscape7/files/binpatch-x86-unknown-linux2.2.5-7.1.sh63
-rw-r--r--www/netscape7/files/extract_instructions25
-rw-r--r--www/netscape7/files/fetch-message11
-rw-r--r--www/netscape7/files/linux_notes24
-rw-r--r--www/netscape7/files/netscape.sh3
5 files changed, 0 insertions, 126 deletions
diff --git a/www/netscape7/files/binpatch-x86-unknown-linux2.2.5-7.1.sh b/www/netscape7/files/binpatch-x86-unknown-linux2.2.5-7.1.sh
deleted file mode 100755
index 384eb6b74ff..00000000000
--- a/www/netscape7/files/binpatch-x86-unknown-linux2.2.5-7.1.sh
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh
-
-# $NetBSD: binpatch-x86-unknown-linux2.2.5-7.1.sh,v 1.1 2004/07/27 04:36:06 atatat Exp $
-#
-# ------------------------------------------------------------------------
-# "THE BEER-WARE LICENSE" (Revision 42):
-# Andrew Brown <atatat@NetBSD.org> wrote this file. As long as you
-# retain this notice you can do whatever you want with this stuff.
-# If we meet some day, and you think this stuff is worth it, you can
-# buy me a beer in return.
-# ------------------------------------------------------------------------
-
-PATH=$1/bin:$PATH
-export PATH
-
-# % objdump -h libsoftokn3.so
-# libsoftokn3.so: file format elf32-i386
-#
-file=$2
-size=417992
-
-# % objdump -h libsoftokn3.so
-# Sections:
-# Idx Name Size VMA LMA File off Algn
-# ...
-# 10 .text 0004d1e0 00003e10 00003e10 00003e10 2**4
-# CONTENTS, ALLOC, LOAD, READONLY, CODE
-#
-# % pmap -a 13475 | grep libsoftokn3.so
-# bbb3a000-bbb9afff 388k 00000000 r-xp+ (rwx) 1/0/0 00:04 77819 - /usr/pkg/lib/netscape/netscape7/libsoftokn3.so [0xc64927f0]
-# bbb9b000-bbb9efff 16k 00061000 rw-p- (rwx) 1/0/0 00:04 77819 - /usr/pkg/lib/netscape/netscape7/libsoftokn3.so [0xc64927f0]
-#
-# % objdump -d -j .text --adjust-vma=0xbbb3a000 libsoftokn3.so
-# ...
-# bbb62a3d: 6a 00 push $0x0
-# bbb62a3f: e8 f8 ad fd ff call 0xbbb3d83c
-# bbb62a44: e8 23 af fd ff call 0xbbb3d96c
-# ...
-#
-# ins addr - lma - adjust-vma + file off
-# 0xbbb62a3d - 0x00003e10 - 0xbbb3a000 + 0x00003e10 = 0x00028a3d
-#
-offset=0x00028a3d
-
-# compare the push/call/call instruction bytes
-#
-compare=6a00e8f8adfdffe823affdff
-
-# the push instruction is two bytes long
-#
-skip=2
-
-# five nops will overwrite the call to 0xbbb3d83c
-#
-replace=9090909090
-
-binpatch \
- file=$file \
- size=$size \
- offset=$offset \
- compare=$compare \
- skip=$skip \
- replace=$replace
diff --git a/www/netscape7/files/extract_instructions b/www/netscape7/files/extract_instructions
deleted file mode 100644
index 92c54295fd6..00000000000
--- a/www/netscape7/files/extract_instructions
+++ /dev/null
@@ -1,25 +0,0 @@
-===========================================================================
-$NetBSD: extract_instructions,v 1.7 2003/09/16 02:03:52 jschauma Exp $
-
- Now running the Netscape 7 installation program. Note that the
- installation requires the DISPLAY environment variable to be set.
-
- 1) Choose 'Next' on the first screen
-
- 2) Choose 'Accept' on the End-User License Agreement (EULA)
-
- 3) On the next screen, select your preferred installation and press 'Next'.
- NOTE: Do not alter "Destination Directory"
-
- 4) Click 'Install', lean back and wait while the installer installs
- the necessary files.
-
- 5) Click 'Ok' on "Installation has completed."
-
- 6) Netscape7 will now start and try to convince you to register with
- Netscape. It's up to you to do so, but it's not required. Exit
- Netscape to continue the package installation.
-
-===========================================================================
-
-Be sure to read the above! Proceeding in @delay@ seconds...
diff --git a/www/netscape7/files/fetch-message b/www/netscape7/files/fetch-message
deleted file mode 100644
index 0dc4066fe6d..00000000000
--- a/www/netscape7/files/fetch-message
+++ /dev/null
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: fetch-message,v 1.5 2003/08/01 20:39:55 jschauma Exp $
-
- If you would like to install a localized version of Netscape 7, you
- can specify the PKG_LANG environment variable to be one of:
-
- english (default), japanese
-
- Note that this needs to be done *before* you fetch the distfile!
-
-===========================================================================
diff --git a/www/netscape7/files/linux_notes b/www/netscape7/files/linux_notes
deleted file mode 100644
index de8d8db8a05..00000000000
--- a/www/netscape7/files/linux_notes
+++ /dev/null
@@ -1,24 +0,0 @@
-===========================================================================
-$NetBSD: linux_notes,v 1.4 2004/06/26 10:42:42 grant Exp $
-
- Using this package on Linux is a bit hairy and will require some
- interaction on your part. The netscape binary expects a number of
- shared libraries to be installed -- you may have different, newer
- versions of these libraries. Please do the following, filling
- in the version of the library you have below:
-
- For the installation:
-
- $> ln -s /usr/lib/libstdc++-libc6<yourversion> @WRKSRC@/libstdc++-libc6.1-1.so.2
- $> ln -s /usr/lib/libstdc++-libc6<yourversion> @WRKSRC@/dest/libstdc++-libc6.1-1.so.2
-
- Also, depending on your system, you may need to add:
-
- @PREFIX@/lib
- @X11BASE@/lib
-
- to your /etc/ld.so.conf and run 'ldconfig'.
-
-===========================================================================
-
-Hit return to continue...
diff --git a/www/netscape7/files/netscape.sh b/www/netscape7/files/netscape.sh
deleted file mode 100644
index e226f2984cb..00000000000
--- a/www/netscape7/files/netscape.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-# $NetBSD: netscape.sh,v 1.3 2002/10/31 03:58:12 grant Exp $
-exec @PREFIX@/lib/netscape/netscape7/netscape "$@"