summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-02-10 23:05:22 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-02-10 23:05:22 +0000
commitd0b2fd28275c412a64bc14cad36159bde90c96ab (patch)
treee1db96096e2ae4ea31da036d952d944111b6cd24
parentNew port, Kerberos V 1.2.4-beta1. (diff)
Send the BSD/OS Netscape ports to Davy Jones' locker.
They have at least two dangerous bugs: - a buffer overflow in the password field of HTML forms can lead to execution of hostile code, as reported by Michal Zalewski at (URL:http://www.securityfocus.com/archive/1/136137). This was the subject of advisory FreeBSD-SA-00:66. - if JavaScript is enabled, JavaScript code embedded in the comment blocks of images can be executed. This can result in sensitive information being sent to a Web server. The bug was reported by Florian Wesch at (URL:http://www.securityfocus.com/archive/1/175060) and (URL:http://www.dividuum.de/). Requested by: nectar
Notes
Notes: svn path=/head/; revision=54501
-rw-r--r--www/bsdi-netscape47-communicator/Makefile42
-rw-r--r--www/bsdi-netscape47-communicator/files/mailcap69
-rw-r--r--www/bsdi-netscape47-communicator/pkg-comment1
-rw-r--r--www/bsdi-netscape47-communicator/pkg-descr15
-rw-r--r--www/bsdi-netscape47-communicator/pkg-message11
-rw-r--r--www/bsdi-netscape47-communicator/pkg-plist199
-rw-r--r--www/bsdi-netscape47-navigator/Makefile12
-rw-r--r--www/bsdi-netscape47-navigator/pkg-comment1
-rw-r--r--www/bsdi-netscape47-navigator/pkg-descr14
-rw-r--r--www/bsdi-netscape47-navigator/pkg-plist156
10 files changed, 0 insertions, 520 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
deleted file mode 100644
index b3e887956a06..000000000000
--- a/www/bsdi-netscape47-communicator/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: Netscape Communicator for BSDI BSD/OS
-# Date created: 10 May 2000
-# Whom: Trevor Johnson <trevor@jpj.net>
-# based on work by thepish and girgen@partitur.se
-#
-# $FreeBSD$
-#
-
-PORTNAME= bsdi-netscape-${BROWSER_NAME}
-PORTVERSION= 4.75
-
-MAINTAINER= trevor@FreeBSD.org
-
-FORBIDDEN= "buffer overflow in password field of HTML forms,\
- reported by Michal Zalewski and fixed in 4.76--example at \
- http://people.freebsd.org/~trevor/hostile-page.html ; \
- also has GIF comment bug--see \
- http://dividuum.de/security/netscape/ "
-
-ONLY_FOR_ARCHS= i386
-
-DISTFILES= ${BROWSER_NAME}-v475-us.${NETSCAPE_DIST_TAG}.tar.gz
-INFILE_HEAD= 'Communicator,4.75.0.20000814'
-BROWSER_VER= 4.75
-WRKSRC= ${WRKDIR}/${BROWSER_NAME}-v475.${NETSCAPE_DIST_TAG}
-
-NETSCAPE_DIST_ARCH= unsupported/bsdi21
-NETSCAPE_DIST_TAG= x86-bsdi-bsd2
-
-# don't overwrite the FreeBSD port's shell script wrapper in ${PREFIX}/bin
-BROWSER_ARC= ${BROWSER_NAME}-bsdi
-
-MAILCAP= ${.CURDIR}/../bsdi-netscape47-communicator/files/mailcap
-NSUBDIR= lib/netscape-bsdi
-
-# don't require a.out libraries
-WITHOUT_AOUT= yes
-
-pre-fetch:
- @${CAT} ${PKGMESSAGE}
-
-.include "../netscape47-communicator/Makefile"
diff --git a/www/bsdi-netscape47-communicator/files/mailcap b/www/bsdi-netscape47-communicator/files/mailcap
deleted file mode 100644
index 802c857cad5b..000000000000
--- a/www/bsdi-netscape47-communicator/files/mailcap
+++ /dev/null
@@ -1,69 +0,0 @@
-# Example .mailcap file for FreeBSD machines
-#
-# First a note about syntax:
-# The first token in a configuration line represents a mime type.
-# A mime type is of the form "SubGroup/Item" and either token
-# can be replaced by the wildcard character "*"
-#
-# the second token is the command that you would run
-# when the specified mime type is encountered. An example
-# would be "xv %s" where %s will be replaced by a filename
-#
-# remaining tokens represent name value pairs.
-#
-# the "test=<SOME TEST COMMAND>" pair invokes the test command
-# specified and checks the UNIX shell return code to see if the
-# test passed. If the test passes the mime mapping is made, otherwise
-# the mapping is not made.
-#
-# the "stream-buffer-size=<NUMBER>" pair tells the application
-# to use a popen command to invoke the program specified and to
-# pipe all data into the command. Only programs that can handle
-# piped input can use this method. When this method is used
-# a "%s" should not be included in the command. You should
-# make sure that the program you wish to use can accept piped
-# data by trying something like this before using it:
-# cat "YOUR_DATA_FILE_HERE" | COMMAND_TO_TEST
-#
-# You may continue lines by using the backslash character "\"
-
-# FreeBSD doesn't seem to support `sfplay' yet, but if a port comes
-# along then the following should be enabled.
-#
-# plays AIFF files
-#audio/x-aiff; sfplay %s
-
-# plays AIFC files
-#audio/x-aifc; sfplay %s
-
-# FreeBSD has no wavplay utility either, but if someone
-# would care to port one then this can also be used.
-# plays WAV files
-#audio/x-wav; wavplay %s > /dev/null 2>&1
-
-# FreeBSD /dev/audio is sun compliant
-audio/basic; cat %s > /dev/audio
-
-# use this to play MPEG audio if you have maplay installed
-audio/x-mpeg; maplay -; stream-buffer-size=2000
-
-# use this to play MPEG video files if you have mpeg_play installed
-video/mpeg; mpeg_play -quiet %s
-
-# All other anims go well with xanim (if installed)
-video/*; xanim %s > /dev/null 2>&1
-
-# use this to display postscript files
-application/postscript; ghostview %s
-
-# use this to display pdf files
-application/pdf; acroread %s 2>/dev/null
-
-# this is the default for non GIF or JPEG images
-image/*; xv %s
-
-# if you would prefer an external viewer for GIF and JPEG images
-# uncomment the following lines for XV to act as your external viewer.
-#image/gif; xv %s
-#image/jpg; xv %s
-#image/jpeg; xv %s
diff --git a/www/bsdi-netscape47-communicator/pkg-comment b/www/bsdi-netscape47-communicator/pkg-comment
deleted file mode 100644
index e64897297f40..000000000000
--- a/www/bsdi-netscape47-communicator/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Mail and news agent, HTML editor, and Web browser for BSD/OS
diff --git a/www/bsdi-netscape47-communicator/pkg-descr b/www/bsdi-netscape47-communicator/pkg-descr
deleted file mode 100644
index 39f744b76207..000000000000
--- a/www/bsdi-netscape47-communicator/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is the BSDI BSD/OS version of the Netscape Communicator suite
-(Navigator Web browser, Messenger MUA and news reader, and Composer
-HTML editor) with strong encryption. Unlike the FreeBSD version,
-this does not require a.out X libraries (because it is statically
-linked). This browser is under U.S. export restrictions. Do "make
-pre-fetch" to determine whether you may download it.
-
-If Java applets fail to display, do this as root:
- cd /usr/X11R6/lib/X11/fonts/misc
- /usr/X11R6/bin/mkfontdir
- chmod 444 fonts.dir
-then exit and restart your X server.
-
-Please read http://www.cert.org/advisories/CA-2000-08.html before
-sending sensitive information with this program.
diff --git a/www/bsdi-netscape47-communicator/pkg-message b/www/bsdi-netscape47-communicator/pkg-message
deleted file mode 100644
index 6dff35fb38a9..000000000000
--- a/www/bsdi-netscape47-communicator/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-*******************************************************************************
-None of the Software or underlying information or technology may be downloaded
-or otherwise exported or re-exported (i) into (or to a national or resident of)
-Cuba, Iraq, Libya, Sudan, North Korea, Iran, Syria or any other country to
-which the U.S. has embargoed goods; or (ii) to anyone on the U.S. Treasury
-Department's list of Specially Designated Nationals or the U.S. Commerce
-Department's Table of Denial Orders. By downloading or using the Software, you
-are agreeing to the foregoing and you are representing and warranting that you
-are not located in, under the control of, or a national or resident of any such
-country or on any such list.
-*******************************************************************************
diff --git a/www/bsdi-netscape47-communicator/pkg-plist b/www/bsdi-netscape47-communicator/pkg-plist
deleted file mode 100644
index 3d9ac5f8634e..000000000000
--- a/www/bsdi-netscape47-communicator/pkg-plist
+++ /dev/null
@@ -1,199 +0,0 @@
-bin/%%BROWSER%%-%%BROWSER_VER%%
-@exec ln -sf %f %B/%%BROWSER%%-4
-@exec ln -sf %%BROWSER%%-4 %B/netscape.run
-@unexec rm -f %B/netscape.run
-@unexec rm -f %B/%%BROWSER%%-4
-%%NSUBDIR%%/LICENSE
-%%NSUBDIR%%/Netscape.ad
-%%NSUBDIR%%/README
-%%NSUBDIR%%/XKeysymDB
-%%NSUBDIR%%/bookmark.htm
-%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin
-%%NSUBDIR%%/java/classes/aix/font.properties
-%%NSUBDIR%%/java/classes/aix/font.properties.cs
-%%NSUBDIR%%/java/classes/aix/font.properties.hu
-%%NSUBDIR%%/java/classes/aix/font.properties.ja
-%%NSUBDIR%%/java/classes/aix/font.properties.ko
-%%NSUBDIR%%/java/classes/aix/font.properties.pl
-%%NSUBDIR%%/java/classes/aix/font.properties.ru
-%%NSUBDIR%%/java/classes/aix/font.properties.zh
-%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW
-%%NSUBDIR%%/java/classes/awt.properties
-%%NSUBDIR%%/java/classes/font.properties
-%%NSUBDIR%%/java/classes/font.properties.cs
-%%NSUBDIR%%/java/classes/font.properties.el
-%%NSUBDIR%%/java/classes/font.properties.hu
-%%NSUBDIR%%/java/classes/font.properties.ja
-%%NSUBDIR%%/java/classes/font.properties.ko
-%%NSUBDIR%%/java/classes/font.properties.lt
-%%NSUBDIR%%/java/classes/font.properties.lv
-%%NSUBDIR%%/java/classes/font.properties.pl
-%%NSUBDIR%%/java/classes/font.properties.ru
-%%NSUBDIR%%/java/classes/font.properties.tr
-%%NSUBDIR%%/java/classes/font.properties.zh
-%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/font.properties.zh_TW
-%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/java/classes/hpux/font.properties
-%%NSUBDIR%%/java/classes/hpux/font.properties.bg
-%%NSUBDIR%%/java/classes/hpux/font.properties.cs
-%%NSUBDIR%%/java/classes/hpux/font.properties.el
-%%NSUBDIR%%/java/classes/hpux/font.properties.hr
-%%NSUBDIR%%/java/classes/hpux/font.properties.hu
-%%NSUBDIR%%/java/classes/hpux/font.properties.ja
-%%NSUBDIR%%/java/classes/hpux/font.properties.ko
-%%NSUBDIR%%/java/classes/hpux/font.properties.pl
-%%NSUBDIR%%/java/classes/hpux/font.properties.ro
-%%NSUBDIR%%/java/classes/hpux/font.properties.ru
-%%NSUBDIR%%/java/classes/hpux/font.properties.sk
-%%NSUBDIR%%/java/classes/hpux/font.properties.sl
-%%NSUBDIR%%/java/classes/hpux/font.properties.tr
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/java/classes/ifc11.jar
-%%NSUBDIR%%/java/classes/iiop10.jar
-%%NSUBDIR%%/java/classes/jae40.jar
-%%NSUBDIR%%/java/classes/java40.jar
-%%NSUBDIR%%/java/classes/jio40.jar
-%%NSUBDIR%%/java/classes/joptio40.jar
-%%NSUBDIR%%/java/classes/jsd10.jar
-%%NSUBDIR%%/java/classes/ldap40.jar
-%%NSUBDIR%%/java/classes/resource.jar
-%%NSUBDIR%%/java/classes/scd10.jar
-%%NSUBDIR%%/java/classes/irix/font.properties
-%%NSUBDIR%%/java/classes/irix/font.properties.cs
-%%NSUBDIR%%/java/classes/irix/font.properties.el
-%%NSUBDIR%%/java/classes/irix/font.properties.hu
-%%NSUBDIR%%/java/classes/irix/font.properties.ja
-%%NSUBDIR%%/java/classes/irix/font.properties.ko
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/mailcap
-%%NSUBDIR%%/movemail
-%%NSUBDIR%%/nethelp/Back_dep.gif
-%%NSUBDIR%%/nethelp/Back_dis.gif
-%%NSUBDIR%%/nethelp/Back_sel.gif
-%%NSUBDIR%%/nethelp/Back_up.gif
-%%NSUBDIR%%/nethelp/Blank.htm
-%%NSUBDIR%%/nethelp/Button.js
-%%NSUBDIR%%/nethelp/CntData.js
-%%NSUBDIR%%/nethelp/CntTool.htm
-%%NSUBDIR%%/nethelp/CntTool.js
-%%NSUBDIR%%/nethelp/Exit_dep.gif
-%%NSUBDIR%%/nethelp/Exit_sel.gif
-%%NSUBDIR%%/nethelp/Exit_up.gif
-%%NSUBDIR%%/nethelp/Forw_dep.gif
-%%NSUBDIR%%/nethelp/Forw_dis.gif
-%%NSUBDIR%%/nethelp/Forw_sel.gif
-%%NSUBDIR%%/nethelp/Forw_up.gif
-%%NSUBDIR%%/nethelp/Header.js
-%%NSUBDIR%%/nethelp/IdxData.js
-%%NSUBDIR%%/nethelp/IdxFill.htm
-%%NSUBDIR%%/nethelp/IdxKey.htm
-%%NSUBDIR%%/nethelp/IdxTool.htm
-%%NSUBDIR%%/nethelp/IdxTopic.htm
-%%NSUBDIR%%/nethelp/Local-1.js
-%%NSUBDIR%%/nethelp/NSHIfrm.htm
-%%NSUBDIR%%/nethelp/NavUI.htm
-%%NSUBDIR%%/nethelp/NoJSerr.htm
-%%NSUBDIR%%/nethelp/Prnt_dep.gif
-%%NSUBDIR%%/nethelp/Prnt_sel.gif
-%%NSUBDIR%%/nethelp/Prnt_up.gif
-%%NSUBDIR%%/nethelp/Stack.js
-%%NSUBDIR%%/nethelp/Status.htm
-%%NSUBDIR%%/nethelp/System.htm
-%%NSUBDIR%%/nethelp/System.js
-%%NSUBDIR%%/nethelp/ToolUI.htm
-%%NSUBDIR%%/nethelp/Tool_dep.gif
-%%NSUBDIR%%/nethelp/Tool_sel.gif
-%%NSUBDIR%%/nethelp/Tool_up.gif
-%%NSUBDIR%%/nethelp/Topic.js
-%%NSUBDIR%%/nethelp/Utility.js
-%%NSUBDIR%%/nethelp/Wait.gif
-%%NSUBDIR%%/nethelp/netscape/collabra/coll.htm
-%%NSUBDIR%%/nethelp/netscape/collabra/collHdr.htm
-%%NSUBDIR%%/nethelp/netscape/collabra/collabra.gif
-%%NSUBDIR%%/nethelp/netscape/collabra/discgrps.gif
-%%NSUBDIR%%/nethelp/netscape/collabra/help.hpf
-%%NSUBDIR%%/nethelp/netscape/collabra/mailbox2.gif
-%%NSUBDIR%%/nethelp/netscape/composer/comp.htm
-%%NSUBDIR%%/nethelp/netscape/composer/compHdr.htm
-%%NSUBDIR%%/nethelp/netscape/composer/composer.gif
-%%NSUBDIR%%/nethelp/netscape/composer/comtlbr2.gif
-%%NSUBDIR%%/nethelp/netscape/composer/fmtlbr3.gif
-%%NSUBDIR%%/nethelp/netscape/composer/help.hpf
-%%NSUBDIR%%/nethelp/netscape/composer/tagicon2.gif
-%%NSUBDIR%%/nethelp/netscape/home/help.hpf
-%%NSUBDIR%%/nethelp/netscape/home/home.gif
-%%NSUBDIR%%/nethelp/netscape/home/home.htm
-%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm
-%%NSUBDIR%%/nethelp/netscape/messengr/abook.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/compbar.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/help.hpf
-%%NSUBDIR%%/nethelp/netscape/messengr/mailbox.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/mailbox2.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/mess.htm
-%%NSUBDIR%%/nethelp/netscape/messengr/messHdr.htm
-%%NSUBDIR%%/nethelp/netscape/messengr/messengr.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/mpctrl.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/newsgrp.gif
-%%NSUBDIR%%/nethelp/netscape/messengr/tabs.gif
-%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf
-%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm
-%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm
-%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif
-%%NSUBDIR%%/nethelp/netscape/news/abook.gif
-%%NSUBDIR%%/nethelp/netscape/news/collabra.gif
-%%NSUBDIR%%/nethelp/netscape/news/compbar.gif
-%%NSUBDIR%%/nethelp/netscape/news/discgrps.gif
-%%NSUBDIR%%/nethelp/netscape/news/help.hpf
-%%NSUBDIR%%/nethelp/netscape/news/mailbox2.gif
-%%NSUBDIR%%/nethelp/netscape/news/news.htm
-%%NSUBDIR%%/nethelp/netscape/news/newsgrp.gif
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css
-%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif
-%%NSUBDIR%%/nethelp/netscape/trouble/help.hpf
-%%NSUBDIR%%/nethelp/netscape/trouble/trouble.htm
-%%NSUBDIR%%/nethelp/netwatch.gif
-%%NSUBDIR%%/nethelp/picsfail.htm
-%%NSUBDIR%%/nethelp/picsfail.jar
-%%NSUBDIR%%/nls/C
-%%NSUBDIR%%/nls/nls.dir
-%%NSUBDIR%%/plugins/cpPack1.jar
-%%NSUBDIR%%/registry
-%%NSUBDIR%%/spell/netscape.dic
-%%NSUBDIR%%/spell/pen4s324.dat
-%%NSUBDIR%%/vreg
-@dirrm %%NSUBDIR%%/spell
-@dirrm %%NSUBDIR%%/nethelp/netscape/trouble
-@dirrm %%NSUBDIR%%/nethelp/netscape/shared
-@dirrm %%NSUBDIR%%/nethelp/netscape/news
-@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr
-@dirrm %%NSUBDIR%%/nethelp/netscape/messengr
-@dirrm %%NSUBDIR%%/nethelp/netscape/home
-@dirrm %%NSUBDIR%%/nethelp/netscape/composer
-@dirrm %%NSUBDIR%%/nethelp/netscape/collabra
-@dirrm %%NSUBDIR%%/nethelp/netscape
-@dirrm %%NSUBDIR%%/nethelp
-@dirrm %%NSUBDIR%%/nls
-@dirrm %%NSUBDIR%%/plugins
-@dirrm %%NSUBDIR%%/java/classes/irix
-@dirrm %%NSUBDIR%%/java/classes/hpux
-@dirrm %%NSUBDIR%%/java/classes/aix
-@dirrm %%NSUBDIR%%/java/classes
-@dirrm %%NSUBDIR%%/java
-@dirrm %%NSUBDIR%%
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
deleted file mode 100644
index 017b84a212ef..000000000000
--- a/www/bsdi-netscape47-navigator/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# New ports collection makefile for: Netscape Navigator for BSDI BSD/OS
-# Date created: 10 May 2000
-# Whom: Trevor Johnson <trevor@jpj.net>
-# based on work by Dirk Froemberg <dirk@FreeBSD.org> and girgen@partitur.se
-#
-# $FreeBSD$
-#
-
-BROWSER_NAME= navigator
-PKGMESSAGE= ../bsdi-netscape47-communicator/pkg-message
-
-.include "../bsdi-netscape47-communicator/Makefile"
diff --git a/www/bsdi-netscape47-navigator/pkg-comment b/www/bsdi-netscape47-navigator/pkg-comment
deleted file mode 100644
index 8a0673da52c1..000000000000
--- a/www/bsdi-netscape47-navigator/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Netscape Navigator with 128-bit encryption for BSDI BSD/OS
diff --git a/www/bsdi-netscape47-navigator/pkg-descr b/www/bsdi-netscape47-navigator/pkg-descr
deleted file mode 100644
index 19d893dc9c63..000000000000
--- a/www/bsdi-netscape47-navigator/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This is the BSDI BSD/OS version of the Netscape Navigator Web
-browser with strong encryption. Unlike the FreeBSD version, this
-does not require a.out X libraries (because it is statically linked).
-This browser is under U.S. export restrictions. Do "make pre-fetch"
-to determine whether you may download it.
-
-If Java applets fail to display, do:
- # cd /usr/X11R6/lib/X11/fonts/misc
- # /usr/X11R6/bin/mkfontdir
- # chmod 444 fonts.dir
-then exit and restart your X server.
-
-Please read http://www.cert.org/advisories/CA-2000-08.html before
-sending sensitive information with this program.
diff --git a/www/bsdi-netscape47-navigator/pkg-plist b/www/bsdi-netscape47-navigator/pkg-plist
deleted file mode 100644
index ea1fe9340e26..000000000000
--- a/www/bsdi-netscape47-navigator/pkg-plist
+++ /dev/null
@@ -1,156 +0,0 @@
-bin/%%BROWSER%%-%%BROWSER_VER%%
-@exec ln -sf %f %B/%%BROWSER%%-4
-@exec ln -sf %%BROWSER%%-4 %B/netscape.run
-@unexec rm -f %B/netscape.run
-@unexec rm -f %B/%%BROWSER%%-4
-%%NSUBDIR%%/LICENSE
-%%NSUBDIR%%/Netscape.ad
-%%NSUBDIR%%/README
-%%NSUBDIR%%/XKeysymDB
-%%NSUBDIR%%/bookmark.htm
-%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin
-%%NSUBDIR%%/java/classes/aix/font.properties
-%%NSUBDIR%%/java/classes/aix/font.properties.cs
-%%NSUBDIR%%/java/classes/aix/font.properties.hu
-%%NSUBDIR%%/java/classes/aix/font.properties.ja
-%%NSUBDIR%%/java/classes/aix/font.properties.ko
-%%NSUBDIR%%/java/classes/aix/font.properties.pl
-%%NSUBDIR%%/java/classes/aix/font.properties.ru
-%%NSUBDIR%%/java/classes/aix/font.properties.zh
-%%NSUBDIR%%/java/classes/aix/font.properties.zh_TW
-%%NSUBDIR%%/java/classes/awt.properties
-%%NSUBDIR%%/java/classes/font.properties
-%%NSUBDIR%%/java/classes/font.properties.cs
-%%NSUBDIR%%/java/classes/font.properties.el
-%%NSUBDIR%%/java/classes/font.properties.hu
-%%NSUBDIR%%/java/classes/font.properties.ja
-%%NSUBDIR%%/java/classes/font.properties.ko
-%%NSUBDIR%%/java/classes/font.properties.lt
-%%NSUBDIR%%/java/classes/font.properties.lv
-%%NSUBDIR%%/java/classes/font.properties.pl
-%%NSUBDIR%%/java/classes/font.properties.ru
-%%NSUBDIR%%/java/classes/font.properties.tr
-%%NSUBDIR%%/java/classes/font.properties.zh
-%%NSUBDIR%%/java/classes/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/font.properties.zh_TW
-%%NSUBDIR%%/java/classes/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/java/classes/hpux/font.properties
-%%NSUBDIR%%/java/classes/hpux/font.properties.bg
-%%NSUBDIR%%/java/classes/hpux/font.properties.cs
-%%NSUBDIR%%/java/classes/hpux/font.properties.el
-%%NSUBDIR%%/java/classes/hpux/font.properties.hr
-%%NSUBDIR%%/java/classes/hpux/font.properties.hu
-%%NSUBDIR%%/java/classes/hpux/font.properties.ja
-%%NSUBDIR%%/java/classes/hpux/font.properties.ko
-%%NSUBDIR%%/java/classes/hpux/font.properties.pl
-%%NSUBDIR%%/java/classes/hpux/font.properties.ro
-%%NSUBDIR%%/java/classes/hpux/font.properties.ru
-%%NSUBDIR%%/java/classes/hpux/font.properties.sk
-%%NSUBDIR%%/java/classes/hpux/font.properties.sl
-%%NSUBDIR%%/java/classes/hpux/font.properties.tr
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/hpux/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/java/classes/ifc11.jar
-%%NSUBDIR%%/java/classes/iiop10.jar
-%%NSUBDIR%%/java/classes/jae40.jar
-%%NSUBDIR%%/java/classes/java40.jar
-%%NSUBDIR%%/java/classes/jio40.jar
-%%NSUBDIR%%/java/classes/joptio40.jar
-%%NSUBDIR%%/java/classes/jsd10.jar
-%%NSUBDIR%%/java/classes/ldap40.jar
-%%NSUBDIR%%/java/classes/resource.jar
-%%NSUBDIR%%/java/classes/scd10.jar
-%%NSUBDIR%%/java/classes/irix/font.properties
-%%NSUBDIR%%/java/classes/irix/font.properties.cs
-%%NSUBDIR%%/java/classes/irix/font.properties.el
-%%NSUBDIR%%/java/classes/irix/font.properties.hu
-%%NSUBDIR%%/java/classes/irix/font.properties.ja
-%%NSUBDIR%%/java/classes/irix/font.properties.ko
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_GB2312
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_Big5
-%%NSUBDIR%%/java/classes/irix/font.properties.zh_TW_CNS11643
-%%NSUBDIR%%/mailcap
-%%NSUBDIR%%/nethelp/Back_dep.gif
-%%NSUBDIR%%/nethelp/Back_dis.gif
-%%NSUBDIR%%/nethelp/Back_sel.gif
-%%NSUBDIR%%/nethelp/Back_up.gif
-%%NSUBDIR%%/nethelp/Blank.htm
-%%NSUBDIR%%/nethelp/Button.js
-%%NSUBDIR%%/nethelp/CntData.js
-%%NSUBDIR%%/nethelp/CntTool.htm
-%%NSUBDIR%%/nethelp/CntTool.js
-%%NSUBDIR%%/nethelp/Exit_dep.gif
-%%NSUBDIR%%/nethelp/Exit_sel.gif
-%%NSUBDIR%%/nethelp/Exit_up.gif
-%%NSUBDIR%%/nethelp/Forw_dep.gif
-%%NSUBDIR%%/nethelp/Forw_dis.gif
-%%NSUBDIR%%/nethelp/Forw_sel.gif
-%%NSUBDIR%%/nethelp/Forw_up.gif
-%%NSUBDIR%%/nethelp/Header.js
-%%NSUBDIR%%/nethelp/IdxData.js
-%%NSUBDIR%%/nethelp/IdxFill.htm
-%%NSUBDIR%%/nethelp/IdxKey.htm
-%%NSUBDIR%%/nethelp/IdxTool.htm
-%%NSUBDIR%%/nethelp/IdxTopic.htm
-%%NSUBDIR%%/nethelp/Local-1.js
-%%NSUBDIR%%/nethelp/NSHIfrm.htm
-%%NSUBDIR%%/nethelp/NavUI.htm
-%%NSUBDIR%%/nethelp/NoJSerr.htm
-%%NSUBDIR%%/nethelp/Prnt_dep.gif
-%%NSUBDIR%%/nethelp/Prnt_sel.gif
-%%NSUBDIR%%/nethelp/Prnt_up.gif
-%%NSUBDIR%%/nethelp/Stack.js
-%%NSUBDIR%%/nethelp/Status.htm
-%%NSUBDIR%%/nethelp/System.htm
-%%NSUBDIR%%/nethelp/System.js
-%%NSUBDIR%%/nethelp/ToolUI.htm
-%%NSUBDIR%%/nethelp/Tool_dep.gif
-%%NSUBDIR%%/nethelp/Tool_sel.gif
-%%NSUBDIR%%/nethelp/Tool_up.gif
-%%NSUBDIR%%/nethelp/Topic.js
-%%NSUBDIR%%/nethelp/Utility.js
-%%NSUBDIR%%/nethelp/Wait.gif
-%%NSUBDIR%%/nethelp/netscape/home/help.hpf
-%%NSUBDIR%%/nethelp/netscape/home/home.gif
-%%NSUBDIR%%/nethelp/netscape/home/home.htm
-%%NSUBDIR%%/nethelp/netscape/home/homeHdr.htm
-%%NSUBDIR%%/nethelp/netscape/navigatr/help.hpf
-%%NSUBDIR%%/nethelp/netscape/navigatr/nav.htm
-%%NSUBDIR%%/nethelp/netscape/navigatr/navHdr.htm
-%%NSUBDIR%%/nethelp/netscape/navigatr/navigatr.gif
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpm.css
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpu.css
-%%NSUBDIR%%/nethelp/netscape/shared/NetHelpw.css
-%%NSUBDIR%%/nethelp/netscape/shared/admnIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/calIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/collIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/commIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/compIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/confIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/ibmIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/messIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/navIcon.gif
-%%NSUBDIR%%/nethelp/netscape/shared/netIcon.gif
-%%NSUBDIR%%/nethelp/netwatch.gif
-%%NSUBDIR%%/nethelp/picsfail.htm
-%%NSUBDIR%%/nethelp/picsfail.jar
-%%NSUBDIR%%/nls/C
-%%NSUBDIR%%/nls/nls.dir
-%%NSUBDIR%%/plugins/cpPack1.jar
-%%NSUBDIR%%/registry
-%%NSUBDIR%%/vreg
-@dirrm %%NSUBDIR%%/nls
-@dirrm %%NSUBDIR%%/plugins
-@dirrm %%NSUBDIR%%/nethelp/netscape/shared
-@dirrm %%NSUBDIR%%/nethelp/netscape/navigatr
-@dirrm %%NSUBDIR%%/nethelp/netscape/home
-@dirrm %%NSUBDIR%%/nethelp/netscape
-@dirrm %%NSUBDIR%%/nethelp
-@dirrm %%NSUBDIR%%/java/classes/irix
-@dirrm %%NSUBDIR%%/java/classes/hpux
-@dirrm %%NSUBDIR%%/java/classes/aix
-@dirrm %%NSUBDIR%%/java/classes
-@dirrm %%NSUBDIR%%/java
-@dirrm %%NSUBDIR%%